Skip to content

Commit

Permalink
12->14 registers
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyadhadidi committed Apr 15, 2024
1 parent dc52641 commit 885b5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tt06-8bit-cpu.v
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ endmodule
// register file --------------------------------------------------------------
module reg_file #(
parameter BIT_WIDTH_REG = 8,
parameter REG_COUNT = 12,
parameter REG_COUNT = 14,
parameter LOG_REG_COUNT = 4
)(
input clk,
Expand Down

0 comments on commit 885b5b3

Please sign in to comment.