dev: Generalize the x86 int source/sink pins.
authorGabe Black <gabeblack@google.com>
Thu, 5 Sep 2019 00:10:02 +0000 (17:10 -0700)
committerGabe Black <gabeblack@google.com>
Thu, 12 Sep 2019 20:36:39 +0000 (20:36 +0000)
commitc9fabe117947a82e05bf08cbf4f69365c2334304
tree77082b940605ee1e082a88d14416fa1a13614716
parent8f0efe340bcac14b45f6f781c068f67811b3c273
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>
src/dev/IntPin.py [new file with mode: 0644]
src/dev/SConscript
src/dev/intpin.cc [new file with mode: 0644]
src/dev/intpin.hh [new file with mode: 0644]