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
Hi,
I was trying to run a custom .riscv workload in gem5 FS mode. I have two options-
with General FS mode with OS-
I am using this script "build/RISCV/gem5.opt configs/example/riscv/fs_linux.py --kernel=$uboot/uboot.elf --disk-image=$ubuntu_img/ubuntu.img --cpu-type=TimingSimpleCPU --num-cpus=1 --caches --l2cache --l1i_size=32kB --l1d_size=32kB --l2_size=1MB --l2_assoc=2 --mem-type=DDR4_2400_4x16 --mem-ranks=4 --mem-size=4GB --sys-clock=1600MHz", So wanted to ask that where am I supposed to run that binary and how? I have connected to this terminal using the port 3456.
with baremetal
I don't know how exactly to use this. I tried this "build/RISCV/gem5.opt configs/example/riscv/fs_linux.py --bare-metal --cpu-type=TimingSimpleCPU --num-cpus=1 --caches --l2cache --l1i_size=32kB --l1d_size=32kB --l2_size=1MB --l2_assoc=2 --mem-type=DDR4_2400_4x16 --mem-ranks=4 --mem-size=4GB --sys-clock=1600MHz --kernel=$boom/condBranchMispred.riscv" but I don't know how to see the output.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I was trying to run a custom .riscv workload in gem5 FS mode. I have two options-
I am using this script "build/RISCV/gem5.opt configs/example/riscv/fs_linux.py --kernel=$uboot/uboot.elf --disk-image=$ubuntu_img/ubuntu.img --cpu-type=TimingSimpleCPU --num-cpus=1 --caches --l2cache --l1i_size=32kB --l1d_size=32kB --l2_size=1MB --l2_assoc=2 --mem-type=DDR4_2400_4x16 --mem-ranks=4 --mem-size=4GB --sys-clock=1600MHz", So wanted to ask that where am I supposed to run that binary and how? I have connected to this terminal using the port 3456.
I don't know how exactly to use this. I tried this "build/RISCV/gem5.opt configs/example/riscv/fs_linux.py --bare-metal --cpu-type=TimingSimpleCPU --num-cpus=1 --caches --l2cache --l1i_size=32kB --l1d_size=32kB --l2_size=1MB --l2_assoc=2 --mem-type=DDR4_2400_4x16 --mem-ranks=4 --mem-size=4GB --sys-clock=1600MHz --kernel=$boom/condBranchMispred.riscv" but I don't know how to see the output.
Please help me with this.
Beta Was this translation helpful? Give feedback.
All reactions