Hi All

With 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 bits
                ED : 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?


--

Regards / Groete
Marius D. Liebenberg
082 698 3251


_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to