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

Subversion Repositories light8080

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /light8080/trunk/sw/demos
    from Rev 78 to Rev 80
    Reverse comparison

Rev 78 → Rev 80

/c2sb/c2sb_soc_tb.vhdl
26,7 → 26,7
constant T : time := 100 ns;
 
-- MAX_SIM_LENGTH: maximum simulation time
constant MAX_SIM_LENGTH : time := T*7000; -- enough for most purposes
constant MAX_SIM_LENGTH : time := T*7000000; -- enough for most purposes
 
 
--------------------------------------------------------------------------------
35,6 → 35,7
signal done : std_logic := '0';
signal buttons : std_logic_vector(3 downto 0);
signal green_leds : std_logic_vector(7 downto 0);
signal txd : std_logic;
 
begin
 
45,7 → 46,8
clk_50MHz => clk,
buttons => buttons,
rxd => '0',
rxd => txd,
txd => txd,
flash_data => (others => '0'),
switches => (others => '0'),
sd_data => '0',

powered by: WebSVN 2.1.0

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