Forum Discussion
Altera_Forum
Honored Contributor
16 years agoOh Jake great , thats real fun to read and think about.
first example should be assign shift_reg = {16'd1,16'h0000} << n; to get the 1,2,4,8,... instead of 0,1,3,7,f,1f,... It's realy a lesson worth to go through them all and understand them ...