From 54cf33fbf392f4dc47c8c3559e6f6f10ae3288dc Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 27 Aug 2019 17:20:30 -0700 Subject: fastmodel: Pull out and simplify the interrupt mechanism in the GIC. This change pulls out the SPI and PPI command structures and replaces them with a custom protocol which can deliver a SPI or PPI without having to bundle their parameters into a structure. Change-Id: I8f15c8b3182bd6560bf5ef0345b0bc64173def85 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/21042 Reviewed-by: Giacomo Travaglini Maintainer: Giacomo Travaglini Tested-by: kokoro --- src/arch/arm/fastmodel/protocol/SConscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/arch/arm/fastmodel/protocol/SConscript') diff --git a/src/arch/arm/fastmodel/protocol/SConscript b/src/arch/arm/fastmodel/protocol/SConscript index b0171f136..f82e04c2a 100644 --- a/src/arch/arm/fastmodel/protocol/SConscript +++ b/src/arch/arm/fastmodel/protocol/SConscript @@ -27,3 +27,5 @@ Depends('ExportedClockRateControlProtocol.lisa', 'exported_clock_rate_control.hh') +Depends('SignalInterruptProtocol.lisa', + 'signal_interrupt.hh') -- cgit v1.2.3