From 45a54fadf735742b819590f3209224636e56c715 Mon Sep 17 00:00:00 2001 From: azidar Date: Tue, 4 Aug 2015 12:32:45 -0700 Subject: Fixed reading from instance's input ports. Fixed unique naming bug. --- test/errors/high-form/RemoveChar.fir | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/errors/high-form/RemoveChar.fir (limited to 'test/errors/high-form/RemoveChar.fir') diff --git a/test/errors/high-form/RemoveChar.fir b/test/errors/high-form/RemoveChar.fir new file mode 100644 index 00000000..c9c2286e --- /dev/null +++ b/test/errors/high-form/RemoveChar.fir @@ -0,0 +1,12 @@ +; RUN: firrtl -i %s -o %s.flo -X flo -p c 2>&1 | tee %s.out | FileCheck %s +; CHECK: Done! + +circuit Top : + module Top : + wire x_1 : UInt<1> + x_1 := UInt(1) + wire x : UInt<1> + x := addw(addw(UInt(1),UInt(1)),UInt(1)) + + + -- cgit v1.2.3