aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sat/grom_cpu.v
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sat/grom_cpu.v')
-rw-r--r--tests/sat/grom_cpu.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sat/grom_cpu.v b/tests/sat/grom_cpu.v
index f9fef043b..914c0f56c 100644
--- a/tests/sat/grom_cpu.v
+++ b/tests/sat/grom_cpu.v
@@ -185,7 +185,7 @@ module grom_cpu(
`ifdef DISASSEMBLY
$display("INC R%d",IR[1:0]);
`endif
- alu_op <= 4'b0001; // ALU_OP_ADD
+ alu_op <= 4'b0000; // ALU_OP_ADD
end
2'b01 : begin
`ifdef DISASSEMBLY