Simics Question:
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.
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.
Previous Question | Next Question |
Do you know what is the function of SIMICS? | Tell me how to run interactive program using SIMICS? |