mirror of https://github.com/YosysHQ/yosys.git
7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
|
read_verilog addshift_test.v
|
||
|
hierarchy -check -top test
|
||
|
|
||
|
techmap -map addshift_map.v;;
|
||
|
|
||
|
show -prefix addshift -format pdf -notitle
|