mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 17:36:16 +00:00
abc.rst: Clarify larger-but-slower
This commit is contained in:
parent
d96d1e3630
commit
06db8828b2
1 changed files with 2 additions and 1 deletions
|
@ -176,5 +176,6 @@ implemented as whiteboxes too.
|
||||||
Boxes are arguably the biggest advantage that ABC9 has over ABC: by being aware
|
Boxes are arguably the biggest advantage that ABC9 has over ABC: by being aware
|
||||||
of carry chains and DSPs, it avoids optimising for a path that isn't the actual
|
of carry chains and DSPs, it avoids optimising for a path that isn't the actual
|
||||||
critical path, while the generally-longer paths result in ABC9 being able to
|
critical path, while the generally-longer paths result in ABC9 being able to
|
||||||
reduce design area by mapping other logic to smaller-but-slower cells.
|
reduce design area by mapping other logic to slower cells with greater logic
|
||||||
|
density.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue