M
Mr. Ken
Guest
I need to reverse the vector, and prefer simplest codes. One liner is
probably the best.
For example,
reg [31:0] mydata;
wire [31:0] mydata_r;
assign mydata_r = mydata[0:31] // Syntax error here.
TIA
probably the best.
For example,
reg [31:0] mydata;
wire [31:0] mydata_r;
assign mydata_r = mydata[0:31] // Syntax error here.
TIA