diff --git a/nmigen/build/dsl.py b/nmigen/build/dsl.py index 6a31158..8179323 100644 --- a/nmigen/build/dsl.py +++ b/nmigen/build/dsl.py @@ -18,7 +18,7 @@ class Pins: .format(conn)) names = ["{}_{}:{}".format(conn_name, conn_number, name) for name in names] - if dir not in ("i", "o", "io"): + if dir not in ("i", "o", "io", "oe"): raise TypeError("Direction must be one of \"i\", \"o\", \"oe\", or \"io\", not {!r}" .format(dir))