From 3336e6beb23e1ba883097eac0c0000269bf8ebfa Mon Sep 17 00:00:00 2001 From: azidar Date: Mon, 18 May 2015 16:04:58 -0700 Subject: Big API Change. Pad is no longer supported. Widths of primops can be flexible, and the output is usually the max of the inputs. Removed all u/s variants, which need to be dealt with in backends where it matters --- test/passes/infer-widths/simple.fir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/passes/infer-widths/simple.fir') diff --git a/test/passes/infer-widths/simple.fir b/test/passes/infer-widths/simple.fir index 6f3b51c9..590515e7 100644 --- a/test/passes/infer-widths/simple.fir +++ b/test/passes/infer-widths/simple.fir @@ -12,7 +12,7 @@ circuit top : wire c : UInt wire z : UInt - z := mux(c,Pad(a,?),Pad(b,?)) + z := mux(c,a,b) -- cgit v1.2.3