On Tue, 3 Sep 2019, Marius Liebenberg wrote:
Date: Tue, 3 Sep 2019 10:04:51 +0200 From: Marius Liebenberg <[email protected]> Reply-To: "Enhanced Machine Controller (EMC)" <[email protected]> To: "Enhanced Machine Controller (EMC)" <[email protected]> Subject: [Emc-users] Error compiling Mesa bit file for 7i76EHi AllWith a lot of help from Peter Wallace I have managed to get my Xilinx installation working to compile own bit files.I compiled successfully for the 5i25 but for the 7i76E I am getting errors that might be configuration related. This is the error (and there are more similar ones)Using project "seveni76e" and "PIN_7I76x2D_34" that I found in the 7i80.zip source file on the web.HDLCompiler:69 - "C:\Users\mariu\Documents\Workshop\Electronics\Mesa\7i92\configs\hostmot2\source\hostmot2\TopEthernet16HostMot2.vhd" Line 353: <ledcount> is not declared.It would seem that most of the variables in this structure was not found: Port ( CLK : in std_logic; LEDS : out std_logic_vector(LEDCount -1 downto 0);IOBITS : inout std_logic_vector(IOWidth -1 downto 0); -- external I/O bits LIOBITS: inout std_logic_vector (LIOWidth -1 downto 0); -- local I/O bitsED : inout std_logic_vector(15 downto 0); ECMD : out std_logic; NEREAD : out std_logic; NEWRITE : out std_logic; NECS : out std_logic; EINT : in std_logic; ECLK : out std_logic; NERST : out std_logic; SPICLK : out std_logic; SPIIN : in std_logic; SPIOUT : out std_logic; SPICS : out std_logic; NINIT : out std_logic; TP : out std_logic_vector(1 downto 0); OPTS : in std_logic_vector(1 downto 0) ); end TopEthernetHostMot2; Any advice please?
It sounds like you have not included the card file in the top level source file (i76e_x16card.vhd)(also you should use a PIN_XXXXX_51.vhd pin file for a 7I76e since it has 51 I/O pins)
-- Regards / Groete Marius D. Liebenberg 082 698 3251 _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
Peter Wallace
Mesa Electronics
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signature to help him gain world domination.
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users
