--- Quote Start ---
I'm having some problems with a schematic design. I'm trying to merge 8 4-bit buses into a 32-bit bus. I've named the buses "nextC[3..0]" etc. and I am feeding them into a bus called "nextC[31..0]".
The error I'm getting is:
"Error: Node "nextC[0]" is missing source"
"Error: Node "nextC[1]" is missing source"
"Error: Node "nextC[2]" is missing source"
.
.
.
"Error: Node "nextC[31]" is missing source"
I don't understand why I'm getting the error. The 4-bit buses are connected to other 4-bit buses.
--- Quote End ---
Hi,
can you post your schematic ?