-
Notifications
You must be signed in to change notification settings - Fork 678
Open
Labels
Type:QuestionQuestionsQuestions
Description
-
I've installed QuestaSim on my windows...invoking it in WSL(Ubuntu 24.04).
-
Following Ibex documentation, i installed spike and gnu gcc and exported the path in Ibex:
Some quick build instructions from within theriscv-isa-simrepo:
mkdir build
cd build
../configure --enable-commitlog --enable-misaligned --prefix=$SPIKE_INSTALL_DIR
make
make install
export SPIKE_PATH=$SPIKE_INSTALL_DIR/bin
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$SPIKE_INSTALL_DIR/lib/pkgconfigYou will need the RISC-V toolchain.
You'll need to add this to your path and then also set the following environment variables:
export RISCV_GCC=riscv32-unknown-elf-gcc
export RISCV_OBJCOPY=riscv32-unknown-elf-objcopy
Questa path
export PATH=$PATH:/mnt/c/questasim64_10.7c/win64
3) <img width="920" alt="Image" src="https://github.com/user-attachments/assets/e8447f18-45e9-4eb8-a7c6-7ae23e7335bd" />
4) If unable to see the screenshot, please check this:
priyanshu@DESKTOP-UDK0EBT:~/RISC_processors_dv/ibex$ make --keep-going IBEX_CONFIG=opentitan SIMULATOR=questa ISS=spike ITERATIONS=1 SEED=1 TEST=riscv_arithmetic_basic_test WAVES=0 COV=0
This is a short hand for running popular tasks.
Please check the documentation on how to get started
or how to set-up the different environments.
Please help,
Thanks & Regards, PriyanshuMetadata
Metadata
Assignees
Labels
Type:QuestionQuestionsQuestions