[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,

[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:1

[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 get