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 --- I am trying to use Virtual Jtag starting with a simple verilog design which is a 4 bit counter. --- Quote End --- That's a good start. --- Quote Start --- I'm starting by using megawizard manager. I don't quite understand at page 4 of virtual jtag megawizard. What is actually stimulus? I think this is where we define the shifting operation(not sure). How should we know how much delay needed for the stimulus? --- Quote End --- The simulation feature of the component does not work, so don't bother to enter anything in that field. The documents I post will show how the component is broken. --- Quote Start --- I also a bit confuse of the diagram block of virtual jtag that shows during megawizard. Why TDO and ir_out are put at the left side and tck, tdi, ir_in are located at the right side? I think it should be in contrary because TDI(Test data input), TCK(Test clock) and IR_in are the input of the VJI(virtual jtag). --- Quote End --- tdi and ir_in are inputs to your design, but they are outputs of the virtual JTAG component. Similarly ir_out is an output from your design, but its an input to the virtual JTAG component. I know, the names are ambiguous :) --- Quote Start --- By the way, how about the progress of your tutorial? --- Quote End --- Not ready for release yet, but I did work on it over the weekend. Cheers, Dave