mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 03:35:40 +00:00
dlatchlibmap: fixing failing test 'liberty/dff.lib' by updating the golden log output
This commit is contained in:
parent
4b00ddfd9a
commit
6b1d5dedbf
1 changed files with 42 additions and 24 deletions
|
|
@ -1,29 +1,47 @@
|
|||
|
||||
-- Running command `dfflibmap -info -liberty dff.lib' --
|
||||
|
||||
1. Executing DFFLIBMAP pass (mapping DFF cells to sequential cells from liberty file).
|
||||
1. Executing DFFLIBMAP pass (mapping DFF/DLATCH cells to sequential cells from liberty file).
|
||||
cell dff (noninv, pins=3, area=1.00) is a direct match for cell type $_DFF_P_.
|
||||
final dff cell mappings:
|
||||
unmapped dff cell: $_DFF_N_
|
||||
final dff/dlatch cell mappings:
|
||||
unmapped dff/dlatch cell: $_DFF_N_
|
||||
\dff _DFF_P_ (.CLK( C), .D( D), .Q( Q));
|
||||
unmapped dff cell: $_DFF_NN0_
|
||||
unmapped dff cell: $_DFF_NN1_
|
||||
unmapped dff cell: $_DFF_NP0_
|
||||
unmapped dff cell: $_DFF_NP1_
|
||||
unmapped dff cell: $_DFF_PN0_
|
||||
unmapped dff cell: $_DFF_PN1_
|
||||
unmapped dff cell: $_DFF_PP0_
|
||||
unmapped dff cell: $_DFF_PP1_
|
||||
unmapped dff cell: $_DFFE_NN_
|
||||
unmapped dff cell: $_DFFE_NP_
|
||||
unmapped dff cell: $_DFFE_PN_
|
||||
unmapped dff cell: $_DFFE_PP_
|
||||
unmapped dff cell: $_DFFSR_NNN_
|
||||
unmapped dff cell: $_DFFSR_NNP_
|
||||
unmapped dff cell: $_DFFSR_NPN_
|
||||
unmapped dff cell: $_DFFSR_NPP_
|
||||
unmapped dff cell: $_DFFSR_PNN_
|
||||
unmapped dff cell: $_DFFSR_PNP_
|
||||
unmapped dff cell: $_DFFSR_PPN_
|
||||
unmapped dff cell: $_DFFSR_PPP_
|
||||
dfflegalize command line: dfflegalize -cell $_DFF_P_ 01 t:$_DFF* t:$_SDFF*
|
||||
unmapped dff/dlatch cell: $_DFF_NN0_
|
||||
unmapped dff/dlatch cell: $_DFF_NN1_
|
||||
unmapped dff/dlatch cell: $_DFF_NP0_
|
||||
unmapped dff/dlatch cell: $_DFF_NP1_
|
||||
unmapped dff/dlatch cell: $_DFF_PN0_
|
||||
unmapped dff/dlatch cell: $_DFF_PN1_
|
||||
unmapped dff/dlatch cell: $_DFF_PP0_
|
||||
unmapped dff/dlatch cell: $_DFF_PP1_
|
||||
unmapped dff/dlatch cell: $_DFFE_NN_
|
||||
unmapped dff/dlatch cell: $_DFFE_NP_
|
||||
unmapped dff/dlatch cell: $_DFFE_PN_
|
||||
unmapped dff/dlatch cell: $_DFFE_PP_
|
||||
unmapped dff/dlatch cell: $_DFFSR_NNN_
|
||||
unmapped dff/dlatch cell: $_DFFSR_NNP_
|
||||
unmapped dff/dlatch cell: $_DFFSR_NPN_
|
||||
unmapped dff/dlatch cell: $_DFFSR_NPP_
|
||||
unmapped dff/dlatch cell: $_DFFSR_PNN_
|
||||
unmapped dff/dlatch cell: $_DFFSR_PNP_
|
||||
unmapped dff/dlatch cell: $_DFFSR_PPN_
|
||||
unmapped dff/dlatch cell: $_DFFSR_PPP_
|
||||
unmapped dff/dlatch cell: $_DLATCH_N_
|
||||
unmapped dff/dlatch cell: $_DLATCH_P_
|
||||
unmapped dff/dlatch cell: $_DLATCH_NN0_
|
||||
unmapped dff/dlatch cell: $_DLATCH_NN1_
|
||||
unmapped dff/dlatch cell: $_DLATCH_NP0_
|
||||
unmapped dff/dlatch cell: $_DLATCH_NP1_
|
||||
unmapped dff/dlatch cell: $_DLATCH_PN0_
|
||||
unmapped dff/dlatch cell: $_DLATCH_PN1_
|
||||
unmapped dff/dlatch cell: $_DLATCH_PP0_
|
||||
unmapped dff/dlatch cell: $_DLATCH_PP1_
|
||||
unmapped dff/dlatch cell: $_DLATCHSR_NNN_
|
||||
unmapped dff/dlatch cell: $_DLATCHSR_NNP_
|
||||
unmapped dff/dlatch cell: $_DLATCHSR_NPN_
|
||||
unmapped dff/dlatch cell: $_DLATCHSR_NPP_
|
||||
unmapped dff/dlatch cell: $_DLATCHSR_PNN_
|
||||
unmapped dff/dlatch cell: $_DLATCHSR_PNP_
|
||||
unmapped dff/dlatch cell: $_DLATCHSR_PPN_
|
||||
unmapped dff/dlatch cell: $_DLATCHSR_PPP_
|
||||
dfflegalize command line: dfflegalize -cell $_DFF_P_ 01 t:$_DFF* t:$_SDFF* t:$_DLATCH*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue