View System Verilog unpacked arrays in waveforms

Ricardo Gallo
Ricardo Gallo New Altair Community Member
edited February 18 in Community Q&A

I have a System Verilog design which is using some unpacked arrays and I noticed I can't view them in metrics waveform. Is there any command-option to enable them? Or we do not have that feature? Thanks in advance 

Tagged:

Best Answer

  • Shaun_Altair
    Shaun_Altair
    Altair Employee
    Answer ✓

    Yes, add `-dump-agg` to your Configure Simulation Options to dump aggregates to your waveform. Enter `dsim -help` in your DSim Desktop terminal shell to view all available options.

Answers

  • Shaun_Altair
    Shaun_Altair
    Altair Employee
    Answer ✓

    Yes, add `-dump-agg` to your Configure Simulation Options to dump aggregates to your waveform. Enter `dsim -help` in your DSim Desktop terminal shell to view all available options.

  • Ricardo Gallo
    Ricardo Gallo New Altair Community Member

    Thank you !