soft reset
[calu.git] / cpu / src / core_pkg.vhd
index bc45ecdf0aa408c577e33eb6976bba783572be13..87cfcc6d6d9877899f1d76acaa34601931e66145 100644 (file)
@@ -20,6 +20,7 @@ package core_pkg is
                --System inputs
                        clk : in std_logic;
                        reset : in std_logic;
+                       s_reset : in std_logic;
                
                --Data inputs
                        jump_result : in instruction_addr_t;