Hi,

If all you changed were those three lines:

      self.monitor = CommMonitor()
      self.physmem.port = self.monitor.master
      self.monitor.slave = self.membus.master

鈥hen no address range should change (the monitor just forwards what is on the 
other side). Could you please confirm that everything works if you connect the 
physmem.port to membus.master?

Thanks,

Andreas

From: 锟斤拷锟斤拷 <[email protected]<mailto:[email protected]>>
Reply-To: gem5 users mailing list 
<[email protected]<mailto:[email protected]>>
Date: Tuesday, 17 December 2013 13:36
To: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Subject: [gem5-users] add CommMonitor between phymem and membus

Hi,all
         I'm now use CommMonitor to get the statics which i鈥榤  concerned.i 
modified the FSconfig.py:


           self.monitor = CommMonitor()
           self.physmem.port = self.monitor.master
           self.monitor.slave = self.membus.master

but it turns out erro : fatal:system.membus has two ports with same range:
                               system.monitor-slave
                               system.bridge.slave
 Then锟斤拷I add ranges to the 
self.bridge=Bridge(delay='50ns',ranges=AddrRange(0x10000000,0x1001ffff))
 but it also the same erro.Can anyone give me some help,thanks!


-- 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.

ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered 
in England & Wales, Company No: 2557590
ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, 
Registered in England & Wales, Company No: 2548782
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to