projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e26291
)
Remove datavalid signal
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Wed, 29 Jul 2020 16:49:50 +0000
(18:49 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Wed, 29 Jul 2020 16:49:50 +0000
(18:49 +0200)
gram/phy/ecp5ddrphy.py
patch
|
blob
|
history
diff --git
a/gram/phy/ecp5ddrphy.py
b/gram/phy/ecp5ddrphy.py
index 394e6522ea9e92751058d6cb0e309b09b8296669..eb4c7b1b4ab57af0edb0fd96b1d8f6443bc715ee 100644
(file)
--- a/
gram/phy/ecp5ddrphy.py
+++ b/
gram/phy/ecp5ddrphy.py
@@
-156,9
+156,6
@@
class ECP5DDRPHY(Peripheral, Elaboratable):
cl_sys_latency = get_sys_latency(nphases, cl)
cwl_sys_latency = get_sys_latency(nphases, cwl)
- # Observation
- self.datavalid = Signal(databits//8)
-
# DFI Interface ----------------------------------------------------------------------------
dfi = self.dfi
@@
-280,7
+277,6
@@
class ECP5DDRPHY(Peripheral, Elaboratable):
o_WRPNTR0=wrpntr[0],
o_WRPNTR1=wrpntr[1],
o_WRPNTR2=wrpntr[2],
- o_DATAVALID=self.datavalid[i],
o_BURSTDET=burstdet,
# Writes (generate shifted ECLK clock for writes)