mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #1187 from fjullien/efinix_fix
efinix: fix pull up/down constraint
This commit is contained in:
commit
ccd3ab17be
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ class EfinixPlatform(GenericPlatform):
|
|||
if o.misc in ["WEAK_PULLUP", "WEAK_PULLDOWN"]:
|
||||
prop = "PULL_OPTION"
|
||||
val = o.misc
|
||||
ret.append((prop, val))
|
||||
if "DRIVE_STRENGTH" in o.misc:
|
||||
prop = "DRIVE_STRENGTH"
|
||||
val = o.misc.split("=")[1]
|
||||
|
|
Loading…
Reference in a new issue