3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-26 18:45:34 +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

@ -23,6 +23,9 @@ A simple counter
.. role:: yoscrypt(code)
:language: yoscrypt
.. todo:: consider changing simple counter example for something with memory
using e.g. synth_ice40 to cover more of the synth flow
This section covers an `example project`_ available in
``docs/source/code_examples/intro/``. The project contains a simple ASIC
synthesis script (``counter.ys``), a digital design written in Verilog
@ -181,11 +184,11 @@ Some of the commands we might use here are:
- :doc:`/cmd/alumacc`, and
- :doc:`/cmd/share`.
We could have also
Logic gate mapping
~~~~~~~~~~~~~~~~~~
.. todo:: example_synth mapping to gates
:yoscrypt:`techmap` - Map coarse-grain RTL cells (adders, etc.) to fine-grain
logic gates (AND, OR, NOT, etc.).
@ -207,6 +210,8 @@ cells used.
Mapping to hardware
~~~~~~~~~~~~~~~~~~~
.. todo:: example_synth mapping to hardware
:ref:`cmos_lib`
#. :yoscrypt:`dfflibmap -liberty mycells.lib` - Map registers to available