Introduction
Development Kit
IP Core | IP Core Category |
---|---|
Nios V/m Processor Intel FPGA IP | EmbeddedProcessor |
Triple-Speed Ethernet Intel FPGA IP | Ethernet |
Transceiver ATX PLL Intel Arria 10/Cyclone 10 FPGA IP | TransceiverPLL |
Detailed Description
The telnet client offers a convenient way of issuing commands over a TCP/IP socket to the Ethernet-connected μC/TCP-IP running on the development board with a simple TCP/IP socket server example. The socket server example receives commands sent over a TCP/IP connection and turns LEDs on and off according to the commands. The example consists of a socket server task that listens for commands on a TCP/IP port and dispatches those commands to a set of LED management tasks.
Please refer to the document for details about the design.
Prepare the design template in the Quartus Prime software GUI
Note: After downloading the design example, you must prepare the design template. The file you downloaded is of the form of a <project>.par file which contains a compressed version of your design files (similar to a .qar file) and metadata describing the project. The combination of this information is what constitutes a <project>.par file. You can simply double click on the <project>.par file and Quartus will launch that project.Please refer to the document for details about the design.