Re: [Ghdl-discuss] VHPI Interface

2015-08-27 Thread Sylvere
On 27/08/2015 19:40, René Doß wrote: why out ? I want collect some values exchange to the C-Code. For instance a random generator in vhdl and a statistic distribution analysis in C code correlation. correct for your hint. Later I need also some procedures with in to get some values back.

Re: [Ghdl-discuss] how to show variables in waveform

2015-08-27 Thread Dang Tran
Thanks Tristan. Good to know. -Original Message- From: Ghdl-discuss [mailto:ghdl-discuss-boun...@gna.org] On Behalf Of tging...@free.fr Sent: Thursday, August 27, 2015 9:58 AM To: GHDL discuss list Subject: Re: [Ghdl-discuss] how to show variables in waveform I’m using GHDL + GTKWave.

Re: [Ghdl-discuss] VHPI Interface

2015-08-27 Thread René Doß
why out ? I want collect some values exchange to the C-Code. For instance a random generator in vhdl and a statistic distribution analysis in C code correlation. correct for your hint. Later I need also some procedures with in to get some values back. I want

[Ghdl-discuss] I want report a bug

2015-08-27 Thread René Doß
I want also report a bug. GHDL Bug occured Please report this bug on http://gna.org/projects/ghdl GHDL release: GHDL 0.31 (20140108) [Dunoon edition] Compiled with GNAT Version: 4.8.3 20140627 In directory: /home/red/ghdl/ Command line:

Re: [Ghdl-discuss] I want report a bug

2015-08-27 Thread David Koontz
OS X gives the same results: david_koontz@Macbook: make rm -rf work mkdir work ghdl -a --work=work --workdir=work sim_pkg.vhd gcc -c -fPIC sim.c -o sim.o ghdl -a --work=work --workdir=work tb_cosim.vhd GHDL Bug occured Please report this bug on

Re: [Ghdl-discuss] Linking fails when using subset of instantiated entities across all architectures

2015-08-27 Thread Sander Vanheule
Dear René, If I call 'ghdl -e test second', or add a top architecture which explicitly instantiates test(second), the problem remains. However, if I do as you suggested and replace all entity instantiations with components, which are then bound via a configuration, the (equivalent of the) minimal