From 854b5d1b1e8929f74294dcce1bfb18dfbf7c874e Mon Sep 17 00:00:00 2001 From: azidar Date: Sat, 23 Jan 2016 07:00:39 -0800 Subject: Added prefix checker, now compliant with firrtl spec --- test/errors/high-form/Prefix.fir | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/errors/high-form/Prefix.fir b/test/errors/high-form/Prefix.fir index ed5245b3..ba4a28a2 100644 --- a/test/errors/high-form/Prefix.fir +++ b/test/errors/high-form/Prefix.fir @@ -1,10 +1,9 @@ ; RUN: firrtl -i %s -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s -; CHECK: Reference x$y and x share a prefix. -; XFAIL: * +; CHECK: Symbol x$z$y is a prefix. circuit Top : module Top : - wire x : UInt<1> - wire x$y : UInt<2> + wire x : UInt<2> + wire x$z$y : UInt<1> -- cgit v1.2.3