-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule gem5
updated
17 files
+1 −0 | .gitignore | |
+19 −0 | RELEASE-NOTES.md | |
+2 −2 | configs/ruby/CHI_config.py | |
+20 −0 | docs/Makefile | |
+37 −0 | docs/README | |
+42 −0 | docs/conf.py | |
+1 −0 | docs/gem5-sphinx | |
+14 −0 | docs/gem5-sphinx-apidoc | |
+1 −1 | src/Doxyfile | |
+1 −1 | src/base/version.cc | |
+1 −1 | src/mem/ruby/protocol/MESI_Three_Level.slicc | |
+1 −1 | src/mem/ruby/protocol/MESI_Two_Level.slicc | |
+8 −0 | src/mem/ruby/slicc_interface/ProtocolInfo.hh | |
+18 −1 | src/mem/ruby/structures/PerfectCacheMemory.hh | |
+6 −7 | src/mem/ruby/system/Sequencer.cc | |
+1 −0 | src/mem/slicc/parser.py | |
+2 −2 | src/mem/slicc/symbols/StateMachine.py |