1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-04-21 12:27:27 +03:00

Adding write funtions to blink driver sample

This commit is contained in:
Carlos Camargo
2010-05-04 11:17:38 -05:00
parent 07888ac4c4
commit de9acb468b
6 changed files with 79 additions and 142 deletions

View File

@@ -414,21 +414,15 @@ package mlite_pack is
component plasma
generic(memory_type : string := "XILINX_X16"; --"DUAL_PORT_" "ALTERA_LPM";
log_file : string := "UNUSED";
use_cache : std_logic := '0');
log_file : string := "UNUSED");
port(clk : in std_logic;
reset : in std_logic;
uart_write : out std_logic;
uart_read : in std_logic;
address : out std_logic_vector(31 downto 2);
byte_we : out std_logic_vector(3 downto 0);
data_write : out std_logic_vector(31 downto 0);
data_read : in std_logic_vector(31 downto 0);
mem_pause_in : in std_logic;
gpio0_out : out std_logic_vector(31 downto 0);
gpioA_in : in std_logic_vector(31 downto 0));
mem_pause_in : in std_logic
);
end component; --plasma
component ddr_ctrl