mirror of https://github.com/YosysHQ/yosys.git
This commit is contained in:
commit
7f16784f3c
|
@ -480,6 +480,7 @@ struct ShregmapPass : public Pass {
|
|||
if (tech == "greenpak4") {
|
||||
clkpol = "pos";
|
||||
opts.maxlen = 16;
|
||||
opts.zinit = true;
|
||||
opts.tech = new ShregmapTechGreenpak4;
|
||||
} else {
|
||||
argidx--;
|
||||
|
|
Loading…
Reference in New Issue