uart: WTF
[calu.git] / cpu / src / decode_stage.vhd
index 103822cb0463fef2d39433f637a01e5db047bede..92f7bfcb557b5c693c51a4c7cb0bef1ef00f124f 100644 (file)
@@ -22,9 +22,11 @@ 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;
+                       nop : in std_logic;
 
                --Data outputs
 --                     reg1_rd_data : out gp_register_t;