Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIn block schematic you can merge buses by separating bus names with commas in the bus name.
For example, if you have 3 buses busA[3:0], busB[7:0], busC[1:0], drag connection from each of them to a 'backbone' bus going around the schematic. Then rename it as : busA[3:0],busB[7:0],busC[1:0] Similarly in Verilog oyu can use the {busA[3:0],busB[7:0],busC[1:0]} syntax to create a single bus