chipsalliance / VeeR-ISS

Apache License 2.0
114 stars 33 forks source link

Whisper termination on Ecall #26

Open HamzaShabbir517 opened 1 year ago

HamzaShabbir517 commented 1 year ago

Hello previously i was using whisper and to terminate the program execution i have to use the flag tohost to terminate my test. Now i am working on one of my project and i dont want to use tohost flag i want to terminate my program as soon as ecall instruction is executed. Is there any way to get this thing work.

The command i am using is whisper --interactive --isa imcf -x /path/to/hexfile -s 0x0000000 -f Iss.txt

Regards: Hamza Shabbir