From 8e7fdf4ac460cbfbb373c951a6c7cdae93446241 Mon Sep 17 00:00:00 2001 From: Brandon Potter Date: Tue, 20 Feb 2018 13:19:39 -0500 Subject: ruby,gpu-compute: bugfix for GPU_VIPER* protocols 12db50c895 changed how directory mapping works, but it seems to have broken the VIPER variants of the GPU protocols. The fix involves declaring the function in the related '.sm' files. Change-Id: I116980d42a4aa648369058b529c9f8d9693eb894 Reviewed-on: https://gem5-review.googlesource.com/8521 Reviewed-by: Anthony Gutierrez Reviewed-by: Jason Lowe-Power Maintainer: Anthony Gutierrez --- src/mem/protocol/MOESI_AMD_Base-Region-dir.sm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mem/protocol/MOESI_AMD_Base-Region-dir.sm') diff --git a/src/mem/protocol/MOESI_AMD_Base-Region-dir.sm b/src/mem/protocol/MOESI_AMD_Base-Region-dir.sm index 02b211892..cc5ceb0b5 100644 --- a/src/mem/protocol/MOESI_AMD_Base-Region-dir.sm +++ b/src/mem/protocol/MOESI_AMD_Base-Region-dir.sm @@ -210,6 +210,8 @@ machine(MachineType:Directory, "AMD_Base-like protocol") void wakeUpBuffers(Addr a); Cycles curCycle(); + MachineID mapAddressToMachine(Addr addr, MachineType mtype); + Entry getDirectoryEntry(Addr addr), return_by_pointer="yes" { Entry dir_entry := static_cast(Entry, "pointer", directory.lookup(addr)); -- cgit v1.2.3