Ensuring module output ports are always a single net, not a concatenation of nets #4557
Unanswered
gussmith23
asked this question in
Q&A
Replies: 1 comment
-
Lets start with the fact that
As you wrote, does NOT behave like:
Which is probably what you expect, but rather like:
|
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
-
Hello!
I have a module that has an output port which is currently defined as:
I would love to rewrite it so that it is simply
and then somewhere else,
Is there a pass that will do this?
I'm currently running
splice
andsplitnets -driver
, but neither of them do this.Note: I've also tried
scatter
, which doesn't work for what I'm trying to do.Beta Was this translation helpful? Give feedback.
All reactions