Skip to content

Commit

Permalink
Release v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robotman2412 committed Jan 14, 2024
1 parent b538ac8 commit 6456b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hdl/boa32_cpu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -708,9 +708,9 @@ module boa32_csrs#(
// Semantic versioning PATCH.
assign csr_mipid[3:0] = 0;
// Semantic versioning MINOR.
assign csr_mipid[7:4] = 4;
assign csr_mipid[7:4] = 0;
// Semantic versioning MAJOR.
assign csr_mipid[15:8] = 1;
assign csr_mipid[15:8] = 2;
// Divider latency.
assign csr_mipid[21:16] = div_latency;
// DIV/MOD fusion support.
Expand Down

0 comments on commit 6456b08

Please sign in to comment.