python: Add connect_interrupt() to mesi_two_level for non-X86
The MESITwoLevelCacheHierarchy did not call `connect_interrupt()` on CPUs if not ISA.X86. This patch fixes this. Change-Id: I46ae19f588e2eadce60f145067e8a7cef0d44afd Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/49928 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu> Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
This commit is contained in:
@@ -140,6 +140,8 @@ class MESITwoLevelCacheHierarchy(
|
||||
int_req_port = cache.sequencer.interrupt_out_port
|
||||
int_resp_port = cache.sequencer.in_ports
|
||||
core.connect_interrupt(int_req_port, int_resp_port)
|
||||
else:
|
||||
core.connect_interrupt()
|
||||
|
||||
self._l1_controllers.append(cache)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user