-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gem5 ARM full-system error #40
Comments
I second this, I'm encountering the same error when I'm trying to run a configuration that has multiple gem5 memory channels. Did you manage to solve this? |
Same here. |
To set the AddrRange in the Ramulator2() class, We need to wrap the ramulator2 around AbstractMemorySystem which is conventional gem5's main memory source code. Here is my code for how to set the addr range (line 67-82) |
Any way, I think the error is originated from using wrong version of kernel or bootloader (not form setting AddrRange). Please refer to my script (line77-79) that ARM full system simulation works properly. |
I replaced the memory config line of code in the starter full-system simulation for ARM with the code specified in the readme but get the following error:
I was wondering if y'all knew why Gem5 is throwing this error with Ramulator 2 and/or have the Ramulator2 config and the Gem5 options that y'all used to verify that your code works?
Thanks :)
The text was updated successfully, but these errors were encountered: