Even better, change the script to use the "normal" CacheConfig.config_cache(options, system) like the se.py script. This should be coupled with adding
parser = optparse.OptionParser() Options.addCommonOptions(parser) Options.addSEOptions(parser) ...or something similar Andreas On 20/12/2012 15:47, "Malek Musleh" <malek.mus...@gmail.com> wrote: >Hi Vinh, > >I think if you make the following change it should work: > >diff --git a/configs/splash2/run.py b/configs/splash2/run.py >--- a/configs/splash2/run.py >+++ b/configs/splash2/run.py >@@ -267,6 +267,7 @@ > > for cpu in cpus: > cpu.workload = root.workload >+ cpu.createInterruptController() > > # ---------------------- > # Run the simulation >(END) > >Malek > >On Thu, Dec 20, 2012 at 4:17 AM, vinh ngo <vinhphuong1...@gmail.com> >wrote: >> Hi, >> >> I am new to GEM5. >> I ran this: >> >> build/X86/gem5.debug configs/splash2/run.py --l1size=32kB --l2size=256kB >> --rootdir=tests/test-progs/m2s-benchmarks-splash2/fft -d -n 4 -b FFT >> >> And receive this: >> Global frequency set at 1000000000000 ticks per second >> fatal: CPU system.cpu0 has no interrupt controller. >> Ensure createInterruptController() is called. >> @ cycle 0 >> [BaseCPU:build/X86/cpu/base.cc, line 226] >> >> Can anyone show me how to solve this problem? >> I really appreciate your help! >> >> Regards, >> Vinh >> >> _______________________________________________ >> gem5-users mailing list >> gem5-users@gem5.org >> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >_______________________________________________ >gem5-users mailing list >gem5-users@gem5.org >http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users