learning-gem5: Add ruby_system param set to RubyPortProxy (#1686)

This missing parameter causing the Learning gem5 tests to fail.

**Note:** We need to update the website's learning gem5 examples to
reflect this change.
This commit is contained in:
Bobby R. Bruce
2024-10-20 13:04:47 -07:00
committed by GitHub
parent db47d20371
commit b705629b83

View File

@@ -96,7 +96,7 @@ class TestCacheSystem(RubySystem):
# Set up a proxy port for the system_port. Used for load binaries and
# other functional-only things.
self.sys_port_proxy = RubyPortProxy()
self.sys_port_proxy = RubyPortProxy(ruby_system=self)
system.system_port = self.sys_port_proxy.in_ports
# Connect up the sequencers to the random tester