diff --git a/tests/codegen/default.nix b/tests/codegen/default.nix index 4bf91db83..9a895d34c 100644 --- a/tests/codegen/default.nix +++ b/tests/codegen/default.nix @@ -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 \