Improve FRONTEND description (#1914)

This commit is contained in:
JeanRochCoulon 2024-03-11 12:52:35 +01:00 committed by GitHub
parent fde7e856e7
commit 301f18a5f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 105 additions and 157 deletions

View file

@ -62,12 +62,12 @@ def define_blacklist(parameters):
black_list["sfence_vma_i"] = [f"As {param} = {paramvalue}", "0"]
param = "EnableAccelerator"
paramvalue = parameters[param].value
paramvalue = "0"
if paramvalue == "0":
black_list["ACC_DISPATCHER"] = [f"As {param} = {paramvalue}", "0"]
param = "RVF"
paramvalue = parameters[param].value
paramvalue = "0"
if paramvalue == "0":
black_list["fs_o"] = [f"As {param} = {paramvalue}", "0"]
black_list["fs_i"] = [f"As {param} = {paramvalue}", "0"]