Replies: 1 comment
-
No, it only takes into account the Yosys FF types: Lines 45 to 48 in 6405bba |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ltp -noff
will break cycles at flops when operating on gate-level logic that has not been mapped to actual standard cells. However, after mapping to a std cell library from a Liberty file, it seems that it does not recognize the library's flops, and traverses through them, and also issues voluminous warnings about finding cycles.Is there something I'm not doing correctly in the flow? I've tried running
read_liberty
,read_liberty -wb
, andread_liberty -lib
before theltp -noff
command, but it doesn't seem to help.As seen with
dfflibmap
, I know that it's possible to recognize which cells in the Liberty file are FFs.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions