Weirdness with subcircuits

Quote from average_simulide_enjoyer on February 17, 2025, 4:37 pmI was building a subcircuit wich contains subcircuits wich contain subcircuits wich contain subcircuits (4 level deep I think).
One of the inner subcircuits is suposed to be an 8bit register, and it works fine when i save a value on it inside the subcircuit im building, but when i try to save a value on the register in the outter subcircuit, it doesn't work at all, and each bit either doesnt save any bit on the register or saves a completely diferent one (for example, bit 0 doesnt save and bit 1 saves bit 7 iirc).
I think its the bug with nested subcircuits, but this time it involves buses, not regular wires
EDIT: the subcircuit with issues is the 8bit ALU, inside advanced components
I was building a subcircuit wich contains subcircuits wich contain subcircuits wich contain subcircuits (4 level deep I think).
One of the inner subcircuits is suposed to be an 8bit register, and it works fine when i save a value on it inside the subcircuit im building, but when i try to save a value on the register in the outter subcircuit, it doesn't work at all, and each bit either doesnt save any bit on the register or saves a completely diferent one (for example, bit 0 doesnt save and bit 1 saves bit 7 iirc).
I think its the bug with nested subcircuits, but this time it involves buses, not regular wires
EDIT: the subcircuit with issues is the 8bit ALU, inside advanced components
Uploaded files:
Quote from arcachofo on February 18, 2025, 2:40 pmYes, you are right, there something wrong with buses in nested subcircuits.
I'm investigating it.
Yes, you are right, there something wrong with buses in nested subcircuits.
I'm investigating it.

Quote from arcachofo on February 21, 2025, 5:57 pmThe problem was related to bus lines with joints, and doesn't matter if nested or not.
it should be solved at last tester build.
The problem was related to bus lines with joints, and doesn't matter if nested or not.
it should be solved at last tester build.