Ok i got it, doesnt need to include those: -- use ieee.fixed_float_types.all; use ieee.fixed_pkg.all; use ieee.float_pkg.all; --
Could be closed! Best regards, Marc Ludwig ________________________________________ Von: Ghdl-discuss [[email protected]]" im Auftrag von "Ludwig, Marc [[email protected]] Gesendet: Sonntag, 27. April 2014 14:26 An: [email protected] Betreff: [Ghdl-discuss] Analyzing with GHDL-mcode fails Hi Folks, Referring on the tip, to analyze IEEE 1076-2008 files with the MCODE version, I have now built this on my Arch Linux system. But when I call GHDL: $ ghdl -a --std=08 foo.vhd I get the following error messages: $ foo.vhd 3:12: primary unit "fixed_float_types" not found in library "ieee" $ foo.vhd 4:12: primary unit "fixed_pkg" not found in library "ieee" $ foo.vhd 5:12: primary unit "float_pkg" not found in library "ieee" They where included as follows: -- library ieee; use ieee.std_logic_1164.all; use ieee.fixed_float_types.all; use ieee.fixed_pkg.all; use ieee.float_pkg.all; -- What am I doing wrong? Thank you for your time, Best regards, Marc Ludwig _______________________________________________ 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
