mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-09 20:50:51 +00:00
Proper example code
This commit is contained in:
parent
a502570c25
commit
27c5bafc95
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue