Skip to content

Commit

Permalink
[ipemu] enable fgp for vcs
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Jul 30, 2024
1 parent 3f432db commit 97fa4f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions nix/t1/vcs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ stdenv.mkDerivation {
VERDI_HOME=$("$fhsBash" -c "printenv VERDI_HOME")
"$fhsBash" vcs \
-sverilog \
-fgp \
-full64 \
-timescale=1ns/1ps \
-P $VERDI_HOME/share/PLI/VCS/LINUX64/novas.tab $VERDI_HOME/share/PLI/VCS/LINUX64/pli.a \
Expand Down
2 changes: 2 additions & 0 deletions tests/make-emu-result.nix
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ let
RUST_BACKTRACE=full "${vcs-emu}/bin/t1-vcs-simulator" \
--elf-file ${testCase}/bin/${testCase.pname}.elf \
-fgp=num_threads:7 \
1> /dev/null \
2> $rtlEventOutPath
Expand Down Expand Up @@ -152,6 +153,7 @@ let
RUST_BACKTRACE=full "${vcs-emu-trace}/bin/t1-vcs-simulator" \
--elf-file ${testCase}/bin/${testCase.pname}.elf \
--wave-path ${testCase.pname}.fsdb \
-fgp=num_threads:6,num_fsdb_threads:1 \
1> /dev/null \
2> $rtlEventOutPath
Expand Down

0 comments on commit 97fa4f5

Please sign in to comment.