Commit graph

9 commits

Author SHA1 Message Date
Derek "Turtle" Roe
c4afd44ed7 See long description
Replaced all references to simulation with emulation
Updated copyright year
Updated .gitignore to reduce chances of random files being uploaded to
the repo
Added .gitattributes to normalize all text files, and to ignore binary
files (which includes the logo and the NEC PDF)
2015-07-03 08:18:16 -04:00
Tyler Stachecki
7168fc5e6f Fix a slew of cache bugs. 2015-01-29 10:07:54 -05:00
Tyler Stachecki
e342a0ba2a Implement cache operations, fix cache op bug.
If we're doing a cache operation in the DC stage, don't
change the stage of the lines; the cache operations will
do it if needed. Also implement get/set taglo for DC.
2015-01-04 22:40:36 -05:00
Tyler Stachecki
f66894935b Mark more initialization functions as cold. 2014-11-09 19:11:09 -05:00
Tyler Stachecki
53c875b06c Support more ops within the CACHE instruction. 2014-08-21 21:46:53 -04:00
Tyler Stachecki
172d61358f Actually start using the data cache. 2014-08-21 21:43:11 -04:00
Tyler Stachecki
81c799576a Fill and flush data cache lines as required. 2014-08-21 21:43:07 -04:00
Tyler Stachecki
9ae2fdbcf8 Start integrating data cache into DC stage. 2014-05-10 15:21:55 -04:00
Tyler Stachecki
656103920b VR4300: Start adding data cache support. 2014-05-06 19:49:03 -04:00