I am trying to understand a piece of Verilog code as below:
module_name instance_name (
.....
.signal1(signal1_local['SIGNAL_WIDTH - 1 : 0]),
....
);
I am not able to understand the 'SIGNAL_WIDTH , why is the apostrophe (') used here? Can anyone please tell what does it signify? Thanks in advance