mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 09:26:16 +00:00
Changed port names in greenpak shregmap
This commit is contained in:
parent
dee1c27a19
commit
3486637b19
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ struct ShregmapTechGreenpak4 : ShregmapTech
|
||||||
int i = 0;
|
int i = 0;
|
||||||
for (auto tap : taps) {
|
for (auto tap : taps) {
|
||||||
newcell->setPort(i ? "\\OUTB" : "\\OUTA", tap.second);
|
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++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue