diff --git a/src/omniperf_soc/soc_gfx940.py b/src/omniperf_soc/soc_gfx940.py index 511e83710b..77afc0247a 100644 --- a/src/omniperf_soc/soc_gfx940.py +++ b/src/omniperf_soc/soc_gfx940.py @@ -50,7 +50,7 @@ class gfx940_soc(OmniSoC_Base): str(config.omniperf_home), "omniperf_soc", "profile_configs", "gfx940" ) ) - self.set_compatible_profilers(["rocprofv2"]) + self.set_compatible_profilers(["rocprofv1", "rocprofv2"]) # Per IP block max number of simultaneous counters. GFX IP Blocks self.set_perfmon_config( { diff --git a/src/omniperf_soc/soc_gfx941.py b/src/omniperf_soc/soc_gfx941.py index fa26744634..c7a74081c7 100644 --- a/src/omniperf_soc/soc_gfx941.py +++ b/src/omniperf_soc/soc_gfx941.py @@ -50,7 +50,7 @@ class gfx941_soc(OmniSoC_Base): str(config.omniperf_home), "omniperf_soc", "profile_configs", "gfx940" ) ) - self.set_compatible_profilers(["rocprofv2"]) + self.set_compatible_profilers(["rocprofv1", "rocprofv2"]) # Per IP block max number of simultaneous counters. GFX IP Blocks self.set_perfmon_config( { diff --git a/src/omniperf_soc/soc_gfx942.py b/src/omniperf_soc/soc_gfx942.py index 05b39a77e1..d2ad35eb18 100644 --- a/src/omniperf_soc/soc_gfx942.py +++ b/src/omniperf_soc/soc_gfx942.py @@ -50,7 +50,7 @@ class gfx942_soc(OmniSoC_Base): str(config.omniperf_home), "omniperf_soc", "profile_configs", "gfx940" ) ) - self.set_compatible_profilers(["rocprofv2"]) + self.set_compatible_profilers(["rocprofv1", "rocprofv2"]) # Per IP block max number of simultaneous counters. GFX IP Blocks self.set_perfmon_config( {