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.fir11
1 files changed, 5 insertions, 6 deletions
diff --git a/test/features/Poison.fir b/test/features/Poison.fir
index 2b47411f..a4cb1a25 100644
--- a/test/features/Poison.fir
+++ b/test/features/Poison.fir
@@ -27,12 +27,11 @@ circuit Poison :
m.w.data <= q
m.rw.clk <= clk
- m.rw.raddr <= index
- m.rw.ren <= UInt(1)
- m.rw.waddr <= index
- m.rw.wen <= UInt(1)
- m.rw.wmask <= wmask
- m.rw.wdata <= q
+ m.rw.addr <= index
+ m.rw.en <= UInt(1)
+ m.rw.rmode <= UInt(1)
+ m.rw.mask <= wmask
+ m.rw.data <= q
when p :
out <= m.r.data
else :