Forum Discussion

CLyna's avatar
CLyna
Icon for New Contributor rankNew Contributor
6 years ago

Hey, guys, I am trying to understand this piece of code any help would be great

rotW <= w(3)(23 downto 0) & w(3)(31 downto 24); subRotW(8*(i+1)-1 downto 8*i) <= subKey(conv_integer(rotW(8*(i+1)-1 downto 8*i))); I know that rotW is being populated by the values from w backwards...