aboutsummaryrefslogtreecommitdiff
path: root/test/chirrtl
diff options
context:
space:
mode:
authorazidar2016-01-26 14:18:34 -0800
committerazidar2016-01-28 09:25:04 -0800
commit5ab30c681558d2a26000696e518ee5b28deb1303 (patch)
treedcdfaeb3bcb42561e010928712218c8cd3a1b2c7 /test/chirrtl
parent8c288f7b159b3f4ca1cb0d5c5012eb8fb52d5214 (diff)
Updated all tests to pass
Diffstat (limited to 'test/chirrtl')
-rw-r--r--test/chirrtl/wacc-wdc.fir10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/chirrtl/wacc-wdc.fir b/test/chirrtl/wacc-wdc.fir
index 779722da..b66799b3 100644
--- a/test/chirrtl/wacc-wdc.fir
+++ b/test/chirrtl/wacc-wdc.fir
@@ -24,11 +24,11 @@ circuit top :
; CHECK: wire p : UInt
; CHECK: wire q : UInt
; CHECK: mem m :
-; CHECK: data-type: { a : UInt<4>, b : UInt<4>}
-; CHECK: depth: 10
-; CHECK: write-latency: 1
-; CHECK: read-latency: 0
-; CHECK: writer: a
+; CHECK: data-type => { a : UInt<4>, b : UInt<4>}
+; CHECK: depth => 10
+; 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