From ff6dfecf42560ed2e2eb678adc9ca8d868a472bd Mon Sep 17 00:00:00 2001 From: azidar Date: Mon, 3 Aug 2015 18:39:55 -0700 Subject: Changed name mangling to use _ as a delin. Fixed bug in checking for invalid <> assignments. --- test/features/EmptyStmt.fir | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/features/EmptyStmt.fir (limited to 'test/features') diff --git a/test/features/EmptyStmt.fir b/test/features/EmptyStmt.fir new file mode 100644 index 00000000..c3bd894a --- /dev/null +++ b/test/features/EmptyStmt.fir @@ -0,0 +1,11 @@ +; RUN: firrtl -i %s -o %s.flo -X flo -p c 2>&1 | tee %s.out | FileCheck %s +;CHECK: Done! +circuit Top : + module Top : + skip + when UInt(1) : + skip + else : + skip + skip + -- cgit v1.2.3