mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
read_verilog -sv load_and_derive.sv
|
|
hierarchy -libdir . -check
|
|
flatten
|
|
equiv_make ref dut equiv
|
|
equiv_simple
|
|
equiv_status -assert
|