diff options
Diffstat (limited to 'rtl/cache/cache.sv')
| -rw-r--r-- | rtl/cache/cache.sv | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rtl/cache/cache.sv b/rtl/cache/cache.sv index 29403e2..1b327b4 100644 --- a/rtl/cache/cache.sv +++ b/rtl/cache/cache.sv @@ -97,4 +97,12 @@ module cache .* ); + line monitor_update; + logic monitor_acquire, monitor_commit, monitor_fail, monitor_release; + + cache_monitor monitor + ( + .* + ); + endmodule |
