aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/gcd.fir2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/gcd.fir b/test/unit/gcd.fir
index 1da09070..e6f28c21 100644
--- a/test/unit/gcd.fir
+++ b/test/unit/gcd.fir
@@ -38,9 +38,11 @@ circuit top :
input b : UInt(16)
output z : UInt
inst i of gcd
+; CHECK: inst i of module:gcd
i.a := a
i.b := b
i.e := UInt(1)
z := i.z
+; CHECK: port:z := inst:i.z