Skip to content

Commit

Permalink
update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jjts committed Oct 12, 2023
1 parent 0ac0966 commit f07e6e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion software/src/iob-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ int cache_write_hit() { return (CACHEFUNC(cache_base, IOB_CACHE_WRITE_HIT)); }

int cache_write_miss() { return (CACHEFUNC(cache_base, IOB_CACHE_WRITE_MISS)); }

int cache_counter_reset() { return (CACHEFUNC(cache_base, IOB_CACHE_RST_CNTRS)); }
int cache_counter_reset() {
return (CACHEFUNC(cache_base, IOB_CACHE_RST_CNTRS));
}

int cache_version() { return (CACHEFUNC(cache_base, IOB_CACHE_VERSION)); }

0 comments on commit f07e6e7

Please sign in to comment.