From 4264d0c18948905ef0d924002ca828b19a69e69b Mon Sep 17 00:00:00 2001 From: azidar Date: Thu, 30 Jul 2015 16:00:40 -0700 Subject: Updated error and feature tests. Fixed bug in detecting incorrect genders --- test/passes/expand-whens/non-ref.fir | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/passes/expand-whens/non-ref.fir (limited to 'test/passes') diff --git a/test/passes/expand-whens/non-ref.fir b/test/passes/expand-whens/non-ref.fir new file mode 100644 index 00000000..762619a7 --- /dev/null +++ b/test/passes/expand-whens/non-ref.fir @@ -0,0 +1,12 @@ +; RUN: firrtl -i %s -o %s.flo -X flo -p c | tee %s.out | FileCheck %s + +; CHECK: Expand Whens +circuit top : + module top : + input clk : Clock + input reset : UInt<1> + wire x : UInt<1> + +; CHECK-NOT: wire x : UInt<1> +; CHECK: Finished Expand Whens + -- cgit v1.2.3