Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kentaroy47 committed Nov 26, 2021
1 parent 8b22f8a commit b6b0066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07_program_counter/program_counter.sv
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module instruction_memory(
assign INST[1] = 32'b00000000000000000010000100000100; // DATA[1]をレジスタ[1]に読み込み
assign INST[2] = 32'b00000000000010000010000000000000;
//引き算
// INST[2] = 32'b00000000000010000010000000000000
// INST[2] = 32'b00000000000010000010000000000001

assign INST[3] = 32'b00000000000000000100001000000101; //reg[2]をDATA[2]に書き込み

Expand Down

0 comments on commit b6b0066

Please sign in to comment.