Forum Discussion

junyoung2's avatar
junyoung2
Icon for New Contributor rankNew Contributor
1 year ago

wire assignment in verilog

Hello, I have a question while I was writing the code. I made a code wire [15:0] A; and I declared input B; and I declared this signal as assign A = {8{B}};. When I declared this, the top 8 bits of s...