cells.lib for $adff flip flop #4315
-
Hello I have made my own cells.lib but I don't know how to make my flip flops asyncron.
Do you have any example? Is there any documentation on this syntax? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
nakengelhardt
Apr 19, 2024
Replies: 1 comment 1 reply
-
This is the liberty format reference: https://media.c3d2.de/mgoblin_media/media_entries/659/Liberty_User_Guides_and_Reference_Manual_Suite_Version_2017.06.pdf E.g. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
OuDret
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the liberty format reference: https://media.c3d2.de/mgoblin_media/media_entries/659/Liberty_User_Guides_and_Reference_Manual_Suite_Version_2017.06.pdf
E.g.
clear
is an asynchronous reset, any synchronous reset would be included in the next_state function.