Skip to content

Commit

Permalink
[tests] set floa16 to false for all codegen cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Avimitin committed Dec 17, 2024
1 parent 8c91e5c commit f8fdbe6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/codegen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ let
buildPhase = ''
runHook preBuild
# Golang only accept "-flag=value" pattern to set value for flag, don't mess around with other cmd line option.
${riscv-vector-test}/bin/single \
-VLEN "${builtins.toString rtlDesignMetadata.vlen}" \
-XLEN "${builtins.toString rtlDesignMetadata.xlen}" \
-float16=false \
-repeat 16 \
-testfloat3level 2 \
-configfile ${riscv-vector-test}/configs/${rawCaseName}.toml \
Expand Down

0 comments on commit f8fdbe6

Please sign in to comment.