3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-14 21:01:50 +00:00

tests: fix the rest

This commit is contained in:
Emil J. Tywoniak 2026-02-07 01:17:35 +01:00
parent cf2431ac2d
commit cc5ebf8ee8
16 changed files with 36 additions and 10 deletions

View file

@ -1,3 +1,4 @@
#TODO formalff shouldn't be used here. Instead, we should use SAT
##################################################################
read_verilog -sv -icells <<EOT
@ -33,6 +34,7 @@ copy top top_unmapped
dfflibmap -liberty dfflibmap_dffn_dffe.lib -liberty dfflibmap_dffsr_not_next.lib top
async2sync
formalff -clk2ff
flatten
opt_clean -purge
equiv_make top top_unmapped equiv
@ -74,6 +76,7 @@ copy top top_unmapped
dfflibmap -liberty dfflibmap_dffr_not_next.lib top
async2sync
formalff -clk2ff
flatten
opt_clean -purge
equiv_make top top_unmapped equiv
@ -109,6 +112,7 @@ simplemap top
dfflibmap -liberty dfflibmap_dffn_dffe.lib -liberty dfflibmap_dffsr_not_next.lib top
async2sync
formalff -clk2ff
flatten
opt_clean -purge
equiv_make top top_unmapped equiv
@ -140,6 +144,7 @@ simplemap top
dfflibmap -liberty dfflibmap_dffn_dffe.lib -liberty dfflibmap_dff_not_next.lib top
async2sync
formalff -clk2ff
flatten
opt_clean -purge
equiv_make top top_unmapped equiv