FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6670 Discussions

FPGA Newbie needs some help.

Altera_Forum
Honored Contributor II
1,243 Views

Hi all. Just started working hard core on FPGAs for a project but I've come to a standstill. I have a DE2 board and I'd like to implement a small microcontroller core in it, one other than the Nios. So lets say I have the VHDL file for the micro and I can put it in a block diagram, how do I go about getting an assembly or C program to it? Hopefully that's not too vague. TIA

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
441 Views

Since you are using the microcontroller, you should have the link and compile tools to compile the software code into memory files such as the hex file, or the elf file for the flash memory. Then you can implement these memory file into the memory on chip, or the external memory, and read by the CPU.

0 Kudos
Reply