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

Subversion Repositories light8080

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /light8080
    from Rev 60 to Rev 61
    Reverse comparison

Rev 60 → Rev 61

/trunk/vhdl/demo/c2sb_4kbasic_cpu.vhdl
33,7 → 33,7
use ieee.std_logic_unsigned.all;
 
-- Many of the board's i/o devices will go unused
entity c2sb_4kbasic is
entity c2sb_4kbasic_cpu is
port (
-- ***** Clocks
clk_50MHz : in std_logic;
78,9 → 78,9
sd_cmd : out std_logic;
sd_clk : out std_logic
);
end c2sb_4kbasic;
end c2sb_4kbasic_cpu;
 
architecture minimal of c2sb_4kbasic is
architecture minimal of c2sb_4kbasic_cpu is
 
component light8080
port (

powered by: WebSVN 2.1.0

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