Skip to content

Commit

Permalink
Fix verilator bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
ytliu74 authored Jan 24, 2024
1 parent e0ca601 commit 7ea8220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verif/sim/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ fi
export SPIKE_PATH=$SPIKE_INSTALL_DIR/bin

# Update the PATH to add all the tools
export PATH="$VERILATOR_INSTALL_DIR/bin:$RISCV/bin:$PATH"
export PATH="$VERILATOR_INSTALL_DIR/verilator/bin:$RISCV/bin:$PATH"

0 comments on commit 7ea8220

Please sign in to comment.