Re: [Gtkwave-users] IEEE754 Floating point data format support
Brought to you by:
gtkwave,
joel1234567
From: Adrien Prost-B. <adr...@la...> - 2018-03-17 18:38:42
|
Hi, For my projects when I want to log floating-point data, I dump it in VCD files. For C programs, it's just a printf with "r%f" format. Then in GTKWave, I select data format "Analog", which displays a nice wave. Super useful feature, vanilla GTKWave. Is this the kind of feature you are talking about ? Or are you talking more about GTKWave internals, other file formats, ... ? Regards, Adrien On Fri, 2018-03-16 at 13:34 -0400, Mehrab Hoque wrote: > Hello, > > This is my first time sending anything to a mailing list. Please forgive > any poor etiquette (and please yell at me so I don't make the same > mistake twice), or other mistakes. I have implemented IEEE754 floating > point display as a new data format. I'm not quite sure if this has been > done before (if so, I wasn't able to find it!). > > Anyways, I'm not sure what the protocol here is. I could supply the > result of a `git diff` on the implementation. Is that sufficient? > > Of course, if this is not desired or already done, please let me know! > > Thank you, > May H |