I use xrun to run a simulation and get a waveform directory -- "waveform.shm", which include a .dsn file and multiple .trn file. Each .trn wave file is 2GB size because I use "database -incsize 2G" to dump waveform. Now my question is, is there any way to get the time range of each .trn waveform file? For example:
0 ~ 1000ns waveform.trn
1000ns ~ 2500ns waveform-1.trn
2500ns ~ 4500ns waveform-2.trn
This info is very useful because when debug waveform I don't want to open whole .shm waveform, it's too big. I want to open only specific time waveform. But I can't find this information after simulation is completed.