Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Simulate connected transceiver devices

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.

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- 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