InterviewSolution
| 1. |
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. 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. |
|