Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17093 Discussions

Real time data transfer in DE10 Standard

Bishnu
Beginner
279 Views

Hi Intel/Altera users, 
I have questions about the real-time data transfer between the FPGA and PC. I use Simulink (DSP builder) on the front end and Quartus Prime Standard (v18) on the back ends. I want to transfer the data produced by DSP builder into the PC in real time using 1 Gb Ethernet. I have made a communication between the Board and PC using SSH and Putty. I haven't integrated the Hard IP of Ethernet in the design. If anyone in this community has tried this kind of thing, please help me. Thank you. 

Labels (1)
0 Kudos
2 Replies
FvM
Honored Contributor II
216 Views

Hi,
Ethernet PHY on DE10 Standard board connects to dedicated HPS IO-pins, thus I presume "Hard IP of Ethernet" refers to HPS EMAC. However, if you are already communicating with DE10 Ethernet, it will use HPS EMAC because there's no other Ethernet option on this board.

So what's the exact question?

Regards
Frank

0 Kudos
Bishnu
Beginner
179 Views

Hi Frank, 
My requirements are: 
I want to run bitstream. Designed in DSP builder (v18) and compiled in Quartus Prime Standard(v18), I get a .sof file. I want to run that .sof file into FPGA DE10 Standard, get data from it, and plot that data. 
I think I have to design some scripts in Python. I am not sure. 
Thank you. 
Best,
Bishnu 

0 Kudos
Reply