The changeToTiming function was removed ~3 weeks ago from the mainline.

http://repo.gem5.org/gem5/rev/1cd02decbfd3

CPU's now define a method that is used to determine their memory mode
(timing or atomic).  Check O3CPU.py for an example.  If a mode change is
necessary when swapping CPUs, the memory system is swapped over to the
appropriate mode automatically.


On Mon, Mar 11, 2013 at 1:27 PM, Negar Miralaei <nm...@cam.ac.uk> wrote:

> Hi,
>
> I had a problem with my gem5 simulator so I installed a new version
> (besides the old version). Then, I tried to run my python code which is
> calling "changeToTiming" function. But, I've got an error that "'module'
> object has no attribute 'changeToTiming'". When I checked the simulate.py
> file in src/python/m5, I saw that there is no more "changeToTiming"! Is it
> removed from this file, or I installed the wrong version?
>
> Thanks
> Negar
> ______________________________**_________________
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/**mailman/listinfo/gem5-users<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