1
0
mirror of synced 2026-01-27 12:43:21 +00:00
Files
YosysHQ.yosys/manual/APPNOTE_011_Design_Investigation/example.ys
2013-11-29 12:51:16 +01:00

12 lines
203 B
Plaintext

read_verilog example.v
show -format dot -prefix example_00
proc
show -format dot -prefix example_01
opt
show -format dot -prefix example_02
cd example
select t:$add
show -format dot -prefix example_03