Can you simulate a purely combinatorial module in Amaranth #1381
-
I have a module that is just comb and when I try to simulate it in the Amaranth simulator it gets stuck without printing anything. Here is the code:
|
Beta Was this translation helpful? Give feedback.
Answered by
TarikHamedovic
Jul 5, 2024
Replies: 1 comment 4 replies
-
Take a look at the documentation page for the simulator on this topic. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just to update that I fixed the problem and thanks for the guidance. If anyone needs a square root module that works and is implemented entirely in the combinatorial domain here is the code: