Discussion:
[Ghdl-discuss] include path for librarys
cruiz
2016-09-01 15:45:42 UTC
Permalink
Hello,

I have the same problem. I have 0.33 GHDL version. I've installed from
the Debian Jessie repository:

Pathes at configuration:
compiler command: bin/ghdl1-llvm
linker command: gcc
default lib prefix: lib/ghdl

command line prefix (--PREFIX): (not set)
environment prefix (GHDL_PREFIX): (not set)
exec prefix (from program name): /usr

library prefix: /usr/lib/ghdl
library directory: /usr/lib/ghdl
compiler path: /usr/bin/ghdl1-llvm
linker path: /usr/bin/gcc

default library pathes:
/usr/lib/ghdl/v93/std/
/usr/lib/ghdl/v93/ieee/

I have the error:


***@SVR-SIM:~/ELINT/95512010_FPGA_central/tsb/ww_automatico/src$
/usr/bin/ghdl -a
--workdir=/home/cruiz/ELINT/95512010_FPGA_central/tsb/ww_automatico/src/vunit_out/ghdl/libraries/vunit_lib
--work=vunit_lib --std=08
-P/home/cruiz/ELINT/95512010_FPGA_central/tsb/ww_automatico/src/vunit_out/ghdl/libraries/ww_lib
-P/home/cruiz/ELINT/95512010_FPGA_central/tsb/ww_automatico/src/vunit_out/ghdl/libraries/vunit_lib
-P/home/cruiz/ELINT/95512010_FPGA_central/tsb/ww_automatico/src/vunit_out/ghdl/libraries/tb_ww_lib
--ieee=synopsys
/usr/local/lib/python2.7/dist-packages/vunit/vhdl/string_ops/src/string_ops.vhd

/usr/local/lib/python2.7/dist-packages/vunit/vhdl/string_ops/src/string_ops.vhd:9:9:
cannot find resource library "ieee"
/usr/local/lib/python2.7/dist-packages/vunit/vhdl/string_ops/src/string_ops.vhd:10:10:
primary unit "std_logic_1164" not found in library "ieee"
/usr/bin/ghdl: compilation error

I have not synopsys folder in /usr/ghdl/lib/v08

***@SVR-SIM:/usr/lib/ghdl$ ls
grt.lst grt.ver libgrt.a src v08 v87 v93
***@SVR-SIM:/usr/lib/ghdl$ ls v93/
ieee mentor std synopsys
***@SVR-SIM:/usr/lib/ghdl$ ls v08
ieee std
***@SVR-SIM:/usr/lib/ghdl$ ls v87/
ieee std synopsys
***@SVR-SIM:/usr/lib/ghdl$

Thank you ;)
Tristan Gingold
2016-09-01 18:26:44 UTC
Permalink
Post by cruiz
Hello,
I have the same problem. I have 0.33 GHDL version. I've installed from
There is no synopsys version of ieee in ghdl 0.33
This was added very recently.

Tristan.
cruiz
2016-09-02 08:06:50 UTC
Permalink
Ok, thank you Tristan.

---
CARLOS ALBERTO RUIZ NARANJO
_FPGA engineer_
***@dasphotonics.com

__

DAS PHOTONICS S.L.
Ciudad Politécnica de la Innovación, Camino de Vera s/n.
Acceso K, Edificio 8F, 2ª planta 46022 Valencia - SPAIN
Telf: +34 963 556 150 - Directo: +34 --------------

www.dasphotonics.com [2]

Before printing this email think well whether it is really necessary.
This e-mail contains confidential information.It is for the intended
recipient only. If you are not the intended recipient of this e-mail,
please notify the author by replying to this e-mail immediately and
delete the message from your computer. If you are not the intended
recipient you must not use, disclose, distribute, copy, print or rely on
this e-mail
Post by Tristan Gingold
Post by cruiz
Hello,
I have the same problem. I have 0.33 GHDL version. I've installed from
There is no synopsys version of ieee in ghdl 0.33
This was added very recently.
Tristan.
_______________________________________________
Ghdl-discuss mailing list
https://mail.gna.org/listinfo/ghdl-discuss [1]
Links:
------
[1] https://mail.gna.org/listinfo/ghdl-discuss
[2] http://www.dasphotonics.com/
Patrick Lehmann
2016-09-07 11:42:36 UTC
Permalink
Hello,



the synopsys IEEE flavor for VHDL-2008 is new. It was introduced a while ago for the current 0.34dev “branch”.

When was your last GHDL 0.34dev build?



Normally, it should be fixed when you recompile GHDL from sources.

Please run ./configure again, because we changed the configure script.



Kind regards

Patrick



-----------------------------------

Wissenschaftliche Hilfskraft



Technische UniversitÀt Dresden

FakultÀt Informatik

Institut fÃŒr Technische Informatik

Lehrstuhl VLSI-Entwurfssysteme, Diagnostik und Architektur

01062 Dresden

Tel.: +49 351 463-38451

Fax: +49 351 463-38324

Raum: APB-1020

E-Mail: <mailto:***@tu-dresden.de> ***@tu-dresden.de

WWW: <http://vlsi-eda.inf.tu-dresden.de/> http://vlsi-eda.inf.tu-dresden.de



From: Ghdl-discuss [mailto:ghdl-discuss-***@gna.org] On Behalf Of Carlos Alberto Ruiz
Sent: Wednesday, September 07, 2016 11:17 AM
To: GHDL discuss list <ghdl-***@gna.org>
Subject: Re: [Ghdl-discuss] include path for librarys





Hello,

I have install GHDL 0.34dev (20151126) [Dunoon edition] and y have this problem:

***@SVR-SIM:~/ELINT/95512010_FPGA_central/tsb/ww_automatico/src$ /usr/local/bin/ghdl -a --workdir=/home/cruiz/ELINT/95512010_FPGA_central/tsb/ww_automatico/src/vunit_out/ghdl/libraries/vunit_lib --work=vunit_lib --std=08 -P/home/cruiz/ELINT/95512010_FPGA_central/tsb/ww_automatico/src/vunit_out/ghdl/libraries/ww_lib -P/home/cruiz/ELINT/95512010_FPGA_central/tsb/ww_automatico/src/vunit_out/ghdl/libraries/vunit_lib -P/home/cruiz/ELINT/95512010_FPGA_central/tsb/ww_automatico/src/vunit_out/ghdl/libraries/tb_ww_lib --ieee=synopsys /usr/local/lib/python2.7/dist-packages/vunit/vhdl/string_ops/src/string_ops.vhd
/usr/local/bin/ghdl:warning: --ieee=synopsys is ignored for --std=08
/usr/local/lib/python2.7/dist-packages/vunit/vhdl/string_ops/src/string_ops.vhd:9:9: cannot find resource library "ieee"
/usr/local/lib/python2.7/dist-packages/vunit/vhdl/string_ops/src/string_ops.vhd:10:10: primary unit "std_logic_1164" not found in library "ieee"

I am using GHDL with VUnit.



Thank you.



---

Carlos Alberto Ruiz Naranjo
FPGA engineer
***@dasphotonics.com



DAS Photonics S.L.
Ciudad Politécnica de la Innovación, Camino de Vera s/n.
Acceso K, Edificio 8F, 2ª planta 46022 Valencia - SPAIN
Telf: +34 963 556 150 - Directo: +34 --------------

www.dasphotonics.com <http://www.dasphotonics.com/>

Before printing this email think well whether it is really necessary.
This e-mail contains confidential information.It is for the intended recipient only. If you are not the intended recipient of this e-mail, please notify the author by replying to this e-mail immediately and delete the message from your computer. If you are not the intended recipient you must not use, disclose, distribute, copy, print or rely on this e-mail



On 01-09-2016 20:26, Tristan Gingold wrote:

On 01/09/16 17:45, cruiz wrote:

Hello,

I have the same problem. I have 0.33 GHDL version. I've installed from
the Debian Jessie repository:


There is no synopsys version of ieee in ghdl 0.33
This was added very recently.

Tristan.

Loading...