URL
https://opencores.org/ocsvn/light52/light52/trunk
[/] [light52/] [trunk/] [vhdl/] [light52_mcu.vhdl] - Diff between revs 2 and 17
Go to most recent revision |
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:
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.