Skip to content

Commit

Permalink
Update core/include/config_pkg.sv
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 7d922af commit e706dad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/include/config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ package config_pkg;
int unsigned ASID_WIDTH;
int unsigned VMID_WIDTH;

bit FpgaEn;
bit FpgaAltera;
bit TechnoCut;
bit FpgaEn;
bit FpgaAltera;
bit TechnoCut;
/// Number of commit ports, i.e., maximum number of instructions that the
/// core can retire per cycle. It can be beneficial to have more commit
/// ports than issue ports, for the scoreboard to empty out in case one
Expand Down

0 comments on commit e706dad

Please sign in to comment.