diff options
Diffstat (limited to 'passes/techmap')
-rw-r--r-- | passes/techmap/shregmap.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/techmap/shregmap.cc b/passes/techmap/shregmap.cc index c8f69b389..1c96da1eb 100644 --- a/passes/techmap/shregmap.cc +++ b/passes/techmap/shregmap.cc @@ -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--; |