Altera_Forum
Honored Contributor
17 years agoComponents and FSM in my VHDL code...
Hi,
I am doing a project using VHDL for my Altera chip. In my project, I have a few components such as incoming signal detection and FSM for outputting PWM signals etc. I have to keep on using FSM for outputting PWM signals. That means I can not hold it or stop it. Then, how can I run other components simultaneously? For example, when the FSM is running, I also need to keep the component of "Incoming signals detection" running, how can I do that? Thanks a lot!