mainkar-rohit
mainkar-rohit
Hi, Why do we really need a 'reset vector' inside of Spike? Why can't Spike directly start from the _start: address from the ELF? Is it essential to the working...
Hi Andrew, Thanks for your reply. But that means Spike implements its own boot code that is hardcoded in the source code. This would cause it to deviate from *an*...
Hi Andrew, In the current Spike code, the pc changes to the --pc value only after executing the 5 ops from the boot code in Spike. There is no way...
ping. Since this boot ROM is generated at compilation, it reduces flexibility to bring up Spike with a custom boot sequence and verify a hardware implementation.