Please tell me how to load SimICS inside an operating system?

Submitted by: Administrator
The command that is used to run SIMICS is the load-unix command and the calling command will be like this
sh>simics
SimICS> load-unix "/bin/ls" "/bin/ls"
SimICS> run /bin/ls
SimICS> ptime
Number of cycles executed (CPU 0): 606012
SimICS> quit

load-unix allow the terminal to read an executable file into SIMICS and then full path of the bin directory allow to pull the executable files.
Submitted by: Administrator

Read Online Simics Job Interview Questions And Answers