diff --git a/docs/source/getting_started/typical_phases.rst b/docs/source/getting_started/typical_phases.rst index 2fce9215c..64f76cd4e 100644 --- a/docs/source/getting_started/typical_phases.rst +++ b/docs/source/getting_started/typical_phases.rst @@ -1,7 +1,13 @@ Typical phases of a synthesis flow ---------------------------------- -.. todo:: expand text +.. role:: yoscrypt(code) + :language: yoscrypt + +.. todo:: should e.g. :yoscrypt:`proc` and :yoscrypt:`memory` examples be + included here (typical phases) or examples + +.. todo:: expand bullet points - Reading and elaborating the design - Higher-level synthesis and optimization @@ -16,10 +22,11 @@ Typical phases of a synthesis flow - Map bit-level logic gates and registers to cell library - Write results to output file - Reading the design ~~~~~~~~~~~~~~~~~~ +.. todo:: include ``read_verilog <`. +:cmd:ref:`pmuxtree` + Transforms parallel mux cells, ``$pmux``, to trees of ``$mux`` cells.