Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi Kimberley,
--- Quote Start --- See attached my modelsim image. It's quite different then the image in the document. Where can I find the similair signals? --- Quote End --- Look back at the code you just edited - line 45
line 40: // Quartus 10.0
line 41: // ------------
line 42: // The component hierarchy is slightly different for Quartus versions
line 43: // earlier than 11.1sp1. The sopc_system_jtag_master_tb.do script
line 44: // JTAG master nodes also change names.
line 45: //`define VTAP dut.the_jtag_master.jtag_master.normal.altera_jtag_avalon_master_pli_off_inst.the_altera_jtag_avalon_master_jtag_interface_pli_off.altera_jtag_avalon_master_jtag_interface_pli_off.normal.jtag_dc_streaming.jtag_streaming.node
When you edited the VHDL to change the VTAP path, all you needed to do was edit the .do file to change the same path. I didn't tell you this earlier, as I wanted you to look at the Modelsim hierarchy window so that you would see the correspondence. Problem solving is how you begin to understand these tools. Cheers, Dave