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

Reply via email to