[gem5-users] Re: AttributeError: Class DDR3_1600_8x8 has no parameter port

2020-12-06 Thread anthonyabeo--- via gem5-users
Ayush's solution worked. Thanks, y'all. Regards. ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-users] Re: AttributeError: Class DDR3_1600_8x8 has no parameter port

2020-12-06 Thread anthonyabeo--- via gem5-users
So after cloning and building X86/gem5.opt, I started following the "Creating a simple configuration script" tutorial. I get the error when I run "build/X86/gem5.opt configs/tutorial/simple.py" gem5 Simulator System. http://gem5.org gem5 is copyrighted software; use the --copyright option for d

[gem5-users] AttributeError: Class DDR3_1600_8x8 has no parameter port

2020-12-05 Thread anthonyabeo--- via gem5-users
Hi Everyone, I am new here and just started playing with gem5. I run into an error (as specified in the subject) when I tried running the first simple CPU example. system.mem_ctrl = DDR3_1600_8x8() system.mem_ctrl.range = system.mem_ranges[0] system.mem_ctrl.port = system.membus.master Looking