mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 02:25:35 +00:00
docs: Tidying image generation
Makefiles now have `clean` target. Also fixed top level makefile calls to images directory. More yosys scripts instead of inline yosys commands in makefiles (which also means they can be included in the accompanying document when talking about the image generated). Fixed another couple image generators that were still outputting pdf directly. Fixed some hanging image references which hadn't been updated. Adjusted some text related to images, and included a couple more intermediate images on `memdemo`.
This commit is contained in:
parent
b6e61c16b1
commit
2b270b2270
20 changed files with 197 additions and 118 deletions
9
docs/source/code_examples/selections/memdemo.ys
Normal file
9
docs/source/code_examples/selections/memdemo.ys
Normal file
|
@ -0,0 +1,9 @@
|
|||
read_verilog memdemo.v
|
||||
prep -top memdemo; memory; opt
|
||||
|
||||
cd memdemo
|
||||
show -format dot -prefix memdemo_00
|
||||
show -format dot -prefix memdemo_01 y %ci2
|
||||
show -format dot -prefix memdemo_02 y %ci2:+$dff[Q,D]
|
||||
show -format dot -prefix memdemo_03 y %ci2:-[CLK] %ci2
|
||||
show -format dot -prefix memdemo_04 y %ci2:+$dff[Q,D] %ci*:-$mux[S]:-$dff
|
Loading…
Add table
Add a link
Reference in a new issue