mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
i think there's a missing "self" in the params
This commit is contained in:
parent
0b6e21ab6d
commit
c9b8db5dc9
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class PhySettings:
|
|||
self.cwl = cwl
|
||||
|
||||
# Optional DDR3 electrical settings
|
||||
def add_electrical_settings(rtt_nom, rtt_wr, ron):
|
||||
def add_electrical_settings(self, rtt_nom, rtt_wr, ron):
|
||||
assert self.memtype == "DDR3"
|
||||
self.rtt_nom = rtt_nom # Non-Writes on-die termination impedance
|
||||
self.rtt_wr = rtt_wr # Writes on-die termination impedance
|
||||
|
|
Loading…
Reference in a new issue