From 75be996a7d26778aa6ed3c02db617b4f0516537c Mon Sep 17 00:00:00 2001 From: azidar Date: Fri, 10 Apr 2015 16:56:36 -0700 Subject: Almost finished width inference, takes too long/infinite loop for gcd --- test/passes/infer-widths/simple.fir | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/passes/infer-widths/simple.fir b/test/passes/infer-widths/simple.fir index f98d98da..fcd08ac6 100644 --- a/test/passes/infer-widths/simple.fir +++ b/test/passes/infer-widths/simple.fir @@ -3,10 +3,9 @@ ;CHECK: Infer Widths circuit top : module top : - wire e : UInt - wire x : UInt + wire e : UInt(30) reg y : UInt - y := mux-uu(e, UInt(1), equal-uu(gt-uu(x, x), UInt(0))) + y := e ; CHECK: Finished Infer Widths -- cgit v1.2.3