aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorazidar2016-01-27 15:22:12 -0800
committerazidar2016-01-28 09:25:05 -0800
commitb6a370dbfbbc12d0674899aa075d613ec522c44b (patch)
treed415696bce7ddeaeef14f599296766100e9c3cd4 /test
parentd6468e562b184c38ce67530c513ee9c4af93ae9c (diff)
Use IsInvalid instead of Poisons in chirrtl -> firrtl transform
Diffstat (limited to 'test')
-rw-r--r--test/chirrtl/wacc-wdc.fir6
1 files changed, 2 insertions, 4 deletions
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")