Skip to content

Commit

Permalink
Updated port allocator in A64FX configs to balanced. (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnWilkinson authored Jan 23, 2025
1 parent 14bdcbc commit cccbbc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/a64fx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Queue-Sizes:
Load: 40
Store: 24
Port-Allocator:
Type: A64FX
Type: Balanced
Branch-Predictor:
Type: "Perceptron"
BTB-Tag-Bits: 11
Expand Down
2 changes: 1 addition & 1 deletion configs/a64fx_SME.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Queue-Sizes:
Load: 40
Store: 24
Port-Allocator:
Type: A64FX
Type: Balanced
Branch-Predictor:
Type: "Perceptron"
BTB-Tag-Bits: 11
Expand Down
2 changes: 1 addition & 1 deletion configs/sst-cores/a64fx-sst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Queue-Sizes:
Load: 40
Store: 24
Port-Allocator:
Type: A64FX
Type: Balanced
Branch-Predictor:
Type: "Perceptron"
BTB-Tag-Bits: 11
Expand Down

0 comments on commit cccbbc9

Please sign in to comment.