projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a24021e
)
Added "shregmap" to synth_greenpak4
author
Clifford Wolf
<clifford@clifford.at>
Sat, 23 Apr 2016 08:31:19 +0000
(10:31 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Sat, 23 Apr 2016 08:31:19 +0000
(10:31 +0200)
techlibs/greenpak4/synth_greenpak4.cc
patch
|
blob
|
history
diff --git
a/techlibs/greenpak4/synth_greenpak4.cc
b/techlibs/greenpak4/synth_greenpak4.cc
index 10db06cd130b4bd148b4dec0a281aad4dbda7bbe..ec1b687b0756955b196e158c47746e8173143979 100644
(file)
--- a/
techlibs/greenpak4/synth_greenpak4.cc
+++ b/
techlibs/greenpak4/synth_greenpak4.cc
@@
-175,6
+175,7
@@
struct SynthGreenPAK4Pass : public ScriptPass
if (check_label("map_cells"))
{
+ run("shregmap -tech greenpak4");
run("dfflibmap -liberty +/greenpak4/gp_dff.lib");
run("techmap -map +/greenpak4/cells_map.v");
run("dffinit -ff GP_DFF Q INIT");