Re: MikeM, FPGA вапросик

Author: A. Fig Lee [324 views] 2013-01-24 14:47:26
In response to: Re: MikeM, FPGA вапросик by MikeM, 2013-01-24 14:36:16

бит фаил генерит ISE.
Там стоит светодиод "Done", он светится после подачи питания.
после загрузки в обоих случаях гаснет.

На симуляциях и везде все показывает нормально, типа оутпут должен быть 0. Или 1, если я 1 ставлю.

Кастрировал до такого:


library IEEE;
use IEEE.STD_LOGIC_1164.ALL;

-- Uncomment the following library declaration if using
-- arithmetic functions with Signed or Unsigned values
--use IEEE.NUMERIC_STD.ALL;

-- Uncomment the following library declaration if instantiating
-- any Xilinx primitives in this code.
--library UNISIM;
--use UNISIM.VComponents.all;

entity LED is
Port ( LED_Out : out STD_LOGIC);
end LED;

architecture Behavioral of LED is

COMPONENT LED_Comp
PORT(
LED_Out : out STD_LOGIC);
END COMPONENT;



begin

LED_Out <= '0';

end Behavioral;


ucf:
NET "LED_Out" LOC = "p93" | IOSTANDARD = LVCMOS33 | DRIVE = 24 | SLEW = SLOW ;


Там еще светодиод Init, не светится, пошел изучать что это

Reply
|
Reply to sender (private) |
Synchronize | Thread