aboutsummaryrefslogtreecommitdiff
path: root/test/features/Poison.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/Poison.fir')
-rw-r--r--test/features/Poison.fir2
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 :