On Wed, Oct 08, 2008 at 06:43:55PM +0200, Sylvere Teissier wrote: > Hi, > > GHDL generate with my project a ghw file unsuported by gtkwave: > > $gtkwave wave.ghw > > GTKWave Analyzer v3.1.10 (w)1999-2008 BSI > > get_nbr_elements: unhandled type 31 > Abort [...] > Reading headers: type "31" is "ghdl_rtik_type_array" > > What VHDL code can generate this type of signal ? > What is the difference with ghdl_rtik_subtype_array ?
An rtik_subtype_array is constrained while rtik_type_array is not. Of course, all signals must be constrained so you have found a bug. > Any idea to resolve my problem ? I need to extend gtkwave ? Can you try to find which signal has created this issue ? Then try to create a reproducer so that I could fix the bug. Tristan. _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
