aboutsummaryrefslogtreecommitdiff
path: root/test/features/Poison.fir
diff options
context:
space:
mode:
authorazidar2016-01-26 10:52:17 -0800
committerazidar2016-01-27 11:30:57 -0800
commit6c2b6ea5e4ec00aae0963402e2565e91e95098ac (patch)
tree0582389bc7197b80afbad3188a2131113c7bd52d /test/features/Poison.fir
parente261bdc2f179a5cb332fa6cc6bb982b54266f866 (diff)
Reworked readwriter types
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 :