Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected serial mmio | Alex AUVOLAT | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Nothingness, again. | Alex AUVOLAT | 2014-01-03 | 2 | -0/+2 |
| | |||||
* | Nothing. | Alex AUVOLAT | 2014-01-03 | 2 | -1/+1 |
| | |||||
* | CPU all implemented except missing ALU operations. | Alex AUVOLAT | 2014-01-03 | 7 | -35/+183 |
| | |||||
* | Monitor now works correctly. | Alex AUVOLAT | 2014-01-03 | 9 | -24/+189 |
| | |||||
* | Added simulator monitor tool. | Alex AUVOLAT | 2014-01-03 | 16 | -38/+414 |
| | |||||
* | Implement lw/sw/lwr/swr ; optimize simplification pass order ; add comments ↵ | Alex AUVOLAT | 2014-01-03 | 5 | -15/+73 |
| | | | | in ROM files | ||||
* | Implement jr/jalr/jer/jner/jltr/jler/jltru/jleru ; add simplification to sched. | Alex AUVOLAT | 2014-01-02 | 3 | -16/+84 |
| | |||||
* | CPU runs a simple program that increments A and loops (all other ↵ | Alex AUVOLAT | 2014-01-02 | 3 | -18/+22 |
| | | | | instructions unimplemented) | ||||
* | Started CPU implementation. | Alex AUVOLAT | 2014-01-02 | 16 | -106/+334 |
| | |||||
* | 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 | 5 | -642/+1939 |
| | |||||
* | Rajout de 'nop' | Alex AUVOLAT | 2014-01-01 | 2 | -12/+14 |
| | |||||
* | Détails | Alex AUVOLAT | 2013-12-19 | 2 | -10/+32 |
| | |||||
* | Premiers morceaux de CPU - enfin non, rien du tout... | Alex AUVOLAT | 2013-12-19 | 7 | -0/+2325 |
| | |||||
* | Suggestion de plan pour un micro-RISC 16 bit moisi (mais rigolo). | Alex AUVOLAT | 2013-12-19 | 3 | -4/+215 |
| | |||||
* | Tabs to spaces ; deleted Caml simulator (useless anyways) | Alex AUVOLAT | 2013-12-17 | 18 | -1567/+1149 |
| | |||||
* | RAM gives result immediately.. | Alex AUVOLAT | 2013-11-19 | 6 | -42/+48 |
| | |||||
* | Added optimization pass : delete useless CONCAT's. | Alex AUVOLAT | 2013-11-19 | 1 | -1/+56 |
| | |||||
* | Added a TODO, changed a few comments. | Alex AUVOLAT | 2013-11-15 | 2 | -1/+4 |
| | |||||
* | Improvemenet of pow2 (suggested by T.Bourke) | Alex AUVOLAT | 2013-11-12 | 2 | -4/+18 |
| | |||||
* | Updated README file. | Alex AUVOLAT | 2013-11-12 | 1 | -4/+5 |
| | |||||
* | Minor changes. | Alex AUVOLAT | 2013-11-12 | 2 | -1/+79 |
| | |||||
* | (nothing interesting) | Alex AUVOLAT | 2013-11-12 | 3 | -7/+143 |
| | |||||
* | Corrected a stupid bug. | Alex AUVOLAT | 2013-11-11 | 1 | -1/+1 |
| | |||||
* | Added ROM support, coded a 24/60/60 watch with output for 7-bit LCD display | Alex AUVOLAT | 2013-11-11 | 9 | -42/+253 |
| | |||||
* | Merge branch 'master' of ↵ | Alex AUVOLAT | 2013-11-09 | 1 | -6/+6 |
|\ | | | | | | | drakkar.ens.fr:/users/13/info/auvolat/boulot/SystDigit-Projet | ||||
| * | Corrected a conflict in naming. | Alex AUVOLAT | 2013-11-09 | 1 | -6/+6 |
| | | |||||
* | | Minor style changes. | Alex AUVOLAT | 2013-11-09 | 2 | -3/+5 |
|/ | |||||
* | Little change, usefull ? Not really. | Alex AUVOLAT | 2013-11-08 | 1 | -6/+10 |
| | |||||
* | More optimizations. | Alex AUVOLAT | 2013-11-08 | 7 | -152/+107 |
| | |||||
* | Minor changes. | Alex AUVOLAT | 2013-11-08 | 2 | -30/+49 |
| | |||||
* | Simulator fixed. | Alex AUVOLAT | 2013-11-08 | 5 | -8/+9 |
| | |||||
* | [WIP] Change dumb netlist format in scheduler and simulator. | Alex AUVOLAT | 2013-11-08 | 6 | -184/+398 |
| | |||||
* | Correction to netlist parser (not taken into account in the caml simulator, ↵ | Alex AUVOLAT | 2013-11-07 | 3 | -26/+16 |
| | | | | which is kind of abandonned). | ||||
* | Started work on second version of dumb netlist format. | Alex AUVOLAT | 2013-11-07 | 3 | -96/+158 |
| | |||||
* | Documented the C simulator in the README file ; added a test file. | Alex AUVOLAT | 2013-11-06 | 3 | -18/+206 |
| | |||||
* | Deleted useless debug output ; coded working 60/60/24 clock. | Alex AUVOLAT | 2013-11-05 | 2 | -12/+14 |
| | |||||
* | Removed unused function. | Alex AUVOLAT | 2013-11-05 | 1 | -24/+0 |
| | |||||
* | More simplifcation passes... | Alex AUVOLAT | 2013-11-05 | 7 | -55/+137 |
| | |||||
* | Added netlist simplification passes (not yet quite complete !) | Alex AUVOLAT | 2013-11-05 | 8 | -17/+322 |
| | |||||
* | Reorganized folders. | Alex AUVOLAT | 2013-11-05 | 20 | -164/+28 |
| | |||||
* | C simulator quite completed. | Alex AUVOLAT | 2013-11-04 | 7 | -22/+249 |
| | |||||
* | Added README file | Alex AUVOLAT | 2013-11-04 | 1 | -0/+38 |
| | |||||
* | Cleanup unused files. | Alex AUVOLAT | 2013-11-04 | 14 | -206/+3 |
| | |||||
* | Added stub C simulator (defined dumb-down syntax for netlists). | Alex AUVOLAT | 2013-11-04 | 41 | -123/+780 |
| | |||||
* | Simulator started. | Alex AUVOLAT | 2013-10-31 | 13 | -0/+491 |
| | |||||
* | First commit ; includes first TP and minijazz compiler | Alex AUVOLAT | 2013-10-31 | 59 | -0/+3146 |