Skip to content

Commit

Permalink
tests: explicitely set fpga_optimize for rvdv and regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kgugala committed Jan 11, 2025
1 parent 9218ff0 commit 457ef13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/run_regression_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ run_regression_test(){
echo -e "${COLOR_WHITE} USER_MODE = ${USER_MODE}${COLOR_CLEAR}"
echo -e "${COLOR_WHITE} ICACHE_WAYPACK = ${ICACHE_WAYPACK}${COLOR_CLEAR}"

COMMON_PARAMS="-set bitmanip_zba -set bitmanip_zbb -set bitmanip_zbc -set bitmanip_zbe -set bitmanip_zbf -set bitmanip_zbp -set bitmanip_zbr -set bitmanip_zbs"
COMMON_PARAMS="-set bitmanip_zba -set bitmanip_zbb -set bitmanip_zbc -set bitmanip_zbe -set bitmanip_zbf -set bitmanip_zbp -set bitmanip_zbr -set bitmanip_zbs -set=fpga_optimize=0"

if [[ "${USER_MODE}" == "1" ]]; then
COMMON_PARAMS="-set=user_mode=1 -set=smepmp=1 ${COMMON_PARAMS}"
Expand Down
1 change: 1 addition & 0 deletions tools/riscv-dv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ endif
VEER_TARGET = default
VEER_CONF = -set build_axi4 \
-set reset_vec=0x80000000 \
-set fpga_optimize=0 \
$(VEER_EXTRA_CONF)

# Coverage reporting
Expand Down

0 comments on commit 457ef13

Please sign in to comment.