projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34195f2
)
Added "shregmap -zinit" for greenpak4 tech
author
Clifford Wolf
<clifford@clifford.at>
Sat, 23 Apr 2016 18:20:21 +0000
(20:20 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Sat, 23 Apr 2016 18:20:21 +0000
(20:20 +0200)
passes/techmap/shregmap.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/shregmap.cc
b/passes/techmap/shregmap.cc
index c8f69b389fe29bc136bd602a06502bd04c4c8164..1c96da1ebf3463553cc13e57d631f59770720987 100644
(file)
--- 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--;