File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export BENDER=bender-0.28.1
88export CC=gcc-9.2.0
99export CXX=g++-9.2.0
1010export VCS_SEPP=vcs-2024.09
11- export VERILATOR_SEPP=verilator-5.020
11+ export VERILATOR_SEPP=oseda
1212export QUESTA_SEPP=questa-2023.4
1313export LLVM_BINROOT=/usr/pack/riscv-1.0-kgf/pulp-llvm-0.12.0/bin
1414
Original file line number Diff line number Diff 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
4646VLT_ROOT ?= ${VERILATOR_ROOT}
4747VLT_JOBS ?= $(shell nproc)
4848VLT_NUM_THREADS ?= 1
You can’t perform that action at this time.
0 commit comments