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 Everyone, I am trying to run litex with Rocket as CPU type, and I am trying to demo.bin file to see if the bare metal application code execution works, i know that it doesn't work or does not produce any output while i run using the command
litex_sim --threads-8 --with-sdram --cpu-type rocket --cpu-variant small /linux --sdram-init demo.bin
The above does not go beyond the liftoff
i also tried litex_sim --integrated-rom-size 0x10000 --cpu-type rocket --cpu-variant small --rom-init demo.bin
this is also stuck
i want to run litex in simulation model
i have also removed the -flto flag yet it dosent work
kindly provide me some guidence to bare-metal-applications on litex simulation if possible also a way to get the instruction trace
The text was updated successfully, but these errors were encountered:
On Mon, Jul 08, 2024 at 02:41:58PM -0700, Srinija Ramichetty wrote:
Hi Everyone, I am trying to run litex with Rocket as CPU type, and I am trying
to demo.bin file to see if the bare metal application code execution works, i
know that it doesn't work or does not produce any output while i run using the
command
litex_sim --threads-8 --with-sdram --cpu-type rocket --cpu-variant small /linux
--sdram-init demo.bin
The above does not go beyond the liftoff
i also tried
litex_sim --integrated-rom-size 0x10000 --cpu-type rocket --cpu-variant small
--rom-init demo.bin
this is also stuck
i want to run litex in simulation model
i have also removed the -flto flag yet it dosent work
kindly provide me some guidence to bare-metal-applications on litex simulation
if possible also a way to get the instruction trace
I'm not sure the demo is written in a way that would allow it to run
on 64-bit RISCV -- assuming it is, you'd have to ensure its own start
address matches the segment (rom vs. sdram/main-ram) you're planning
to load it into, for starters.
Hi Everyone, I am trying to run litex with Rocket as CPU type, and I am trying to demo.bin file to see if the bare metal application code execution works, i know that it doesn't work or does not produce any output while i run using the command
litex_sim --threads-8 --with-sdram --cpu-type rocket --cpu-variant small /linux --sdram-init demo.bin
The above does not go beyond the liftoff
i also tried
litex_sim --integrated-rom-size 0x10000 --cpu-type rocket --cpu-variant small --rom-init demo.bin
this is also stuck
i want to run litex in simulation model
i have also removed the -flto flag yet it dosent work
kindly provide me some guidence to bare-metal-applications on litex simulation if possible also a way to get the instruction trace
The text was updated successfully, but these errors were encountered: