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
