That's correct. And actually, I think as soon as someone commits 2-4wks to getting InOrderFS to work it can be done. InOrder already supports Alpha, and there is already the SimpleCPUs plus the O3 CPU to reference against. All the FS_mode functions that "panic" in the InOrderCPU need to be rewritten to match the aforementioned models and then whoever is working on it would be well on there way.
Of course, you would also have the aid of the m5-dev mailing list for when complications arise as well. On Tue, Jul 20, 2010 at 9:04 PM, nathan binkert <[email protected]> wrote: > I don't think InOrder supports FS in any ISA. > > Nate > > On Tue, Jul 20, 2010 at 11:21 AM, Malek Musleh <[email protected]> > wrote: > > Hello, > > > > Is the InorderCPU Model not fully supported for Full System Simulation > > on the ALPHA ISA? > > > > At first I was getting the error that the InorderCPU TmpClass was not > > defined, and I traced it out because InOrderCPU was not listed as one > > of the build/variables/ALPHA_FS. > > > > So I added it to the list, and rebuilt it, and it compiles fine. But > > when I run my program: I get the following error: > > > > > > Listening for system connection on port 3456 > > 0: system.tsunami.io.rtc: Real-time clock set to Thu Jan 1 00:00:00 > 2009 > > 0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000 > > **** REAL SIMULATION **** > > info: Entering event queue @ 0. Starting simulation... > > panic: InOrderDynInst: hwrei: unimplemented > > @ cycle 464500 > > [hwrei:build/ALPHA_FS/cpu/inorder/inorder_dyn_inst.cc, line 321] > > Memory Usage: 639504 KBytes > > For more information see: http://www.m5sim.org/panic/859c3b2b > > Program aborted at cycle 464500 > > > > From reading a somewhat recent post I was under the impression that > > InOrderCPU was 'fully' supported for both the ALPHA / MIPS ISA. > > > > Thanks. > > > > Malek > > _______________________________________________ > > m5-users mailing list > > [email protected] > > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users > > > > > _______________________________________________ > m5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users > -- - Korey
_______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
