aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorazidar2015-02-19 10:13:51 -0800
committerazidar2015-02-19 10:13:51 -0800
commit8299c2ecae1701fa6060185a8aed25543e201eba (patch)
treec300fa62654fb2233a0f8199b3c2ad83a8b5eb59 /test
parent8c1c4225c340dc658f7d0956e8b231050c122abc (diff)
Re-implemented resolve-kinds, passes preliminary test.
Updated notes and TODO list, and started basic stanza-cheatsheet.
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