On Sat, 18 Jan 2014 02:10:13 +0300
Hannu Vuolasaho <[email protected]> wrote:

> I'm new to ghdl. I follwed instructions from manual to build dls
> processor and it failed ghdl: exec error
> 
> process died on segfault.
> 
> I'm running Arch Linux without testing packages on x86_64.
> 

Could you try these commands in your DLX processor directory?

ghdl --remove --workdir=work
ghdl -i --workdir=work *.vhdl
ghdl -m -g --workdir=work dlx_test_behaviour
ghdl -r dlx_test_behaviour --stack-size=32k --assert-level=note


If all goes well, the simulation should end with an assertion note -
which includes some rather startling messages about failures and
errors. This is normal. 

Let us know how it works out.
 

Attachment: signature.asc
Description: PGP signature

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

Reply via email to