Replies: 1 comment
-
ABC does not support mapping to multiple-output gates, because of how the algorithm works. You can use a techmap rule like that, but I would generally advise against it. Yosys must split the logic around the full adder, turning it into a logic path for the input and a logic path for the output, which can mislead ABC about the critical path of the design. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi,
Long time i have this problem,
How to techmap a full_adder (by exemple).
In all my test, yosys accept multiple output from sequential logic, like DFF,
But dosn't not accept from combinatorial, like full_adder.
This is true or i do miss understanding ?
Why this limitation ?
The only way i found is to provide verilog netlist gate level description (its a exemple who concern more complexe macro).
Beta Was this translation helpful? Give feedback.
All reactions