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

No hardware detected in beta bus analyzer

FCive
New Contributor I
2,083 Views

Dear community,

 

I have a Terasic DE5-Net FPGA based on Stratix V FPGA. I would like to monitor the Avalon MM bus by mean of the Bus analyzer toolkit. I followed the guide of this link (https://fpgawiki.intel.com/wiki/Bus_Analyzer_Toolkit) and I instantiated the analyzer in the Platform Designer. Then, I compiled the design and I programmed successfully the FPGA.

Unfortunately, after launching the beta bus analyzer from system console, I can see the JTAG interface link and the monitor instance on the left menu of the tool but no hardware is detected (see the figure below).

 

Screenshot from 2019-02-20 13-50-19.png

Could you please explain me why no hardware is detected even if the JTAG can program the FPGA?

I tried the bus analyzer tool with another design for MAX10 FPGA but I experienced the same problem. Do you have some ideas?

 

Thank you.

 

Best Regards,

 

Federico

0 Kudos
9 Replies
YuanLi_S_Intel
Employee
1,337 Views
Hi Federico, From the picture, it seems like the error is due to missing of .tcl file instead of JTAG. Can you please confirm? Regards, YL
0 Kudos
FCive
New Contributor I
1,337 Views

Dear YL,

 

Thank you for your answer.

 

Yes, there is no .tcl file loaded by the tool. Do I have to add? If so, which commands do I have to write inside the .tcl script to establish the communication?

 

Thank you.

 

Best Regards,

 

Federico

 

 

0 Kudos
sstrell
Honored Contributor III
1,337 Views

You don't show it, but did you enable bus analyzer use for particular interfaces in the Interconnect Requirements tab for the system?

FCive
New Contributor I
1,337 Views

Dear sstrell,

 

I did not enable the instrumentation in the Interconnect Requirements tab. After your answer, I enabled it from platform designer (I set "TRUE" for "Enable Instrumentation" under "Interconnect Requirements") but the bus analyzer is still showing "no hardware" (of course, I recompiled the design after the changes). Do you have other ideas?

 

Thank you.

 

Federico

0 Kudos
sstrell
Honored Contributor III
1,337 Views

Did you add the JTAG Debug Link component as mentioned in the Wiki?

0 Kudos
FCive
New Contributor I
1,337 Views

I use the 18.1 version of Quartus and, as described in the guide, from version 14.1 "JTAG Debug Link is auto-instantiated and is not a selectable IP core from the IP Catalog".

Thus, I did not add anything in the design and I only enabled the instrumentation.

 

​Do I have to add something else in the design?

Thank you.

Federico

0 Kudos
FCive
New Contributor I
1,337 Views

I did not write that I would like to monitor the avalon bus of a qsys subsystem. Thus, the signals that I would like to monitor are present in the subsystem interconnect requirements tab but they are not present in the interconnect requirements tab of the top instance of qsys hierarchy. Could this be the problem?

 

Thank you.

 

Federico

0 Kudos
FCive
New Contributor I
1,337 Views

I have noticed that, after HDL generation in the platform designer, the report gives me the following warning for all the slaves that I considered:

 

Warning: Cannot insert performance monitor for sysid_qsys_0.control_slave because it only has one connection. Add more connections to allow monitor insertion.

 

In the Instrumentation tab, I have added one master MM and many slaves MM connect to the same master MM. While the master monitor seems to be ok, I have the above warning for all the slaves.

What am I missing? Do you have any idea?

 

Thank you.

 

Federico

0 Kudos
sstrell
Honored Contributor III
1,337 Views

I have not tried this with a hierarchical system design, so I'm not sure if that is the problem.

 

As for the warning, the monitor is most likely on the master side (single monitor monitors all transactions to/from that master), so there's no reason/need to add these extra monitors.

0 Kudos
Reply