Forum Discussion
Altera_Forum
Honored Contributor
14 years agoCommunication PC-De0 Nano
Hello everyone, I need to make a GUI that could communicate between pc and my De0 nano. I could make the GUI with QT but I don't know how the communication work. I am aware that every time I c...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- How about TCK? Does it also the output of the virtual jtag(vji)? I think we should generate a clock which we feed into the vji(not sure either). --- Quote End --- The Virtual JTAG component ports TCK/TMS/TDI are outputs, and the TDO signal is an input. These pins correspond to the signals coming from the FPGA pins via the Virtual JTAG component into your design. For your first design, you can ignore all of these signals, and just wire ir_in to your LEDs, and ir_out to some push buttons. You can then use quartus_stp and device_virtual_ir_shift to write to the LEDs and read from the push buttons. Cheers, Dave