Hi Tushar,
Yes, it starts with class Mytopology(Topology); The command I used is shown as below: ./build/ALPHA_FS/m5.opt configs/example/ruby_fs.py --caches --l2cache --timing --garnet-network=fixed ... --topology=Mytopology --mesh-rows=8 -b fft Thanks, HR From: [email protected] [mailto:[email protected]] On Behalf Of Tushar Krishna Sent: Tuesday, May 08, 2012 12:01 PM To: gem5 users mailing list Subject: Re: [gem5-users] Run a new topology in Gem5 I assume in Mytopology.py, you start with class Mytopology(Topology): . right? If yes, what was the command you ran? - Tushar On May 8, 2012, at 5:05 AM, Haera Chung wrote: Hi Gem5, I created my network topology and copied the 'Mytopology.py' into "~/gem5-stable/src/mem/ruby/network/topologies/Mytopology.py". Also I included a line "PySource('',' Mytopology.py ')" in the SConscript file. After that I ran $scons build/ALPHA_FS/gem5.opt PROTOCOL=MOESI_CMP_directory RUBY=True. I got a message that 'build/ALPHA_FS/gem5.opt' is up to date.' And 'done building targets' without error message. However, when gem5 si executed, I encounter with this error message: <image001.png> Could you help me? Thanks. _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
