Replies: 2 comments
-
I comprehend your goal, but I would like to understand what you want to achieve with the names. Would be a graph with the net names? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just want to convert RTLIL to another data structure. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to traverse the connections of the cell and then extract the name of nets connected to `ports?
I want to know how to handle the SigSpec of the ports? In other words, how to extract the net name from it?
I just cannot understand the difference between SigChunk and SigBit of SigSpec. And when should we convert the SigSpec to SigChunks or SigBits, Wires?
Can I do like this:
As the code shown above, how can I extract the wire if sig is neither SigChunk nor SigBit? When this happens, should I return a list of wires?
Beta Was this translation helpful? Give feedback.
All reactions