Added "shregmap -zinit" for greenpak4 tech

This commit is contained in:
Clifford Wolf 2016-04-23 20:20:21 +02:00
parent 34195f281f
commit e13c66122e
1 changed files with 1 additions and 0 deletions

View File

@ -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--;