Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- What is the end goal? a straight conversion will not work in an FPGA, because VHDL is NOT software. it is a hardware description language. Have you got a circuit diagram that you expect to produce that you drew BEFORE you wrote any VHDL? This is usually the first step in digital logic design. --- Quote End --- 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