mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 10:55:51 +00:00
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`.
10 lines
328 B
Text
10 lines
328 B
Text
read_verilog sumprod.v
|
|
prep -top sumprod
|
|
cd sumprod
|
|
|
|
show -format dot -prefix sumprod_00 a:sumstuff
|
|
show -format dot -prefix sumprod_01 a:sumstuff %x
|
|
show -format dot -prefix sumprod_02 prod
|
|
show -format dot -prefix sumprod_03 prod %ci
|
|
show -format dot -prefix sumprod_04 prod %ci2
|
|
show -format dot -prefix sumprod_05 prod %ci3
|