projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
141428e
)
Remove unused variable in wishbone frontend test
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Tue, 4 Aug 2020 09:28:50 +0000
(11:28 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Tue, 4 Aug 2020 09:28:50 +0000
(11:28 +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 51118a9db82aa69d1c08ba28af57a2f69862d755..ff07cc0d16723c1979a7c7ccc21434c5eca2283d 100644
(file)
--- a/
gram/test/test_frontend_wishbone.py
+++ b/
gram/test/test_frontend_wishbone.py
@@
-216,8
+216,6
@@
class GramWishboneTestCase(FHDLTestCase):
yield native_port.wdata.ready.eq(0)
yield native_port.rdata.valid.eq(0)
- reference_value = 0xBADDCAFE_FEEDFACE_BEEFCAFE_BAD0DAB0
-
def sel1(bus, native_port):
self.assertEqual((yield native_port.wdata.we), 0b1)
def sel2(bus, native_port):