I discovered some weird things... I am now trying a bash shell and I have had to use relative paths when directing ghdl to the workdir. Also, I had to compile the xilinx unisim lib into the pwd. It would not work if I compiled it into the workdir.
With the library being generated as a single file. I suppose one could compile everything into the pwd. Greg On Sat, Oct 24, 2009 at 12:05 PM, Greg Beaton <[email protected]> wrote: > I am baffled why this script does not work. Its almost identical to the > ghdl example script (which does work). I just wanted to do one in csh, which > I would use for my own future projects. > > I can compile and run the ghdl example using command-line commands > (identical to the ones in the script). But when I run the script it cannot > find the dlx_test_behaviour configuration. > > When I then try a "ghdl -m" on the command-line, its has the same problem. > What is wrong with this script? > > Thanks for your help, > > Greg > > > PS: The script resides in "example/sim" directory and I cd to it and > execute with "./sim.csh" > > >
_______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
