mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 10:35:38 +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
|
@ -1,10 +1,10 @@
|
|||
read_verilog macc_simple_test.v
|
||||
hierarchy -check -top test;;
|
||||
|
||||
show -prefix macc_simple_test_00a -format pdf -notitle -lib macc_simple_xmap.v
|
||||
show -prefix macc_simple_test_00a -format dot -notitle -lib macc_simple_xmap.v
|
||||
|
||||
extract -constports -map macc_simple_xmap.v;;
|
||||
show -prefix macc_simple_test_00b -format pdf -notitle -lib macc_simple_xmap.v
|
||||
show -prefix macc_simple_test_00b -format dot -notitle -lib macc_simple_xmap.v
|
||||
|
||||
#################################################
|
||||
|
||||
|
@ -12,10 +12,10 @@ design -reset
|
|||
read_verilog macc_simple_test_01.v
|
||||
hierarchy -check -top test;;
|
||||
|
||||
show -prefix macc_simple_test_01a -format pdf -notitle -lib macc_simple_xmap.v
|
||||
show -prefix macc_simple_test_01a -format dot -notitle -lib macc_simple_xmap.v
|
||||
|
||||
extract -map macc_simple_xmap.v;;
|
||||
show -prefix macc_simple_test_01b -format pdf -notitle -lib macc_simple_xmap.v
|
||||
show -prefix macc_simple_test_01b -format dot -notitle -lib macc_simple_xmap.v
|
||||
|
||||
#################################################
|
||||
|
||||
|
@ -23,10 +23,10 @@ design -reset
|
|||
read_verilog macc_simple_test_02.v
|
||||
hierarchy -check -top test;;
|
||||
|
||||
show -prefix macc_simple_test_02a -format pdf -notitle -lib macc_simple_xmap.v
|
||||
show -prefix macc_simple_test_02a -format dot -notitle -lib macc_simple_xmap.v
|
||||
|
||||
extract -map macc_simple_xmap.v;;
|
||||
show -prefix macc_simple_test_02b -format pdf -notitle -lib macc_simple_xmap.v
|
||||
show -prefix macc_simple_test_02b -format dot -notitle -lib macc_simple_xmap.v
|
||||
|
||||
#################################################
|
||||
|
||||
|
@ -34,4 +34,4 @@ design -reset
|
|||
read_verilog macc_simple_xmap.v
|
||||
hierarchy -check -top macc_16_16_32;;
|
||||
|
||||
show -prefix macc_simple_xmap -format pdf -notitle
|
||||
show -prefix macc_simple_xmap -format dot -notitle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue