Forum Discussion
Altera_Forum
Honored Contributor
13 years agothe problem occured during compilation of the code. i get over it by taking another working code and changing it line by line to this one (the strangest technique lol). i had the "ror" problem then and it seems to be related to the fact that this operator isn't compatible with std_logic_vectors. so to avoid messing with vectors types i just used concatenation to perform rotate actions which works just fine.
now i'm debugging the program from some constant drivers issues. thx for your efforts leonardo i owe you one ^^