mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-04 17:17:43 +00:00
clk2fflogic: Support all FF types.
This commit is contained in:
parent
0c6d0d4b5d
commit
abe4e9e607
20 changed files with 261 additions and 340 deletions
|
@ -22,7 +22,7 @@ endmodule
|
|||
EOT
|
||||
|
||||
design -save orig
|
||||
equiv_opt -assert -multiclock -map +/simcells.v dfflegalize -cell $_DFFE_PP_ x -cell $_DFFE_PP?P_ x -cell $_DFFSRE_PPPP_ x -cell $_SDFFE_PP?P_ x -cell $_SDFFCE_PP?P_ x -mince 3
|
||||
equiv_opt -assert -multiclock dfflegalize -cell $_DFFE_PP_ x -cell $_DFFE_PP?P_ x -cell $_DFFSRE_PPPP_ x -cell $_SDFFE_PP?P_ x -cell $_SDFFCE_PP?P_ x -mince 3
|
||||
design -load postopt
|
||||
|
||||
select -assert-count 4 t:$_DFFE_PP_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue