-
|
Hi @tancheng , Continue on this topic, a question: how to tell if python variable or PyMTL HW module is required, i.e, does python variables work for below RTL? |
Beta Was this translation helpful? Give feedback.
Answered by
tancheng
May 6, 2025
Replies: 1 comment 1 reply
-
|
It works. My understanding is: if you put |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yuqisun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It works. My understanding is: if you put
s.there, then there will be real HW generated, in this case, two wires are generated/instantiated. On the other hand, if you just usenum_inportsw/os.here, then the two wires won't exist.