3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-28 11:25:53 +00:00

Tidying TODOs

This commit is contained in:
Krystine Sherwin 2023-12-08 09:46:02 +13:00
parent 1e3b90ae56
commit aef9921fc9
No known key found for this signature in database
5 changed files with 25 additions and 9 deletions

View file

@ -39,7 +39,8 @@ The extract pass
subcircuit with an instance of the module from the map file.
- In a way the :cmd:ref:`extract` pass is the inverse of the techmap pass.
.. todo:: add/expand supporting text
.. todo:: add/expand supporting text, also mention custom pattern matching and
pmgen
.. literalinclude:: /code_examples/macc/macc_simple_test.ys
:language: yoscrypt
@ -277,7 +278,7 @@ Checking.
Checking techmap
~~~~~~~~~~~~~~~~
.. todo:: add/expand supporting text
.. todo:: add/expand supporting text, reference no longer exists
Remember the following example from :doc:`/getting_started/typical_phases`?