Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Review your Verilog text book or Verilog LRM about indexed part-select syntax e.g.
d <= b; --- Quote End --- Thanks very much, FvM. But based on your explanation, I think it should be : d <= b[a-:3] since 'd' is 3 bits wide. Correct? Thanks.