diff options
| author | azidar | 2016-01-25 11:34:33 -0800 |
|---|---|---|
| committer | azidar | 2016-01-25 11:34:33 -0800 |
| commit | a842168c9556fef26a159087f905457accc2d809 (patch) | |
| tree | e091c50e578373f724a377b647dc79e77adb66d0 /test | |
| parent | f6ea3dc1bb5efb4455fd3b995ced36add85a44c0 (diff) | |
Fixed one more test
Diffstat (limited to 'test')
| -rw-r--r-- | test/chirrtl/wacc-wdc.fir | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/chirrtl/wacc-wdc.fir b/test/chirrtl/wacc-wdc.fir index 11afdd31..779722da 100644 --- a/test/chirrtl/wacc-wdc.fir +++ b/test/chirrtl/wacc-wdc.fir @@ -29,9 +29,9 @@ circuit top : ; CHECK: write-latency: 1 ; CHECK: read-latency: 0 ; CHECK: writer: a -; CHECK: poison GEN : UInt<4> +; CHECK: poison GEN_0 : UInt<4> ; CHECK: poison GEN_1 : { a : UInt<4>, b : UInt<4>} -; CHECK: m.a.addr <= GEN +; CHECK: m.a.addr <= GEN_0 ; CHECK: m.a.clk <= clk ; CHECK: m.a.en <= UInt("h0") ; CHECK: m.a.data <= GEN_1 |
