How do i connect 2 different named buses please?
Hi All,
I have a problem trying to connect 2 different buses between megafunction devices within the schematic editor.
Here's my current problem, a megafunction lpm_counter has for example 4 output bits labelled as q[3..0] and i want to connect all 4 bits into an lpm_decoder that has 4 input bits labelled as d[3..0]
What is the correct procedure to make the 'q' bits connect to the corresponding 'd' bits?
I tried creating 2 buses, 1 named q[3..0] and the other named d[3..0], then joining them together, but i only get errors during compilation.
I'm trying to avoid having to draw a nodeline for each bit and join them between 'd' and 'q' nodes if possible.
I know i'm missing a simple step in-between, but it's been a long time since i used Quartus ;-(