C
crazyrdx
Guest
How can I assign a signed vector of length 9 to a signed vector of
length 12. ?
length 12. ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
numeric_std.resizeHow can I assign a signed vector of length 9 to a signed vector of
length 12. ?
Well, do you want the LSB of the 9-bit vector to be the LSB of theHow can I assign a signed vector of length 9 to a signed vector of
length 12. ?
v12 <= v9(8)&v9(8)&v9(8)&v9;How can I assign a signed vector of length 9 to a signed vector of
length 12. ?