URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
[/] [open8_urisc/] [trunk/] [VHDL/] [Open8_pkg.vhd] - Diff between revs 10 and 151
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 10 |
Rev 151 |
Line 50... |
Line 50... |
Default_Interrupt_Mask : DATA_TYPE;
|
Default_Interrupt_Mask : DATA_TYPE;
|
Enable_CPU_Halt : std_logic := '0';
|
Enable_CPU_Halt : std_logic := '0';
|
Enable_Auto_Increment : std_logic := '0' );
|
Enable_Auto_Increment : std_logic := '0' );
|
port(
|
port(
|
Clock : in std_logic;
|
Clock : in std_logic;
|
Reset_n : in std_logic;
|
Reset : in std_logic;
|
CPU_Halt : in std_logic;
|
CPU_Halt : in std_logic;
|
Interrupts : in INTERRUPT_BUNDLE;
|
Interrupts : in INTERRUPT_BUNDLE;
|
Address : out ADDRESS_TYPE;
|
Address : out ADDRESS_TYPE;
|
Rd_Data : in DATA_TYPE;
|
Rd_Data : in DATA_TYPE;
|
Rd_Enable : out std_logic;
|
Rd_Enable : out std_logic;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.