fmax incr
[calu.git] / cpu / src / core_top.vhd
index 7a85f27d6954d529f5d4b73069001cf9139571a2..1002989d03e2fcbca282ee82d7e221219f24bc14 100644 (file)
@@ -12,9 +12,9 @@ entity core_top is
                --System input pins
                        sys_clk : in std_logic;
                        sys_res : in std_logic;
-                       result : out gp_register_t;
-                       jump_result : out instruction_addr_t;
-                       reg_wr_data : out gp_register_t
+--                     result : out gp_register_t;
+                       jump_result : out instruction_addr_t
+--                     reg_wr_data : out gp_register_t
                        
                );
 
@@ -132,10 +132,10 @@ begin
        
 --end process;
        
-       result <= result_pin;
+--     result <= result_pin;
        nop_pin <= (alu_jump_bit_pin); -- xor brpr_pin);
 
-       jump_result <= jump_result_pin;
+       jump_result <= prog_cnt_pin; --jump_result_pin;
 
-       reg_wr_data <= reg_wr_data_pin;
+--     reg_wr_data <= reg_wr_data_pin;
 end behav;