From 8299c2ecae1701fa6060185a8aed25543e201eba Mon Sep 17 00:00:00 2001 From: azidar Date: Thu, 19 Feb 2015 10:13:51 -0800 Subject: Re-implemented resolve-kinds, passes preliminary test. Updated notes and TODO list, and started basic stanza-cheatsheet. --- test/unit/gcd.fir | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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 -- cgit v1.2.3