F
FPGA
Guest
what does the following code do
output <= input[x*-1 -: y];
I dont understand -: . What is this. I have seen [x:y], never came
across[x -: y]
Please help
output <= input[x*-1 -: y];
I dont understand -: . What is this. I have seen [x:y], never came
across[x -: y]
Please help