mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 10:55:51 +00:00
Docs: Update example_synth
We can now fake the `yosys> flatten;;` line, so we no longer need to explain the split flatten/clean.
This commit is contained in:
parent
e44d69908b
commit
48f358bb09
3 changed files with 9 additions and 12 deletions
|
@ -39,7 +39,10 @@ show -color maroon3 c:fifo_reader -color cornflowerblue @new_cells -notitle -for
|
|||
|
||||
# ========================================================
|
||||
|
||||
echo off
|
||||
log "yosys> flatten;;"
|
||||
flatten;;
|
||||
echo on
|
||||
select -set rdata_path o:rdata %ci*
|
||||
select -set new_cells @rdata_path o:rdata %ci3 %d i:* %d
|
||||
show -color maroon3 @new_cells -notitle -format dot -prefix rdata_flat @rdata_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue