[gem5-users] X86 full system simulation---about m5term

2024-01-11 Thread hu miao via gem5-users
Hello everyone, I am new to gem5 and I have been trying to use gem5 for X86 dual-core full system simulation, following the steps in this tutorial: https://www.gem5.org/documentation/gem5-stdlib/x86-full-system-tutorial. However, I encountered some issues during the process. I am unable to use m5t

[gem5-users] X86 full system simulation---It seems that the img file did not start.

2024-01-12 Thread hu miao via gem5-users
Hi: As I mentioned earlier, since I cannot use m5term (the same goes for Telnet), I wanted to first see how the simulation results are and I wait for the simulation to finish. The m5out/stats.txt file has the data normally. However, the strange thing is, as we know, the /root/gem5_init.sh start

[gem5-users] Re: X86 full system simulation---about m5term

2024-01-15 Thread hu miao via gem5-users
ou're calling m5term on > the same docker container as the one running gem5 simulation. > > If that doesn't work then you can check the guest output from > m5out/board.platform.termnial file (or a file with the name similar to > that) . > > Regards, > Hoa Nguyen > &

[gem5-users] How Can I Save the output file-Full System Simulation

2024-01-15 Thread hu miao via gem5-users
Hi: First of all, I am very, very grateful to Hao Nguyen, who answered me another question about full system simulation the other day, because I don't know much about gem5 user lists, and clicking on the reply below always shows a connection error, so I haven't been able to reply. I still w

[gem5-users] Re: How Can I Save the output file-Full System Simulation

2024-01-16 Thread hu miao via gem5-users
you can try /sbin/m5 utility, using the writefile option. > Then you can redirect the virtual OS > > environment files to local Hosts. > > The command format is like below: > > > > > > S2K > > > > > > > > At 2024-01-16 11:41:57, "hu miao v

[gem5-users] How to Get Old Version GEM5

2024-02-24 Thread hu miao via gem5-users
HI: I need to use old version gem5 because I need to use configs/example/fs.py. However,after git clone https://github/gem5/gem5, I used the "git branch" command to check the version information and it showed "stable". I tried "git checkout v.21.2" but it failed. I want to know how I can get a

[gem5-users] Can't use MinorCPU in X86 system

2024-02-25 Thread hu miao via gem5-users
Hi: I'm new to the gem5. I have read some tutorial materials before and learned that the X86 build does not compile the MinorCPU model by default. So I used the following command instead: "scons build/X86/gem5.opt -jX CPU_MODELS=AtomicSimpleCPU,TimingSimpleCPU,O3CPU,MinorCPU". However, when I r