G
G Iveco
Guest
In Verilog when I expand a signed value by 10 bits, I can use
data1 <= {{10{data[9]}}, data};
Does VHDL have the same neat tricks?
data1 <= {{10{data[9]}}, data};
Does VHDL have the same neat tricks?