mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-11 11:25:38 +00:00
dfflibmap: allow formal dffsr mapping tests with clk2fflogic
This commit is contained in:
parent
6f74c54c02
commit
024408004a
2 changed files with 24 additions and 24 deletions
|
|
@ -49,7 +49,7 @@ read_liberty dfflibmap_dffsr_s.lib
|
|||
copy top top_unmapped
|
||||
dfflibmap -liberty dfflibmap_dffsr_s.lib top
|
||||
|
||||
async2sync
|
||||
clk2fflogic
|
||||
flatten
|
||||
opt_clean -purge
|
||||
equiv_make top top_unmapped equiv
|
||||
|
|
@ -63,7 +63,7 @@ delete top equiv
|
|||
copy top_unmapped top
|
||||
dfflibmap -liberty dfflibmap_dffsr_r.lib top
|
||||
|
||||
async2sync
|
||||
clk2fflogic
|
||||
flatten
|
||||
opt_clean -purge
|
||||
equiv_make top top_unmapped equiv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue