diff options
| author | azidar | 2016-01-27 15:59:48 -0800 |
|---|---|---|
| committer | azidar | 2016-01-28 09:25:05 -0800 |
| commit | cfedffd1fc7d5846e9f633bf13ea194b8ab2293d (patch) | |
| tree | cd562172dfefecee621ba071b265d300533673ea /test/features | |
| parent | b6a370dbfbbc12d0674899aa075d613ec522c44b (diff) | |
Changed rmode to wmode
Diffstat (limited to 'test/features')
| -rw-r--r-- | test/features/IsInvalid.fir | 2 | ||||
| -rw-r--r-- | test/features/Poison.fir | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/features/IsInvalid.fir b/test/features/IsInvalid.fir index f6766bf2..dc7c56b4 100644 --- a/test/features/IsInvalid.fir +++ b/test/features/IsInvalid.fir @@ -53,7 +53,7 @@ circuit Top : ;CHECK: m.w.addr is invalid ;CHECK: m.w.en is invalid ;CHECK: m.w.clk is invalid -;CHECK: m.rw.rmode is invalid +;CHECK: m.rw.wmode is invalid ;CHECK: m.rw.data[0] is invalid ;CHECK: m.rw.data[1] is invalid ;CHECK: m.rw.data[2] is invalid diff --git a/test/features/Poison.fir b/test/features/Poison.fir index a2e0acfb..9aafe63f 100644 --- a/test/features/Poison.fir +++ b/test/features/Poison.fir @@ -29,7 +29,7 @@ circuit Poison : m.rw.clk <= clk m.rw.addr <= index m.rw.en <= UInt(1) - m.rw.rmode <= UInt(1) + m.rw.wmode <= UInt(1) m.rw.mask <= wmask m.rw.data <= q when p : |
