aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Doc] Added documentation on buildHEADmasterYann Herklotz2018-03-111-2/+15
|
* [Code] small improvement to codeYann Herklotz2018-02-102-16/+2
|
* [code] Updating repository.Yann Herklotz2018-02-106-17/+2
|
* Update README.mdYann Herklotz2017-08-131-662/+2
|
* Fixing files a bitYann Herklotz2017-08-136-565/+0
|
* Update mips_cpu.cppYann Herklotz2016-12-111-1/+1
|
* Update mips_cpu_ymh15.hppYann Herklotz2016-12-111-1/+1
|
* Update test_mips_ymh15.hppYann Herklotz2016-12-111-1/+1
|
* adding some fileszedarider2016-12-036-0/+0
|
* adding refractored codezedarider2016-11-013-22/+42
|
* finished cpu and testerzedarider2016-10-318-34/+431
|
* making testerzedarider2016-10-2810-432/+1036
|
* cleaning upzedarider2016-10-273-14/+34
|
* cleaning upzedarider2016-10-278-1859/+507
|
* Finished cpu completely except some corner caseszedarider2016-10-2712-572/+1971
|
* Merge branch 'master' of https://github.com/m8pple/arch2-2016-cwzedarider2016-10-271-3/+3
|\
| * Merge pull request #44 from ps-george/masterm8pple2016-10-261-2/+2
| |\ | | | | | | Fix for subtle bug
| | * Added brackets for peace of mindGeorge Punter2016-10-251-1/+1
| | |
| | * Fixed subtle bug and changed comment about max RAM sizeGeorge Punter2016-10-251-2/+2
| |/
| * Allow 512MB ram at request of @lorenzo2897. Closes #42.m8pple2016-10-241-1/+1
| |
* | nearly finishedzedarider2016-10-278-37/+412
| |
* | adding more instructions to the test cases and the cpuzedarider2016-10-258-75/+520
| |
* | cleaned upzedarider2016-10-173-5/+5
| |
* | added bitwise operatorszedarider2016-10-177-13/+90
| |
* | Merge branch 'master' of https://github.com/m8pple/arch2-2016-cwzedarider2016-10-172-6/+58
|\|
| * Added comments to makefile. Closes #22David Thomas2016-10-161-3/+48
| |
| * Updated formative feedback return date. Thanks to @lorenzo2897. Closes #20.David Thomas2016-10-161-1/+1
| |
| * Updated makefile patterns. Closes #21. Thansk to @lorenzo2897David Thomas2016-10-162-2/+9
| |
* | fully working add and subzedarider2016-10-177-80/+108
| |
* | adding all initial fileszedarider2016-10-1410-1/+315
|/
* Updated for 2016.David Thomas2016-10-1010-388/+169
|
* Modified description of LH and LHU. Thanks to @roastedpork. Closes #8.m8pple2015-10-221-2/+2
|
* Added JALR to sg_instructionsArray. Closes #7.m8pple2015-10-201-0/+1
|
* Added support for nested src directories. Closes #2.m8pple2015-10-192-2/+9
|
* Update suggested difficulty of instructionsm8pple2015-10-191-8/+8
| | | Closes #4
* Converted %lf to %f in relation to issue #5.m8pple2015-10-191-4/+4
|
* Adding example eie2ugs code from live tutorial + recorded tutorial:m8pple2015-10-192-0/+259
| | | | | | https://panopto.imperial.ac.uk/Panopto/Pages/Viewer.aspx?id=653bf926-6acd-450f-991a-9cdbdf270852 https://panopto.imperial.ac.uk/Panopto/Pages/Viewer.aspx?id=fefdb6bc-4205-4113-bf3b-76ecefc201f2 https://panopto.imperial.ac.uk/Panopto/Pages/Viewer.aspx?id=c4966c37-effd-48f7-b5b9-ebdc5a30b2de
* Update for 2015.m8pple2015-10-124-162/+57
|
* Update README.mdm8pple2014-10-281-1/+1
| | | Fixed #17 : Update for new deadline.
* Fixed #16: ambiguity on what to do with things that are in MIPS-1, butm8pple2014-10-271-0/+4
| | | | not covered as part of the spec.
* Added driver programs for the fragments.m8pple2014-10-273-0/+155
|
* Update README.mdm8pple2014-10-251-2/+40
| | | Explanation of why getter/setter methods are used for the PC.
* Update README.mdm8pple2014-10-251-2/+2
| | | | Really stupid typo in the guidance on mem_read_write at the bottom of this page. The example in the actual documentation is correct though.
* Added times for submission deadline.David Thomas2014-10-231-2/+2
|
* Updated with some answers to questions at the bottom.David Thomas2014-10-231-0/+52
|
* Example of how mips_cpu_set_debug_level could be used.David Thomas2014-10-231-0/+38
|
* Added a much more description on what the memory interface is, and how block ↵David Thomas2014-10-231-0/+70
| | | | sizes are involved.
* Cosmetic fixes to README.mdDavid Thomas2014-10-231-75/+75
| | | | Manual merge of changes from pull request by p--b.
* Fixing formattingm8pple2014-10-231-11/+11
| | | Realised I've been accidentally putting latex quotes everywhere, looks a bit odd.
* Update README.mdm8pple2014-10-231-2/+3
| | | Fixed #12 : Ambiguity in include paths.