Altera_Forum
Honored Contributor
11 years agohelp!!
I'm creating a code now, which i need to increase the input A,B by 2 after each state. Example @s0: A=00000001, B=00000010. @s1: I want A= 00000011 and B= 00000100. How do i do it? ...