diff options
author | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-04-23 12:22:08 -0700 |
---|---|---|
committer | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-04-23 12:22:08 -0700 |
commit | 7f16784f3c0151c9b7f2861965d73ce7c960ebb5 (patch) | |
tree | f99b99735cc7a469630a3c1a18304f19f49fcd50 /passes/techmap | |
parent | 421b0d715c43fbcbfc1465518d444c9ca97cbabb (diff) | |
parent | e13c66122ef4bc9cc8da77cda1d6bf594104acdb (diff) | |
download | yosys-7f16784f3c0151c9b7f2861965d73ce7c960ebb5.tar.gz yosys-7f16784f3c0151c9b7f2861965d73ce7c960ebb5.tar.bz2 yosys-7f16784f3c0151c9b7f2861965d73ce7c960ebb5.zip |
Merge https://github.com/cliffordwolf/yosys
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 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--; |