On Tue, Feb 17, 2009 at 10:38:25PM +0100, Sylvere Teissier wrote:
> Peter LaDow wrote:
> > I have a module that fails during elaboration with the following message:
> >
> > uart_t0.o: In function `work__uart_t0__ARCH__behav__uart_file_con__PROC':
> > uart_t0.vhd:(.text+0x379c): undefined reference to `__ghdl_value_e8'
> > collect2: ld returned 1 exit status
> > ghdl: compilation error
> >   
> It seems your code use a 'value attribute on enumerated type (bit, 
> std_logic, custom ...)
> 
> According to ghdl source code, 'value attribute is only implemented for 
> integer

Humm, right I forgot this.
Shouldn't be very hard to implement it for enumerated types.

Tristan.

_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to