-
Notifications
You must be signed in to change notification settings - Fork 3
Hello world Intel FPGA Cyclon 10 LP whit Nios II
This hello world was programmt in Cyclon 10 LP becaus in Quartus prime pro I wasn't apel to use platform Desinger and in Lite was a templat from NiosII ingluded.
First step is to programm a echo loop for uart serial port and betwen input and output to programm a and gate, to use the and gate as connecion piont were after wart you connect the nios II prossesor. but first connect it to ground.
Nexst step opening the platform desinger and open under libary Processor and peripherals unter it Embedded Processor Nios II processor andchoos the econime variant. You need to inglud a onchip memori. the funny thing is the onchip memori isnot under the tag memori Interfaces and controllers but under Basic functions and ther is a tag named onchip memory. A logic decion would be for me that when you go after the name that its under the tag Memory interfas and controllers. Choss the on-chip Memory (RAM or ROM) Intel FPGA IP. You need JTAg UART Intel FPGA IP and Uart (RS-232 Serial port) Intel FPGA IP under the tag interface protocols: serial
You need to connect the parts somthing like this
Safe the nios desing and ad it to the project inglud it to you block diagramm and make two inputs one for clock and one for a button, and connect everthink like this:
Next thing is very very annoing!!!
Open Eclips choos hello world template compil ad to you project or ad project to workplace and start depugink. this is very very annoing.