R
rekz
Guest
say I have the following:
reg[31:0] instruction;
reg[8:0] test;
and I want to assign test with the least 9 significant bits of the
register instruction, is there an easy way to do this using the assign?
reg[31:0] instruction;
reg[8:0] test;
and I want to assign test with the least 9 significant bits of the
register instruction, is there an easy way to do this using the assign?