Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- the goal of this is to implement the game to vhdl. I had the following methods drawn in a datapath 1- initializeBoard 2- readGame 3- getElement 4- isEmpty 5- size 6- main + I know that vhdl is not a software but that what I need to do and working on it. I got stuck and need help :) this is my datapath: http://i60.tinypic.com/2ds1bis.jpg --- Quote End --- 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.