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

Subversion Repositories light52

[/] [light52/] [trunk/] [vhdl/] [light52_mcu.vhdl] - Diff between revs 2 and 17

Show entire file | Details | Blame | View Log

Rev 2 Rev 17
Line 260... Line 260...
        sfr_wr      => sfr_wr,
        sfr_wr      => sfr_wr,
        sfr_vma     => sfr_vma,
        sfr_vma     => sfr_vma,
        sfr_we      => sfr_we
        sfr_we      => sfr_we
    );
    );
 
 
    -- FIXME uart irq is unconnected!
    -- Connect peripheral IRQ inputs to the CPU.
    irq_source <= "000" & timer_irq & ext_irq;
    irq_source <= uart_irq & "00" & timer_irq & ext_irq;
 
 
---- SFR input mux -------------------------------------------------------------
---- SFR input mux -------------------------------------------------------------
 
 
    -- You have to modify simplified addressing if you add new peripherals.
    -- You have to modify simplified addressing if you add new peripherals.
    -- WARNING:
    -- WARNING:

powered by: WebSVN 2.1.0

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