2023-08-02 23:20:29 +02:00
|
|
|
Using Yosys (advanced)
|
|
|
|
|
======================
|
|
|
|
|
|
2024-01-26 01:06:02 +01:00
|
|
|
While much of Yosys is focused around synthesis, there are also a number of
|
|
|
|
|
other useful things that can be accomplished with Yosys scripts or in an
|
|
|
|
|
interactive shell. As such this section is broken into two parts:
|
|
|
|
|
:doc:`/using_yosys/synthesis/index` expands on the
|
|
|
|
|
:doc:`/getting_started/example_synth` and goes into further detail on the major
|
|
|
|
|
commands used in synthesis; :doc:`/using_yosys/more_scripting/index` covers the
|
|
|
|
|
ways Yosys can interact with designs for a deeper investigation.
|
2023-12-12 00:05:45 +01:00
|
|
|
|
2024-01-26 01:06:02 +01:00
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
:hidden:
|
2023-08-02 23:20:29 +02:00
|
|
|
|
2024-01-26 01:06:02 +01:00
|
|
|
synthesis/index
|
|
|
|
|
more_scripting/index
|
2025-08-04 23:53:56 +02:00
|
|
|
bugpoint
|
2025-08-04 23:53:58 +02:00
|
|
|
verilog
|
2025-09-30 09:30:11 +02:00
|
|
|
pyosys
|