Forum Discussion
Altera_Forum
Honored Contributor
10 years agoCompiling assembly file to hex file
I am attempting to compile my source.s code into the hex file that will be placed in my system RAM. This must be done completely through the command line and I am having some problems. I am using the...
Altera_Forum
Honored Contributor
10 years agoTry "make mem_init_generate" after running make all. Is should create a mem_init folder and your hex will contain in it.