diff options
Diffstat (limited to 'src/arch/arm/fastmodel/GIC/gic.hh')
-rw-r--r-- | src/arch/arm/fastmodel/GIC/gic.hh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/arch/arm/fastmodel/GIC/gic.hh b/src/arch/arm/fastmodel/GIC/gic.hh index 11209ab27..de97f63fe 100644 --- a/src/arch/arm/fastmodel/GIC/gic.hh +++ b/src/arch/arm/fastmodel/GIC/gic.hh @@ -70,10 +70,14 @@ class SCGIC : public scx_evs_GIC class GIC : public BaseGic { private: + typedef sc_gem5::TlmInitiatorBaseWrapper< + 64, svp_gicv3_comms::gicv3_comms_fw_if, + svp_gicv3_comms::gicv3_comms_bw_if, 1, + sc_core::SC_ONE_OR_MORE_BOUND> TlmGicInitiator; + AmbaInitiator ambaM; AmbaTarget ambaS; - AmbaInitiator redistributorM; - AmbaTarget redistributorS; + TlmGicInitiator redistributor; SCGIC *scGIC; |