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
0 Votes
S
Shaun Luong posted
6 months ago
AdminBest 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.
1 Votes
2 Comments
Sorted by
Ricardo Galloposted
6 months ago
Thank you !
0 Votes
S
Shaun Luongposted
6 months ago
AdminAnswer
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.
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
0 Votes
Shaun Luong posted 6 months ago Admin Best 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.
1 Votes
2 Comments
Ricardo Gallo posted 6 months ago
Thank you !
0 Votes
Shaun Luong posted 6 months ago Admin 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.
1 Votes
Login to post a comment