-
Is there any quick and easy way to take a combinatorial circuit (with input and output components) and make that into a LUT or a ROM? Just doing a "Analysis" followed by a "Create circuit with LUTs" dosen't make it into a single LUT and also adds simple gates to the result. |
Beta Was this translation helpful? Give feedback.
Answered by
hneemann
Mar 27, 2025
Replies: 1 comment 1 reply
-
It is possible to export a truth table to a hex file and then load it into a ROM or a LUT. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mengstr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is possible to export a truth table to a hex file and then load it into a ROM or a LUT.