[myhdl-list] Re: VCD viewer ?
Brought to you by:
jandecaluwe
From: Jean D. <jea...@un...> - 2005-04-20 08:14:10
|
Jean DEMARTINI a écrit : > Hi all, > > For many reasons I've to use MyHDL on a Windows platform (XP SP2). > Python and MyHDL works perfectly. But has anyone knowledge of a working > free VCD viewer onto Windows. Despite many effort, I've not succeded to > use GTKwave and Wavevcd from ISS (beta downloadable at www.iss-us.com) > does not recognize the VCD format generated by MyHDL (its is a drawback > of the ISS viewer as the VCD format generated by MyDHL is quite correct) . > > Jean > > ISS has just release a new version of its free Wave VCD viewer (http://www.iss-us.com/wavevcd/). This viewer functions quite properly but is only conformant with IEEE VCD std. To generate such VCD files, it is necessary to modifie: _Signal.py _traceSignals.py Enclosed are a modified version of these files. Testing is in progress and these files are given as it. vcd-test.py is a modified version of the examle given in the tutorial and tb_fsm.vcd is the generated VCD file. Warning: enum type has not been modified. Then states are denoted by integers ans no more by strings. Hope this helps. JDem |