mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-06-28 09:16:22 -04:00
Improve FRONTEND description (#1914)
This commit is contained in:
parent
fde7e856e7
commit
301f18a5f4
17 changed files with 105 additions and 157 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue