Yes. I did do that eventually and it was working now. I think a couple of my emails went astray but my conclusion was that using a relative path works, as you are suggesting. But this kind of limitation doesn't seem right. Is it a GHDL issue?
Greg On Mon, Oct 26, 2009 at 4:04 AM, Karthik Baddam < [email protected]> wrote: > Hi, > > can you try > > set WORK=work > > instead of > > set WORK=${SIM}/work > > also can you make sure the 'work' dir exists before invoking ghdl. > > > > > On Mon, Oct 26, 2009 at 12:08 AM, Greg Beaton <[email protected]> wrote: > >> Hi Tristan, >> >> The GDHL example script _run.command that comes with the GDHL for OSX has >> a relative path for {SRC}. >> >> Greg >> >> This is the log when I change {SRC} to an absolute path: >> >> /Users/greg/Documents/Engineering/HDL/tremblant/sim >> >> /usr/bin:/bin:/usr/sbin:/sbin:/Applications/ghdl/bin >> >> package vcomponents >> >> package vpkg >> >> package body vpkg >> >> entity fpga_top >> >> architecture rtl of fpga_top >> >> package gridpoint_pkg >> >> package body gridpoint_pkg >> >> package interrupt_controller_pkg >> >> entity interrupt_controller >> >> architecture rtl of interrupt_controller >> >> package mdio_controller_pkg >> >> package body mdio_controller_pkg >> >> entity mdio_controller >> >> architecture rtl of mdio_controller >> >> entity ram >> >> architecture structural of ram >> >> package tremblant_pkg >> >> package body tremblant_pkg >> >> entity tremblant_top >> >> architecture rtl of tremblant_top >> >> entity testbench ** >> >> architecture behavior of testbench >> >> package tremblant_top_tb_pkg >> >> package body tremblant_top_tb_pkg >> >> entity tremblant_top_tb_vhd ** >> >> architecture behavior of tremblant_top_tb_vhd >> >> ghdl.exe: cannot load package "gridpoint_pkg" >> >> >> >> >> On Sun, Oct 25, 2009 at 4:22 PM, Tristan Gingold <[email protected]>wrote: >> >>> On Sat, Oct 24, 2009 at 12:05:05PM -0400, Greg Beaton 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. >>> >>> Hi, >>> >>> can you post the error message ? >>> >>> I will try with a full path. >>> >>> Tristan. >>> >>> _______________________________________________ >>> Ghdl-discuss mailing list >>> [email protected] >>> https://mail.gna.org/listinfo/ghdl-discuss >>> >> >> >> _______________________________________________ >> Ghdl-discuss mailing list >> [email protected] >> https://mail.gna.org/listinfo/ghdl-discuss >> >> > > _______________________________________________ > Ghdl-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/ghdl-discuss > >
_______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
