From e706dad02d8efa86f4697658d5f5cfad5f0c1306 Mon Sep 17 00:00:00 2001 From: AngelaGonzalezMarino <135128652+AngelaGonzalezMarino@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:54:22 +0100 Subject: [PATCH] Update core/include/config_pkg.sv Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- core/include/config_pkg.sv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/include/config_pkg.sv b/core/include/config_pkg.sv index dfa637f31f..0dadaec4cc 100644 --- a/core/include/config_pkg.sv +++ b/core/include/config_pkg.sv @@ -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