From 9b2f96b8d0b6c7f4e6fefde918d7a335ccd7b7f3 Mon Sep 17 00:00:00 2001 From: azidar Date: Thu, 30 Jul 2015 11:50:54 -0700 Subject: Updated lots of tests so they pass. Found one bug in expand whens --- test/features/ExModule.fir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/features/ExModule.fir') 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> -- cgit v1.2.3