summaryrefslogtreecommitdiff
path: root/cpu
Commit message (Collapse)AuthorAgeFilesLines
* Basic operating system...Alex AUVOLAT2014-01-092-5/+99
|
* Make things great !Alex AUVOLAT2014-01-094-45/+31
|
* Use more elegant _clock and _output in test asm file.Alex AUVOLAT2014-01-091-7/+8
|
* Merge branch 'emile'Alex AUVOLAT2014-01-091-3/+11
|\ | | | | | | | | | | | | Conflicts: asm/asm.ml asm/asmlex.mll asm/asmpars.mly
* | Remove useless D initialization, remove LA instruction (actually, it is LI)Alex AUVOLAT2014-01-081-5/+4
| |
* | Remove SP initialization, it's actually useless.Alex AUVOLAT2014-01-081-5/+4
| |
* | Assembler kind of works ; created simple assembly program that prints Tick! ↵Alex AUVOLAT2014-01-082-19/+32
| | | | | | | | every second.
* | Crap. Here it is.Alex AUVOLAT2014-01-081-0/+30
| |
* | Add assembler ; much testing to do.Alex AUVOLAT2014-01-081-1/+1
|/
* Document ; add hlt instruction ; make monitor faster.Alex AUVOLAT2014-01-071-0/+6
|
* Document.Alex AUVOLAT2014-01-074-10/+7
|
* Make sw/sb run in one tick less, correct scheduler.Alex AUVOLAT2014-01-061-9/+9
|
* Document programs ; better time support in monitor.Alex AUVOLAT2014-01-041-1/+1
|
* Style corrections.Alex AUVOLAT2014-01-032-13/+13
|
* Corrected serial mmioAlex AUVOLAT2014-01-031-1/+1
|
* Nothing.Alex AUVOLAT2014-01-031-1/+1
|
* CPU all implemented except missing ALU operations.Alex AUVOLAT2014-01-033-33/+175
|
* Monitor now works correctly.Alex AUVOLAT2014-01-032-6/+9
|
* Added simulator monitor tool.Alex AUVOLAT2014-01-033-27/+91
|
* Implement lw/sw/lwr/swr ; optimize simplification pass order ; add comments ↵Alex AUVOLAT2014-01-033-14/+46
| | | | in ROM files
* Implement jr/jalr/jer/jner/jltr/jler/jltru/jleru ; add simplification to sched.Alex AUVOLAT2014-01-022-16/+76
|
* CPU runs a simple program that increments A and loops (all other ↵Alex AUVOLAT2014-01-021-16/+20
| | | | instructions unimplemented)
* Started CPU implementation.Alex AUVOLAT2014-01-026-71/+270
|
* Renamed example cpu fileAlex AUVOLAT2014-01-021-0/+0
|
* New netlist generation protocolAlex AUVOLAT2014-01-025-3497/+276
|
* Memorizing CPU : summs all the entriesAlex AUVOLAT2014-01-021-1/+8
|
* Ajout support pour les cycles.Alex AUVOLAT2014-01-023-630/+1910
|
* Premiers morceaux de CPU - enfin non, rien du tout...Alex AUVOLAT2013-12-197-0/+2325