3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +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

@ -24,6 +24,9 @@ keyword: Frontends
read_verilog file6.v
verilog_defaults -pop
.. todo:: more info on other ``read_*`` commands, also is this the first time we
mention verific?
Others:
- :doc:`/cmd/read`

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`?