Skip to content

Commit

Permalink
[FIXME] Bender.yml: Mask misfiring HPDCache assertion in MSHR
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 committed Nov 6, 2024
1 parent ef4ca66 commit 6e60185
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,11 @@ sources:
- core/cache_subsystem/hpdcache/rtl/src/hpdcache_ctrl_pe.sv
- core/cache_subsystem/hpdcache/rtl/src/hpdcache_memctrl.sv
- core/cache_subsystem/hpdcache/rtl/src/hpdcache_miss_handler.sv
- core/cache_subsystem/hpdcache/rtl/src/hpdcache_mshr.sv
# FIXME: Disable misfiring assertion in HPDCache MSHR using masking define
- defines:
HPDCACHE_ASSERT_OFF: ~
files:
- core/cache_subsystem/hpdcache/rtl/src/hpdcache_mshr.sv
- core/cache_subsystem/hpdcache/rtl/src/hpdcache_rtab.sv
- core/cache_subsystem/hpdcache/rtl/src/hpdcache_uncached.sv
- core/cache_subsystem/hpdcache/rtl/src/hpdcache_victim_plru.sv
Expand Down

0 comments on commit 6e60185

Please sign in to comment.