projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e907ee4
)
ecp5: Use new autoname pass for better cell/net names
author
David Shah
<dave@ds0.me>
Fri, 15 Nov 2019 21:03:11 +0000
(21:03 +0000)
committer
David Shah
<dave@ds0.me>
Fri, 15 Nov 2019 21:03:11 +0000
(21:03 +0000)
Signed-off-by: David Shah <dave@ds0.me>
techlibs/ecp5/synth_ecp5.cc
patch
|
blob
|
history
diff --git
a/techlibs/ecp5/synth_ecp5.cc
b/techlibs/ecp5/synth_ecp5.cc
index 800a8ce221736e6b0a3b2f97a675377426db5323..4cbb56ea16cf224772f129703e768782938f06b1 100644
(file)
--- a/
techlibs/ecp5/synth_ecp5.cc
+++ b/
techlibs/ecp5/synth_ecp5.cc
@@
-339,6
+339,7
@@
struct SynthEcp5Pass : public ScriptPass
if (check_label("check"))
{
+ run("autoname");
run("hierarchy -check");
run("stat");
run("check -noinit");