mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 18:15:34 +00:00
Docs: reworking scripting_intro
Now comes *after* example_synth, with references back to it. Includes some minor adjustment to the `fifo.ys` script to better demonstrate the `select` command. Still needs an updated section on `show`. Also includes some other minor updates.
This commit is contained in:
parent
74d2c918cd
commit
14b7c581fa
8 changed files with 139 additions and 120 deletions
|
@ -86,6 +86,8 @@ start mapping to hardware we will still need to load them later.
|
|||
Yosys from the source directory, this will be the ``share`` folder in the
|
||||
same directory.
|
||||
|
||||
.. _addr_gen_example:
|
||||
|
||||
The addr_gen module
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
@ -115,6 +117,7 @@ Since we're just getting started, let's instead begin with :yoscrypt:`hierarchy
|
|||
:start-at: yosys> hierarchy -top addr_gen
|
||||
:end-before: yosys> select
|
||||
:caption: :yoscrypt:`hierarchy -top addr_gen` output
|
||||
:name: hierarchy_output
|
||||
|
||||
Our ``addr_gen`` circuit now looks like this:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue