OpenCores
URL https://opencores.org/ocsvn/storm_soc/storm_soc/trunk

Subversion Repositories storm_soc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /storm_soc
    from Rev 11 to Rev 12
    Reverse comparison

Rev 11 → Rev 12

/trunk/basic_system/rtl/STORM_SoC_basic_TB.vhd
78,8 → 78,7
SPI_P2_CS_O : out STD_LOGIC_VECTOR(01 downto 0);
 
-- PWM Port 0 --
PWM0_PORT_O : out STD_LOGIC_VECTOR(07 downto 0);
IRQ_D : in std_logic
PWM0_PORT_O : out STD_LOGIC_VECTOR(07 downto 0)
 
-- -- SDRAM Interface --
-- SDRAM_CLK_O : out STD_LOGIC;
105,12 → 104,6
 
 
 
-- Interrupt Generator -----------------------------------------------
-- ----------------------------------------------------------------------
IRQ <= '0', '1' after 40000 ns;-- '0' after 30 ns;
 
 
 
-- STORM SoC TOP ENTITY ----------------------------------------------
-- ----------------------------------------------------------------------
UUT: STORM_SoC_basic
157,8 → 150,7
SPI_P2_CS_O => open,
 
-- PWM Port 0 --
PWM0_PORT_O => open,
IRQ_D => IRQ
PWM0_PORT_O => open
 
-- -- SDRAM Interface --
-- SDRAM_CLK_O : out STD_LOGIC;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.