Re: [Gtkwave-users] Negative timestamps support
Brought to you by:
gtkwave,
joel1234567
|
From: <by...@nc...> - 2020-05-17 23:53:31
|
The tool doesn't directly support negative timestamps. You can try adding something like this before you initially dump scopes to see if you can achieve the results you want $timezero -1000 $end ...in that case, -1000 would be the initial negative value which would map to a timestamp of #0 as this will offset all the time stamps by the specified value. I don't know if this will cause issues in the tool using negative values as I have never tested that. -Tony -----------------------------------------From: "Rida Shamasneh" To: gtk...@li... Cc: Sent: Sunday May 17 2020 6:24:39PM Subject: [Gtkwave-users] Negative timestamps support Hi all, First of all; Thanks for this masterpiece you have created :D I have a question regarding negative timestamps; I created a VCD with negative timestamps but GTKWAVE skipped all signals in negative timestamps and started from 0 timestamps :( Is there a configuration variable to enable negative timestamps support in GTKWAVE? -- -- Thanks, Rida Shamasneh [1] Links: ------ [1] mailto:red...@ho... |