Forum Discussion
Altera_Forum
Honored Contributor
13 years agoTo Tricky and Daixiwen: criticising Alegomaster's coding style doesn't help him.
Yes he is making it difficult by using intermediate 'integer' objects. But he'll learn - like we all did and (hopefully) still do. In his case std_logic_vectors are the most appropriate representation to use: he actually wants to insert a part of a 32-bit vector into another 32-bit vector at a certain place . You would have noticed if you actually tried to understand the given code.