We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got a problem when connecting gem5 and Dramsim3
File "configs/example/cmp.py", line 81, in <module> system.cpu[i].workload = process[i] File "/home/mahmood/gem5/src/python/m5/SimObject.py", line 627, in __setattr__ value = param.convert(value) File "/home/mahmood/gem5/src/python/m5/params.py", line 236, in convert tmp_list = [ ParamDesc.convert(self, value) ] File "/home/mahmood/gem5/src/python/m5/params.py", line 159, in convert return self.ptype(value) TypeError: __init__() takes exactly 1 argument (2 given) Error setting param MemCtrl.dram to <orphan DRAMsim3>
Do you know how to solve it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got a problem when connecting gem5 and Dramsim3
Do you know how to solve it?
The text was updated successfully, but these errors were encountered: