Skip to content

Commit

Permalink
refactor: split accelsim tools into packages
Browse files Browse the repository at this point in the history
  • Loading branch information
romnn committed Jul 3, 2023
1 parent aa82c06 commit c9d63d7
Show file tree
Hide file tree
Showing 25 changed files with 2,783 additions and 641 deletions.
41 changes: 28 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ members = [
"profile",
"playground",
"accelsim",
"accelsim/trace",
"accelsim/sim",
"utils",
"plot",
"trace",
Expand Down
1 change: 1 addition & 0 deletions WIP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#### TODO

- fix github actions build
- DONE: update accelsim reference source
- get more stats to match
- DONE: use separate cache stats per cache
- implement per structure stats
Expand Down
Loading

0 comments on commit c9d63d7

Please sign in to comment.