static branch 1.0
[calu.git] / cpu / src / decode_stage.vhd
index e99825d0b9e5bd207929b439c68cc7556225b45a..92f7bfcb557b5c693c51a4c7cb0bef1ef00f124f 100644 (file)
@@ -22,6 +22,7 @@ entity decode_stage is
 
                --Data inputs
                        instruction : in instruction_word_t;
+                       prog_cnt : in instruction_addr_t;
                        reg_w_addr : in std_logic_vector(REG_ADDR_WIDTH-1 downto 0);
                        reg_wr_data : in gp_register_t;
                        reg_we : in std_logic;