From cccbbc94744e6d6ed1942c900dcdb799bd923b33 Mon Sep 17 00:00:00 2001 From: Finn Wilkinson <56131608+FinnWilkinson@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:32:20 +0000 Subject: [PATCH] Updated port allocator in A64FX configs to balanced. (#449) --- configs/a64fx.yaml | 2 +- configs/a64fx_SME.yaml | 2 +- configs/sst-cores/a64fx-sst.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/a64fx.yaml b/configs/a64fx.yaml index c3285a22b7..c3bd652dc1 100644 --- a/configs/a64fx.yaml +++ b/configs/a64fx.yaml @@ -29,7 +29,7 @@ Queue-Sizes: Load: 40 Store: 24 Port-Allocator: - Type: A64FX + Type: Balanced Branch-Predictor: Type: "Perceptron" BTB-Tag-Bits: 11 diff --git a/configs/a64fx_SME.yaml b/configs/a64fx_SME.yaml index 7fe7086d5e..47fd2488e5 100644 --- a/configs/a64fx_SME.yaml +++ b/configs/a64fx_SME.yaml @@ -32,7 +32,7 @@ Queue-Sizes: Load: 40 Store: 24 Port-Allocator: - Type: A64FX + Type: Balanced Branch-Predictor: Type: "Perceptron" BTB-Tag-Bits: 11 diff --git a/configs/sst-cores/a64fx-sst.yaml b/configs/sst-cores/a64fx-sst.yaml index b984c63970..366d3fe652 100644 --- a/configs/sst-cores/a64fx-sst.yaml +++ b/configs/sst-cores/a64fx-sst.yaml @@ -29,7 +29,7 @@ Queue-Sizes: Load: 40 Store: 24 Port-Allocator: - Type: A64FX + Type: Balanced Branch-Predictor: Type: "Perceptron" BTB-Tag-Bits: 11