mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Convert todo comments to directives
Could be left in for final version, but my current thinking is not?
This commit is contained in:
parent
ce9e56db47
commit
d8b8880ad6
18 changed files with 37 additions and 27 deletions
|
@ -3,7 +3,7 @@
|
|||
Optimization passes
|
||||
===================
|
||||
|
||||
.. TODO: copypaste
|
||||
.. todo:: copypaste
|
||||
|
||||
Yosys employs a number of optimizations to generate better and cleaner results.
|
||||
This chapter outlines these optimizations.
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
Selections
|
||||
----------
|
||||
|
||||
.. TODO: copypaste
|
||||
|
||||
.. todo:: copypaste
|
||||
|
||||
Most Yosys commands make use of the "selection framework" of Yosys. It can be
|
||||
used to apply commands only to part of the design. For example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue