ABC_AREA seemingly worsens synthesis results for sky130hd/gcd design #3116
Unanswered
CooperDeng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am following the tutorial(Sky130hd + GCD example) for getting to work with area optimization, and I have found the result coming from sky130hd/gcd to be somewhat weird, specifically, resources allocated with ABC_AREA enabled seems to be worse than when it is not, which is a bit counter-intuitive for me - what could the reason behind this be?
Furthermore, without ABC_AREA enabled, it seems that it will automatically run ABC_SPEED, I am confused about where this could be originating from, I have attached my config.mk and 1_1yosys_canonicalize.log for both ABC_AREA with and without.
1_1_yosys_canonicalize_with_abc.log
1_1_yosys_canonicalize_without_abc.log
synth_stat_with_abc.txt
synth_stat_without_abc.txt
config.mk with ABC_AREA = 1:
config.mk without ABC_AREA = 1 (default):
Any help is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions