mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-04 11:29:42 +02:00
7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
read_verilog dlatch.v
|
|
proc
|
|
opt_dff
|
|
stat
|
|
select -assert-count 1 t:$dlatch
|
|
sim -r tb_dlatch.fst -scope tb_dlatch.uut -sim-cmp dlatch
|