2nd forward unit - 58MHz with 31bit shift...
[calu.git] / cpu / src / core_top.vhd
index 7a604074b208e1c238bfd9e77452975bc0fa2ac4..8892f758df4bf27b9627c3b61049770f6af59cbe 100644 (file)
@@ -99,7 +99,7 @@ begin
 
           exec_st : execute_stage
                 generic map('0')
-                port map(sys_clk, sys_res,to_next_stage, result_pin, result_addr_pin,addr_pin,
+                port map(sys_clk, sys_res,to_next_stage, reg_wr_data_pin, reg_we_pin, reg_w_addr_pin, result_pin, result_addr_pin,addr_pin,
                 data_pin, alu_jump_pin,brpr_pin, wr_en_pin, dmem_pin,dmem_wr_en_pin,hword_pin,byte_s_pin);
 
           writeback_st : writeback_stage