mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-06-28 09:16:22 -04:00
Add Caches submodule description in Design Doc (#1923)
This commit is contained in:
parent
378144ddc4
commit
57f062bd85
7 changed files with 265 additions and 28 deletions
|
@ -16,6 +16,19 @@ def define_blacklist(parameters):
|
|||
black_list["flush_bp_i"] = ["For any HW configuration", "0"]
|
||||
black_list["dtlb_hit_i"] = ["For any HW configuration", "1"]
|
||||
|
||||
black_list["hwpf_base_set_i"] = ["For any HW configuration", "0"]
|
||||
black_list["hwpf_base_i"] = ["For any HW configuration", "0"]
|
||||
black_list["hwpf_base_o"] = ["For any HW configuration", "0"]
|
||||
black_list["hwpf_param_set_i"] = ["For any HW configuration", "0"]
|
||||
black_list["hwpf_param_i"] = ["For any HW configuration", "0"]
|
||||
black_list["hwpf_param_o"] = ["For any HW configuration", "0"]
|
||||
black_list["hwpf_throttle_set_i"] = ["For any HW configuration", "0"]
|
||||
black_list["hwpf_throttle_i"] = ["For any HW configuration", "0"]
|
||||
black_list["hwpf_throttle_o"] = ["For any HW configuration", "0"]
|
||||
black_list["hwpf_status_o"] = ["For any HW configuration", "0"]
|
||||
black_list["dcache_cmo_req_i"] = ["For any HW configuration", "0"]
|
||||
black_list["dcache_cmo_resp_o"] = ["For any HW configuration", "open"]
|
||||
|
||||
param = "IsRVFI"
|
||||
paramvalue = "0"
|
||||
if paramvalue == "0":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue