From b6a370dbfbbc12d0674899aa075d613ec522c44b Mon Sep 17 00:00:00 2001 From: azidar Date: Wed, 27 Jan 2016 15:22:12 -0800 Subject: Use IsInvalid instead of Poisons in chirrtl -> firrtl transform --- test/chirrtl/wacc-wdc.fir | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/chirrtl/wacc-wdc.fir b/test/chirrtl/wacc-wdc.fir index b66799b3..6610d295 100644 --- a/test/chirrtl/wacc-wdc.fir +++ b/test/chirrtl/wacc-wdc.fir @@ -29,12 +29,10 @@ circuit top : ; CHECK: write-latency => 1 ; CHECK: read-latency => 0 ; CHECK: writer => a -; CHECK: poison GEN_0 : UInt<4> -; CHECK: poison GEN_1 : { a : UInt<4>, b : UInt<4>} -; CHECK: m.a.addr <= GEN_0 +; CHECK: m.a.addr is invalid ; CHECK: m.a.clk <= clk ; CHECK: m.a.en <= UInt("h0") -; CHECK: m.a.data <= GEN_1 +; CHECK: m.a.data is invalid ; CHECK: m.a.mask.a <= UInt("h0") ; CHECK: m.a.mask.b <= UInt("h0") ; CHECK: p <= UInt("h1") -- cgit v1.2.3