You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd hardware
make simv app=fmatmul ideal_dispatcher=1
and the output got is :
Makefile:83: "Specified QuestaSim version (questa-2021.2) not found in PATH /home/vinay/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin"
build/verilator/Vara_tb_verilator -l ram,/home/vinay/Documents/ARA_new/ara/apps/bin/fmatmul,elf
bash: line 1: build/verilator/Vara_tb_verilator: No such file or directory
make: *** [Makefile:232: simv] Error 127
I am in the up to date main branch and even failed to generate fst waveform for fmatmul after running this code :
# Compile fmatmul for Ara
make -C apps bin/fmatmul
# Verilate the design
make -C hardware verilate trace=1
# Run fmatmul on Ara through Verilator
make -C hardware simv app=fmatmul trace=1
I am trying to achieve fst file only for the vector unit 'ARA' which does not include signals from CVA6 {or} some extra signals which are dedicated to ARA along with the CVA6 signals
So if we get a trace file in Ideal Dispatcher mode is it the trace file only generated by ARA alone and only that signals? Am i thinking correctly?
and what is the command modification to get trace file after solving this issue , is it just by giving command as :
make simv app=fmatmul ideal_dispatcher=1 trace=1
The text was updated successfully, but these errors were encountered:
Hello @Vinay0203,
Also other users reported issues with the Verilator traces. I will need some time to check this out since we use Verilator only in the CI with no traces and no ideal-dispatcher mode. If you have a QuestaSim license instead, it should work out of the box
I am trying to execute
fmatmul
program in Ideal Dispatcher mode.The steps i have taken is :
1.
and the output got is :
and the output got is :
fmatmul
after running this code :and the output got is :
So if we get a trace file in Ideal Dispatcher mode is it the trace file only generated by ARA alone and only that signals? Am i thinking correctly?
and what is the command modification to get trace file after solving this issue , is it just by giving command as :
The text was updated successfully, but these errors were encountered: