I am testing the rtio_logger function, in my sequence I want to see the changes in my DDS frequency as well. I am switching between two frequencies 203 MHz and 210 MHz, so I used the statement rtio_log("dds_3d_freq", 203) whenever the frequency was changing. This showed up fine on the ARTIQ's waveform GUI. But we want to use GTKWave for this purpose and these values show up as 323033 and 323130 on the same

I understand this has something to do with how the log is storied and some form of conversion required before viewing in GTKWave, but I cannot find much information regarding this. Any help would be appreciated