projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69764f2
)
global: pep8 (E222)
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Mon, 13 Apr 2015 18:55:21 +0000
(20:55 +0200)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Mon, 13 Apr 2015 18:55:21 +0000
(20:55 +0200)
mibuild/lattice/diamond.py
patch
|
blob
|
history
diff --git
a/mibuild/lattice/diamond.py
b/mibuild/lattice/diamond.py
index 2a993fba2990c9e8c6f12857b887e073333b676a..40531f9610c9595b71313fd0489e011396353e87 100644
(file)
--- a/
mibuild/lattice/diamond.py
+++ b/
mibuild/lattice/diamond.py
@@
-25,7
+25,7
@@
def _format_lpf(signame, pin, others, resname):
fmt_c = [_format_constraint(c) for c in ([Pins(pin)] + others)]
r = ""
for pre, suf in fmt_c:
- r += pre + "\""
+ signame +"\"" +
suf + ";\n"
+ r += pre + "\""
+ signame + "\"" +
suf + ";\n"
return r