nop insertion added
[calu.git] / cpu / src / decode_stage.vhd
index 103822cb0463fef2d39433f637a01e5db047bede..e99825d0b9e5bd207929b439c68cc7556225b45a 100644 (file)
@@ -25,6 +25,7 @@ entity decode_stage is
                        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;