interrupt version 1
[calu.git] / cpu / src / core_pkg.vhd
index afd50b666d4153702c1f1c91d54257f3606a4a8c..b9f9eca00e30a25ee9a2db6cd73e2fa5d2f0f355 100644 (file)
@@ -26,6 +26,7 @@ package core_pkg is
                        prediction_result : in instruction_addr_t;
                        branch_prediction_bit : in std_logic;
                        alu_jump_bit : in std_logic;
+                       int_req : in interrupt_t;
 
                --Data outputs
                        instruction : out instruction_word_t;
@@ -151,7 +152,10 @@ package core_pkg is
                        sseg0 : out std_logic_vector(0 to 6);
                        sseg1 : out std_logic_vector(0 to 6);
                        sseg2 : out std_logic_vector(0 to 6);
-                       sseg3 : out std_logic_vector(0 to 6)
+                       sseg3 : out std_logic_vector(0 to 6);
+
+                       int_req : out interrupt_t
+
                );
        end component writeback_stage;