projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dee1c27
)
Changed port names in greenpak shregmap
author
Andrew Zonenberg
<azonenberg@drawersteak.com>
Thu, 5 May 2016 00:04:50 +0000
(17:04 -0700)
committer
Andrew Zonenberg
<azonenberg@drawersteak.com>
Thu, 5 May 2016 00:04:50 +0000
(17:04 -0700)
passes/techmap/shregmap.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/shregmap.cc
b/passes/techmap/shregmap.cc
index 7a8495b79566625475dfedff2806d3f5f90f6064..766c1c65ffd900f802c0d8f78342eb9498b52b0a 100644
(file)
--- a/
passes/techmap/shregmap.cc
+++ b/
passes/techmap/shregmap.cc
@@
-82,7
+82,7
@@
struct ShregmapTechGreenpak4 : ShregmapTech
int i = 0;
for (auto tap : taps) {
newcell->setPort(i ? "\\OUTB" : "\\OUTA", tap.second);
- newcell->setParam(i ? "\\OUTB_
DELAY" : "\\OUTA_DELAY
", tap.first + 1);
+ newcell->setParam(i ? "\\OUTB_
TAP" : "\\OUTA_TAP
", tap.first + 1);
i++;
}