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

Simulate connected transceiver devices

Altera_Forum
Honored Contributor II
1,102 Views

I am working on designing a custom transceiver protocol and would like to simulate two connected Cyclone IV devices to work on developing the state machines. Is there a way to do this in Quartus II or other simulation package? Any suggestions would be greatly appreciated.

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
363 Views

 

--- Quote Start ---  

I am working on designing a custom transceiver protocol and would like to simulate two connected Cyclone IV devices to work on developing the state machines. Is there a way to do this in Quartus II or other simulation package? Any suggestions would be greatly appreciated. 

--- Quote End ---  

 

 

rx <= tx; 

 

Seriously, its that simple :) 

 

Create your two separate designs for the two Cyclone IV GX devices. Create a testbench that contains both device top-level designs, and connect their reference clocks to appropriate sources, eg., a common clock, and connect the transmitter from one device to the receiver on the other, and vice versa. 

 

Cheers, 

Dave
0 Kudos
Reply