aboutsummaryrefslogtreecommitdiff
path: root/test/features/ExModule.fir
diff options
context:
space:
mode:
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>