Small fixes for synthesis
This commit is contained in:
@@ -80,7 +80,7 @@ begin
|
||||
|
||||
code_addr <= reg_q(14);
|
||||
|
||||
process(code_data, reg_q, mem_in, mem_busy, alu_q, alu_flag, cpu_state, load_addr, load_reg) is
|
||||
process(code_data, reg_q, mem_in, mem_busy, alu_q, alu_flag, cpu_state, load_addr, load_reg, hold_inst) is
|
||||
variable inst: std_logic_vector(15 downto 0);
|
||||
variable regn_0: natural;
|
||||
variable regn_1: natural;
|
||||
|
Reference in New Issue
Block a user