mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Move presentation intro example
Rework images makefile a bit to get it to import and build from resources folder(s). Currently requires running twice from a clean build due to the way it finds `.dot` files to convert.
This commit is contained in:
parent
cd6e63e1a9
commit
20c2708383
15 changed files with 249 additions and 438 deletions
|
@ -1,6 +1,16 @@
|
|||
Internal flow
|
||||
=============
|
||||
|
||||
|
||||
A (usually short) synthesis script controls Yosys.
|
||||
|
||||
This scripts contain three types of commands:
|
||||
|
||||
- **Frontends**, that read input files (usually Verilog);
|
||||
- **Passes**, that perform transformations on the design in memory;
|
||||
- **Backends**, that write the design in memory to a file (various formats are
|
||||
available: Verilog, BLIF, EDIF, SPICE, BTOR, . . .).
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue