Replies: 1 comment 2 replies
-
That's not supported. In general the multi-block connectivity model still needs work. The usage will be to have a dbBTerm on each block and at the top level to connect the corresponding dbITerms. You can't connect laterally across the hierarchy (same as Verilog). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I want to report an error with
odb
. If a net is connected with adbIterm
which is in another block, then something happens in an unexpected way.This is the test code.
You can reproduce this error with this commit.
The expected result should be below,
but the console result is here.
If I erase the line of code below, then it seems to work well in the right way.
// i_term_bottom->connect(net);
Beta Was this translation helpful? Give feedback.
All reactions