projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eff227
)
use singleton ground and vcc nets, apparently this makes pnr happier
author
Pepijn de Vos
<pepijndevos@gmail.com>
Thu, 5 Sep 2019 14:38:47 +0000
(16:38 +0200)
committer
Pepijn de Vos
<pepijndevos@gmail.com>
Thu, 5 Sep 2019 14:38:47 +0000
(16:38 +0200)
techlibs/gowin/synth_gowin.cc
patch
|
blob
|
history
diff --git
a/techlibs/gowin/synth_gowin.cc
b/techlibs/gowin/synth_gowin.cc
index 4d32f62d4a6d17d37020ddd7f4f3f7c0d9fb04a2..3581d050ec63b0bbbfdfcd473abbd3fb1098cf89 100644
(file)
--- a/
techlibs/gowin/synth_gowin.cc
+++ b/
techlibs/gowin/synth_gowin.cc
@@
-212,7
+212,7
@@
struct SynthGowinPass : public ScriptPass
{
run("techmap -map +/gowin/cells_map.v");
run("setundef -undriven -zero");
- run("hilomap -hicell VCC V -locell GND G");
+ run("hilomap -
singleton -
hicell VCC V -locell GND G");
run("iopadmap -bits -inpad IBUF O:I -outpad OBUF I:O", "(unless -noiopads)");
run("dffinit -ff DFF Q INIT");
run("clean");