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/Poison.fir | |
| parent | b6a370dbfbbc12d0674899aa075d613ec522c44b (diff) | |
Changed rmode to wmode
Diffstat (limited to 'test/features/Poison.fir')
| -rw-r--r-- | test/features/Poison.fir | 2 |
1 files changed, 1 insertions, 1 deletions
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 : |
