Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHelp wanted, C to state machines, or any alternatives.
Hi, i need help, im a student doing my project. i run the Matlab simulation perfectly in matlab using the simulink models. i need to control 3 phase switches using the altera deo nano FPGA. ...
Altera_Forum
Honored Contributor
13 years agoYour code would map to three (independent) case statements in verilog/VHDL based on the inputs into your function. So is there something sequencing the calls to your C function because like Daixiwn said there are no states in the code you posted.