Replies: 1 comment 1 reply
-
If you're on linux, all you need to do is make sure the Quartus Prine Pro tools are in your path, then run "make" in the fpga_1sm21c subdirectory. If you're not on Linux, then you'll have to create the project file manually. The makefile contains the complete list of files that you'll need to add. I think you will also need to jump through a few hoops to create the IP cores from the TCL scripts; it may be as simple as running qsys-script with the tcl file names. Not sure offhand, but you can read the makefile to see exactly what it's doing (the makefile just runs a bunch of commands, if you're having issues running the makefile you can manually run everything the makefile does without too much trouble). |
Beta Was this translation helpful? Give feedback.
-
Hello.
I would like to try the design below
I don't know how to make it a project file.
Could you tell me?
Example designs implementing a simple UDP echo server are included for the following boards:
Intel Stratix 10 MX dev kit (Intel Stratix 10 MX 1SM21CHU1F53E1VG)
Beta Was this translation helpful? Give feedback.
All reactions