mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 06:33:24 +00:00
Docs: scripting_intro/show_intro
Adds two new `show` commands to `fifo.ys` for demo purposes. Mention referencing named selections with `@<name>`. Also adds a note to `example_synth` to point to the show intro.
This commit is contained in:
parent
14b7c581fa
commit
794ad381c6
4 changed files with 157 additions and 94 deletions
|
@ -15,6 +15,8 @@ select t:*
|
|||
select -list
|
||||
select -set new_cells %
|
||||
select -clear
|
||||
show -format dot -prefix addr_gen_show addr_gen
|
||||
show -format dot -prefix new_cells_show -notitle @new_cells
|
||||
show -color maroon3 @new_cells -color cornflowerblue p:* -notitle -format dot -prefix addr_gen_hier
|
||||
|
||||
# ========================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue