Forum Discussion

humandude's avatar
humandude
Icon for New Contributor rankNew Contributor
3 years ago
Solved

System Verilog Concatenation

If I have an 8-bit register and I concatenate an input bit to itself excluding the MSB, what does the output look like? My assumption is that the value gets bit-shifted to the left (i.e the MSB gets ...
  • ak6dn's avatar
    3 years ago

    Yes, 100% correct. Same in Verilog or SystemVerilog.