projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eae3a34
)
Fix sel test
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Mon, 3 Aug 2020 15:51:13 +0000
(17:51 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Mon, 3 Aug 2020 15:51:13 +0000
(17:51 +0200)
gram/test/test_frontend_wishbone.py
patch
|
blob
|
history
diff --git
a/gram/test/test_frontend_wishbone.py
b/gram/test/test_frontend_wishbone.py
index 02a9290c17693c90b02246fa9340946ce8952167..865e74a174b21d425ad8d4bbbca6d1bea021ea1b 100644
(file)
--- a/
gram/test/test_frontend_wishbone.py
+++ b/
gram/test/test_frontend_wishbone.py
@@
-236,9
+236,9
@@
class GramWishboneTestCase(FHDLTestCase):
self.assertEqual((yield native_port.wdata.we), 1)
- yield bus.stb.eq(0)
- yield bus.cyc.eq(0)
- yield native_port.wdata.ready.eq(0)
+ yield
dut.
bus.stb.eq(0)
+ yield
dut.
bus.cyc.eq(0)
+ yield
dut.
native_port.wdata.ready.eq(0)
yield
runSimulation(dut, process, "test_frontend_wishbone.vcd")