Are there plans to add VHDL 2002 support? I have some testbench code that uses the protected types for shared variables. I suppose it is somewhat of a large effort, so I'll probably have to re-write things for '93 for GHDL. Just curious about the future. Pete -- -- "To love for the sake of being loved is human; to love for the sake of loving is Angelic." -- Alphonse de Lamartine
on 2009-02-13 18:04
on 2009-02-13 21:11
On Fri, Feb 13, 2009 at 09:02:33AM -0800, Peter LaDow wrote: > Are there plans to add VHDL 2002 support? I have some testbench code > that uses the protected types for shared variables. I suppose it is > somewhat of a large effort, so I'll probably have to re-write things > for '93 for GHDL. Just curious about the future. Protected types are already supported. Be sure to use --std=02. Tristan.
on 2009-02-13 21:53
On Fri, Feb 13, 2009 at 12:09 PM, Tristan Gingold <tgingold@free.fr> wrote: > On Fri, Feb 13, 2009 at 09:02:33AM -0800, Peter LaDow wrote: >> Are there plans to add VHDL 2002 support? I have some testbench code >> that uses the protected types for shared variables. I suppose it is >> somewhat of a large effort, so I'll probably have to re-write things >> for '93 for GHDL. Just curious about the future. > > Protected types are already supported. Be sure to use --std=02. Doh! I thought I looked in the manual. But sure enough, it was there, and works beautifully! Thanks, Pete -- -- "To love for the sake of being loved is human; to love for the sake of loving is Angelic." -- Alphonse de Lamartine