Skip to content

Commit

Permalink
removing the rename param from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fatimasaleem committed Sep 7, 2023
1 parent 8febe20 commit 2a249ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ pub_hwconfig:
matrix:
- DV_SIMULATORS: ["veri-testharness,spike"]
DV_HWCONFIG_OPTS:
- "--default_config=cv32a60x --isa=rv32imac --RenameEn=1"
- "--default_config=cv32a60x --isa=rv32imac"
variables:
DASHBOARD_JOB_TITLE: "HW config $DV_SIMULATORS $DV_HWCONFIG_OPTS"
DASHBOARD_JOB_DESCRIPTION: "Short tests to challenge target configurations"
Expand Down

0 comments on commit 2a249ad

Please sign in to comment.