aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
Diffstat (limited to 'passes')
-rw-r--r--passes/techmap/shregmap.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/techmap/shregmap.cc b/passes/techmap/shregmap.cc
index be2e54fd1..6332d5979 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--;