projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba5cc9f
)
Remove unused set_rdimm
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Tue, 28 Jul 2020 15:44:22 +0000
(17:44 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Tue, 28 Jul 2020 15:44:22 +0000
(17:44 +0200)
gram/common.py
patch
|
blob
|
history
diff --git
a/gram/common.py
b/gram/common.py
index e43bb74b274a8b132392e25a5ab0b495d4630d6f..fe31422f4e5b476a1541a84b8d4b61d1763c2eb2 100644
(file)
--- a/
gram/common.py
+++ b/
gram/common.py
@@
-87,12
+87,6
@@
class PhySettings(Settings):
assert self.memtype in ["DDR3", "DDR4"]
self.set_attributes(locals())
- # Optional RDIMM configuration
- def set_rdimm(self, tck, rcd_pll_bypass, rcd_ca_cs_drive, rcd_odt_cke_drive, rcd_clk_drive):
- assert self.memtype == "DDR4"
- self.is_rdimm = True
- self.set_attributes(locals())
-
class GeomSettings(Settings):
def __init__(self, bankbits, rowbits, colbits):