C
Chris Hinsley
Guest
I'm currently putting unused wires in my code to say 'I'm not
interested in this output' like this.
add #(REG_WIDTH) u3(i_pc, 4, pc[0], unused_c[0]);
add #(REG_WIDTH) u4(i_pc, sx, pc[1], unused_c[1]);
Is there an official way I should be doing this ? In this older style syntax ?
Regards.
Chris
interested in this output' like this.
add #(REG_WIDTH) u3(i_pc, 4, pc[0], unused_c[0]);
add #(REG_WIDTH) u4(i_pc, sx, pc[1], unused_c[1]);
Is there an official way I should be doing this ? In this older style syntax ?
Regards.
Chris