projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c1ad54
)
Add imports for Assert & Assume in FakePHY
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 9 Jul 2020 13:03:55 +0000
(15:03 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 9 Jul 2020 13:03:55 +0000
(15:03 +0200)
gram/phy/fakephy.py
patch
|
blob
|
history
diff --git
a/gram/phy/fakephy.py
b/gram/phy/fakephy.py
index fb9e0f97d31147bd4582f763498b79164b29288d..d717c17a38fcf9683dc65ca38a5e2a25077fcf99 100644
(file)
--- a/
gram/phy/fakephy.py
+++ b/
gram/phy/fakephy.py
@@
-7,6
+7,7
@@
# - add multirank support.
from nmigen import *
+from nmigen.asserts import Assert, Assume
from nmigen.utils import log2_int
from gram.common import burst_lengths