static branch 1.0
[calu.git] / cpu / src / fetch_stage.vhd
index 5713c02b0478b9f69a2607a7115e440631ecbad2..e77cfbf90ef8d5ae3ff14c3d451bd715baa0f6c6 100644 (file)
@@ -26,7 +26,8 @@ entity fetch_stage is
                        alu_jump_bit : in std_logic;
 
                --Data outputs
-                       instruction : out instruction_word_t
+                       instruction : out instruction_word_t;
+                       prog_cnt : out instruction_addr_t
                );
                
 end fetch_stage;