pulp-platform / axi

AXI SystemVerilog synthesizable IP modules and verification infrastructure for high-performance on-chip communication
Other
976 stars 245 forks source link

Logging not supported for Queue item error : AXI #324

Open ChandraLekha559 opened 8 months ago

ChandraLekha559 commented 8 months ago

I am trying to display the waveform of a sysytem verilog Queue for tb_axi_serializer and got this error : # (vsim-4027) Logging is not supported for Queue item: /tb_axi_serializer/ar_chan

I am currently using ModelSim SE-64 10.6 version. Can someone please suggest a way to rectify this issue.

Thank you.

tb_axi_error

bluewww commented 8 months ago

The message clearly says that this feature is not supported in your version of the simulator. Update the version of your simulator

ChandraLekha559 commented 6 months ago

I am getting the same error even while using Modelsim 21.2 version. Kindly help me out.