Hi Tristan

I managed to get GHDL compiled for windows following your advice,
however, I can't get anything to run, I just get the message below:



C:\work\TDU\GHDL>ghdl -r TEST --stop-time=1us --wave=wave.ghw

******************** GHDL Bug occured ****************************
Please report this bug on http://gna.org/projects/ghdl
GHDL release: GHDL 0.29dev (20090921) [Sokcho edition]
Compiled with GNAT Version: GPL 2009 (20090519)
In directory: C:\work\TDU\GHDL\
Command line:
C:\Program Files\Ghdl\bin\ghdl.exe -r TEST --stop-time=1sec
--wave=wave.ghw
Exception CONSTRAINT_ERROR raised
Exception information:
Exception name: CONSTRAINT_ERROR
Message: ortho_code-consts.adb:359 range check failed
******************************************************************

I've tried this with a couple of vhd files including the very simple:

------------------------------------------------------------------
entity test is

end test;

architecture rtl of test is

begin

end rtl;
------------------------------------------------------------------

Any ideas?

Cheers

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

Reply via email to