1a1a11a / libCacheSim

a high performance library for building cache simulators
GNU General Public License v3.0
155 stars 33 forks source link

Documentation bug #36

Closed fedorova closed 10 months ago

fedorova commented 11 months ago

The documentation in develop/doc/advanced_lib_extend.md says:

Add command line option in bin/cachesim/cli.c so that you can use cachesim binary.

There isn't such a file. I think one needs to add the new algorithm to the doc array in cli_parser.c and the string comparison clause with the new initialization function in cache_init.h.

1a1a11a commented 10 months ago

Good catch! I have updated the doc! Thank you!