J
Jon Beniston
Guest
Hi all,
Does anyone know of a crafty way of emulating the behaviour of Verilog
2001 indexed vector part selects in Verilog 1995?
i.e.
var = data[i*width +: width];
where i is a variable in a function, and width is constant.
Cheers,
Jon
Does anyone know of a crafty way of emulating the behaviour of Verilog
2001 indexed vector part selects in Verilog 1995?
i.e.
var = data[i*width +: width];
where i is a variable in a function, and width is constant.
Cheers,
Jon