first

 Davids changed code works. This is nices.

equiv_process:
process
begin
global <= get_global(2);
wait until board_clk'event  and board_clk = '1';
end process equiv_process:

The wait reactivate the process. The changing is only valid in the next clock cycle. T

Other question: exist an other posibilty?
Maybe a other VHPI function type?


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

Reply via email to