mask_layout
Member level 2
verilog split bus
I have 3 blocks one with
output [31:0]
second block with input [8:0]
third block with input [31:9]
please help,
I want to connect the output pin to second and third block however
how to do it,...
wire [31:9] NETX;
wire [8:0] NETX;
will not work / conflicts.
Thanks,
mask_layout
I have 3 blocks one with
output [31:0]
second block with input [8:0]
third block with input [31:9]
please help,
I want to connect the output pin to second and third block however
how to do it,...
wire [31:9] NETX;
wire [8:0] NETX;
will not work / conflicts.
Thanks,
mask_layout