aboutsummaryrefslogtreecommitdiff
path: root/test/features/ExModule.fir
diff options
context:
space:
mode:
authorazidar2015-07-30 11:50:54 -0700
committerazidar2015-07-30 11:50:54 -0700
commit9b2f96b8d0b6c7f4e6fefde918d7a335ccd7b7f3 (patch)
tree089578809d3ebe63ac5983ddda7fff7a6c00430a /test/features/ExModule.fir
parentd075e52e86648d345e89ae4a4c75fd3a98cc2788 (diff)
Updated lots of tests so they pass. Found one bug in expand whens
Diffstat (limited to 'test/features/ExModule.fir')
-rw-r--r--test/features/ExModule.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/features/ExModule.fir b/test/features/ExModule.fir
index b47b14ab..13cdfcf9 100644
--- a/test/features/ExModule.fir
+++ b/test/features/ExModule.fir
@@ -6,7 +6,7 @@ circuit Top :
i.x := UInt(1)
i.y := UInt(2)
z := i.z
- exmodule BlackBox :
+ extmodule BlackBox :
input x : UInt<4>
input y : UInt<4>
output z : UInt<4>