Added "shregmap -zinit" for greenpak4 tech
authorClifford Wolf <clifford@clifford.at>
Sat, 23 Apr 2016 18:20:21 +0000 (20:20 +0200)
committerClifford Wolf <clifford@clifford.at>
Sat, 23 Apr 2016 18:20:21 +0000 (20:20 +0200)
passes/techmap/shregmap.cc

index c8f69b389fe29bc136bd602a06502bd04c4c8164..1c96da1ebf3463553cc13e57d631f59770720987 100644 (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--;