mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-20 04:43:40 +00:00
This commit is contained in:
commit
7f16784f3c
1 changed files with 1 additions and 0 deletions
|
@ -480,6 +480,7 @@ struct ShregmapPass : public Pass {
|
||||||
if (tech == "greenpak4") {
|
if (tech == "greenpak4") {
|
||||||
clkpol = "pos";
|
clkpol = "pos";
|
||||||
opts.maxlen = 16;
|
opts.maxlen = 16;
|
||||||
|
opts.zinit = true;
|
||||||
opts.tech = new ShregmapTechGreenpak4;
|
opts.tech = new ShregmapTechGreenpak4;
|
||||||
} else {
|
} else {
|
||||||
argidx--;
|
argidx--;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue