From e13c66122ef4bc9cc8da77cda1d6bf594104acdb Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 23 Apr 2016 20:20:21 +0200 Subject: [PATCH] Added "shregmap -zinit" for greenpak4 tech --- passes/techmap/shregmap.cc | 1 + 1 file changed, 1 insertion(+) 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--; -- 2.30.2