Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

help!!

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? ...