Set end_trampoline back to 80000000 and process 1st instruction
Created by: Gchauvon
Hello,
I set back end_trampoline back to 0x80000000 but suppress the continue statement to process instruction at 80000000. We had issue with the UVM testbench which has no bootrom and start at 80000000. The script was not able to find instruction at address 10014 ( it doesn't exist in UVM tb) and didn't process the log correctly resulting in an empty csv.
The solution I propose solves this issue and still process the 1st instruction to match spike trace.