From eb1ab67b6cc3fd4a549da563bf643bd519d7562e Mon Sep 17 00:00:00 2001 From: azidar Date: Tue, 25 Aug 2015 14:13:00 -0700 Subject: Added width check pass with tests. #22. --- test/errors/high-form/NegWidth.fir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/errors/high-form') diff --git a/test/errors/high-form/NegWidth.fir b/test/errors/high-form/NegWidth.fir index 9b055228..1eb54a34 100644 --- a/test/errors/high-form/NegWidth.fir +++ b/test/errors/high-form/NegWidth.fir @@ -1,5 +1,5 @@ ; RUN: firrtl -i %s -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s -; CHECK: Width cannot be negative. +; CHECK: Width cannot be negative or zero. circuit Top : module Top : -- cgit v1.2.3