How to do logic synthesis only optimize on selected modules and don't touch other modules ? #4823
Replies: 1 comment
-
If you are using command
This is a temporary check process, you could modify the code to achieve the result. Line 2045 in 8acc77c is iterating modules, select the module you would like to optimise or just set breakpoint here, with option: Lines 1619 to 1622 in 8acc77c and option: Lines 1623 to 1626 in 8acc77c The result blif will be saved at: Line 865 in 8acc77c If you do not enable Lines 1445 to 1449 in 8acc77c |
Beta Was this translation helpful? Give feedback.
-
If I have 3 modules, I want to perform optimization using ABC only on module 1, while keeping module 2 and module 3 unoptimized. After optimization, I would like to generate AIG/Blif. Are there any scripts that support this functionality?
Beta Was this translation helpful? Give feedback.
All reactions