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