parent
dacbd9dfb0
commit
00699f7c41
2 changed files with 5 additions and 2 deletions
|
|
@ -116,3 +116,6 @@ class EnumTestCase(FHDLTestCase):
|
|||
r"shape used in bit vector context; define the enumeration by inheriting from "
|
||||
r"the class in amaranth\.lib\.enum and specifying the 'shape=' keyword argument$"):
|
||||
Cat(EnumA.A)
|
||||
|
||||
def test_functional(self):
|
||||
Enum("FOO", ["BAR", "BAZ"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue