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:
Gabe Black
2019-09-04 17:10:02 -07:00
parent 8f0efe340b
commit c9fabe1179
4 changed files with 244 additions and 0 deletions

View File

@@ -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')