Forum Discussion
Altera_Forum
Honored Contributor
15 years agoFor the read/write procedure:
Where should the code for the code for the read and write procedure be located outside the main program? In its own VHDL file ? and what is the best way to call the procedure. I have a top entity file, a datapath, and a controller. Im guessing it would be best to go in the top entity file so it can directly assert the inputs but the calls I am trying to make keep giving me errors. Sorry for all the questions. I am just learning the language