mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-08 10:01:00 +00:00
10 lines
283 B
Text
10 lines
283 B
Text
read_liberty retention.lib
|
|
rename retention_cell retention_cell_lib
|
|
read_verilog retention.lib.verilogsim
|
|
proc
|
|
rename retention_cell retention_cell_vlog
|
|
async2sync
|
|
formalff -clk2ff
|
|
equiv_make retention_cell_lib retention_cell_vlog equiv
|
|
equiv_induct equiv
|
|
equiv_status -assert equiv
|