Forum Discussion
Altera_Forum
Honored Contributor
12 years agothanks, I will use signal, but just for the outputs, as I want transport data between components.
The rest of variables are used just in local processing. To ending my doubts, the code: -- shift register inference. if(clk'event and clk='1') then weight:= w & weight(1 to n*m-1); end if; Mean to read 'w's from ROM in the order (clock) that it comes from, inside the variable 'weight'.