I make hierarchy like below
- Root
TEST_BUS2
TEST_BUS2_Sheet0
TEST_BUS2_Sheet1
It is same schematic between ‘TEST_BUS2_Sheet0’ and ‘TEST_BUS_Sheet1’
Each Sheet have two signal (TEST_BUS[1…0]) and combine this signal at TEST_BUS2.
I expect connect
TEST_BUS0@ROOT and TEST_BUS0@Sheet 0 (R17 and R21) and
TEST_BUS2@ROOT and TEST_BUS0@Sheet 1 (R19 and R23).
By the net list, R17 and R21 is connected, but R19 and R23 is NOT connected.
I think I have to something at TEST_BUS2, but I can’t find this solution.
Can you help me?