[gem5-users] Re: Ruby: Connect rubyport and CPU through crossbar

2022-12-23 Thread 陳彥宏 via gem5-users
Hi Gabriel,

I have checked that RubyPort::MemResponsePort::getAddrRanges() function, it 
actually just defined it but not implemented. It still has the same error. I 
already checked the ruby system from memory control to cache controller 
(sequencer), they have the same address range, but the getAddrRanges() from the 
crossbar can't get the address range yet.

Wilson
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


[gem5-users] Re: How to use different clock frequency in cpu and system

2022-12-23 Thread Giacomo Travaglini via gem5-users
Hi, there is no command-line option, but you just need to edit the system 
frequency in BaseSimpleSystem [1]

Kind Regards

Giacomo

[1]: 
https://github.com/gem5/gem5/blob/stable/configs/example/arm/devices.py#L274

From: Νικόλαος Ταμπουρατζής via gem5-users 
Date: Friday, 23 December 2022 at 13:19
To: gem5-users 
Cc: Νικόλαος Ταμπουρατζής 
Subject: [gem5-users] How to use different clock frequency in cpu and system

Dear gem5 community,

I am using configs/example/arm/starter_fs.py configuration in order to
simulate ARM FS. However, I would like to use different clock
frequencies in the CPU and different in the system clock. Is there
this option in the latest gem5 release?

Thank you!

Best regards,
Nikos
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
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
To unsubscribe send an email to gem5-users-le...@gem5.org


[gem5-users] How to use different clock frequency in cpu and system

2022-12-23 Thread Νικόλαος Ταμπουρατζής via gem5-users



Dear gem5 community,

I am using configs/example/arm/starter_fs.py configuration in order to  
simulate ARM FS. However, I would like to use different clock  
frequencies in the CPU and different in the system clock. Is there  
this option in the latest gem5 release?


Thank you!

Best regards,
Nikos
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org