[myhdl-list] Re: VCD viewer ?
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2005-04-26 19:59:33
|
Jean Demartini wrote: >> > Thanks for all this information. > I will modify _Signal.py and _traceSignals.py accordingly trying to > maintain compatibility between GTKwave and WaveVCD. > > I will then inform the forum of the progress. > > Jean Great. For the case of integer and float, I think we agree that we should use "native" VCD support, but that it should be done through a type check. For the integer case, I would add a value check (< 2**32, and raise an error otherwise). Jan -- Jan Decaluwe - Resources bvba - http://jandecaluwe.com Losbergenlaan 16, B-3010 Leuven, Belgium Using Python as a hardware description language: http://jandecaluwe.com/Tools/MyHDL/Overview.html |