mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-14 12:58:45 +00:00
More `literalinclude` and references to source. Adding `example_show.ys` and `example_lscd.ys`. Rename `example_00` et al to `example_first` et al. Also some other minor tidying.
7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
read_verilog example.v
|
|
show -format dot -prefix example_first
|
|
proc
|
|
show -format dot -prefix example_second
|
|
opt
|
|
show -format dot -prefix example_third
|