Simics Question:
Download Questions PDF

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

Answer:

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.

Download Simics Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know what is the function of SIMICS?Tell me how to run interactive program using SIMICS?