diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-04-23 20:20:21 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-04-23 20:20:21 +0200 |
commit | e13c66122ef4bc9cc8da77cda1d6bf594104acdb (patch) | |
tree | cd839b8d5f8d94343ce0f2155e663bbea1a5cb70 /passes | |
parent | 34195f281fc4829f58c3dfc9c7944691044186e0 (diff) | |
download | yosys-e13c66122ef4bc9cc8da77cda1d6bf594104acdb.tar.gz yosys-e13c66122ef4bc9cc8da77cda1d6bf594104acdb.tar.bz2 yosys-e13c66122ef4bc9cc8da77cda1d6bf594104acdb.zip |
Added "shregmap -zinit" for greenpak4 tech
Diffstat (limited to 'passes')
-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--; |