Skip to content

Commit 464f6a5

Browse files
committed
vlt: Use verilator from oseda environment
1 parent c45cfb8 commit 464f6a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iis-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export BENDER=bender-0.28.1
88
export CC=gcc-9.2.0
99
export CXX=g++-9.2.0
1010
export VCS_SEPP=vcs-2024.09
11-
export VERILATOR_SEPP=verilator-5.020
11+
export VERILATOR_SEPP=oseda
1212
export QUESTA_SEPP=questa-2023.4
1313
export LLVM_BINROOT=/usr/pack/riscv-1.0-kgf/pulp-llvm-0.12.0/bin
1414

target/common/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ VISUALIZE_PY ?= $(UTIL_DIR)/bench/visualize.py
4242

4343
# For some reason `$(VERILATOR_SEPP) which verilator` returns a
4444
# a two-liner with the OS on the first line, hence the tail -n1
45-
VERILATOR_ROOT ?= $(dir $(shell $(VERILATOR_SEPP) which verilator | tail -n1))..
45+
VERILATOR_ROOT ?= $(dir $(shell $(VERILATOR_SEPP) which verilator | tail -n1))../verilator/share/verilator
4646
VLT_ROOT ?= ${VERILATOR_ROOT}
4747
VLT_JOBS ?= $(shell nproc)
4848
VLT_NUM_THREADS ?= 1

0 commit comments

Comments
 (0)