On 30/08/15 03:55, Tristan Gingold wrote:
On 27/08/15 13:55, [email protected] wrote:
Hello,
while trying to investigate, I was not able to find
tb/common/my_project.vhdl. Is this file automatically
generated ?
Ok, I think I understand why this design fails.
As a workaround, in uart_rx_tb.vhdl, you can replace:
simGenerateWaveform(UART_RX,
simGenerateWaveform_UART_Stream(DATA_STREAM, BAUDRATE), '1');
with:
process
constant wf : T_SIM_WAVEFORM_SL :=
simGenerateWaveform_UART_Stream(DATA_STREAM, BAUDRATE);
begin
simGenerateWaveform(UART_RX, wf, '1');
end process;
Regards,
Tristan.
_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss