Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- Using FSM and Datapath will not create a Sudoku game. You need to use NIOS and QSYS. I think you are basically trying to convert your code into optimised hardware version, where you implement the computations only. Which can be done easily using state machines without a datapath. --- Quote End --- What are you on about? This can be done without NIOS or QSYS with a pure hareware implementation. In this case you would need a FSM and some form of data path.