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

There are easy workarounds to not use "value" attribute and I'm curious 
of what kind of code use it (it's not synthetizable).

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

Reply via email to