dev: Generalize the x86 int source/sink pins.
Sink pins are now templated based on the underlying device types, and the pins themselves are based on the new, generalized Port mechanism. Change-Id: I09c678c56f6eb6b4a167c12f221ae0241fe99c2d Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/20700 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Gabe Black <gabeblack@google.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -36,6 +36,9 @@ Source('io_device.cc')
|
||||
Source('isa_fake.cc')
|
||||
Source('dma_device.cc')
|
||||
|
||||
SimObject('IntPin.py')
|
||||
Source('intpin.cc')
|
||||
|
||||
DebugFlag('IsaFake')
|
||||
DebugFlag('DMA')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user