C
Chris Connelly
Guest
Please excuse the probable simplicity of this question.
I'm trying to use ROL and SRL logical operators and I can't seem to
find the correct syntax.
I have a bit_vector(31 downto 0) called 'tx' , now all I want to do is
rotate the vector to the left and pick of bit(0).
As I said I've tried a few arrangements ie. tx ROL 1 and ROL tx but
nothing seems to work.
Can someone let me know what the syntax is to do this simple task.
TIA
Chris
I'm trying to use ROL and SRL logical operators and I can't seem to
find the correct syntax.
I have a bit_vector(31 downto 0) called 'tx' , now all I want to do is
rotate the vector to the left and pick of bit(0).
As I said I've tried a few arrangements ie. tx ROL 1 and ROL tx but
nothing seems to work.
Can someone let me know what the syntax is to do this simple task.
TIA
Chris