Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unsigned multiplication works (uses as many cycles as necessary) ; unit tests. | Alex AUVOLAT | 2014-01-10 | 3 | -25/+72 |
| | |||||
* | Merge branch 'jonathan' ; add unit tests. | Alex AUVOLAT | 2014-01-10 | 9 | -79/+285 |
|\ | | | | | | | | | Conflicts: cpu/alu.ml | ||||
| * | restored the functionnal version of mul | Jonathan | 2014-01-09 | 1 | -17/+2 |
| | | |||||
| * | Implémentation de la multiplication ; correction d'un bug dans netlist_gen ↵ | Jonathan | 2014-01-09 | 6 | -71/+202 |
| | | | | | | | | ; ajout de la localisation des erreurs dans sched/. | ||||
* | | Add support for ALU operations on several cycles. | Alex AUVOLAT | 2014-01-10 | 3 | -26/+33 |
|/ | |||||
* | Basic operating system... | Alex AUVOLAT | 2014-01-09 | 4 | -8/+108 |
| | |||||
* | Make things great ! | Alex AUVOLAT | 2014-01-09 | 6 | -57/+31 |
| | |||||
* | Added FEED/FED signals in protocol. | Alex AUVOLAT | 2014-01-09 | 4 | -2/+27 |
| | |||||
* | Use more elegant _clock and _output in test asm file. | Alex AUVOLAT | 2014-01-09 | 2 | -10/+10 |
| | |||||
* | Merge branch 'emile' | Alex AUVOLAT | 2014-01-09 | 6 | -165/+177 |
|\ | | | | | | | | | | | | | Conflicts: asm/asm.ml asm/asmlex.mll asm/asmpars.mly | ||||
| * | Données dans .text ; support des chaînes ascii. | Alex AUVOLAT | 2014-01-09 | 4 | -41/+72 |
| | | |||||
* | | Remove useless D initialization, remove LA instruction (actually, it is LI) | Alex AUVOLAT | 2014-01-08 | 4 | -10/+6 |
| | | |||||
* | | Remove SP initialization, it's actually useless. | Alex AUVOLAT | 2014-01-08 | 2 | -6/+4 |
| | | |||||
* | | Merge branch 'integration-progressive' | Alex AUVOLAT | 2014-01-08 | 6 | -42/+54 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: asm/asm.ml asm/asmlex.mll asm/asmpars.mly asm/assembler.ml | ||||
| * | | Merge branch 'emile' into integration-progressive | Alex AUVOLAT | 2014-01-08 | 4 | -54/+56 |
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: asm/_tags asm/asmlex.mll asm/asmpars.mly asm/assembler.ml | ||||
| | * | 2e mail Emile | Alex AUVOLAT | 2014-01-08 | 5 | -35/+48 |
| | | | |||||
| * | | Petites modifications | Alex AUVOLAT | 2014-01-08 | 8 | -128/+213 |
| |/ | |||||
| * | Premier mail emile | Alex AUVOLAT | 2014-01-08 | 4 | -0/+488 |
| | | |||||
* | | Assembler kind of works ; created simple assembly program that prints Tick! ↵ | Alex AUVOLAT | 2014-01-08 | 8 | -31/+57 |
| | | | | | | | | every second. | ||||
* | | Crap. Here it is. | Alex AUVOLAT | 2014-01-08 | 7 | -0/+590 |
| | | |||||
* | | Add assembler ; much testing to do. | Alex AUVOLAT | 2014-01-08 | 3 | -3/+4 |
|/ | |||||
* | Document | Alex AUVOLAT | 2014-01-08 | 2 | -4/+8 |
| | |||||
* | Document ; add hlt instruction ; make monitor faster. | Alex AUVOLAT | 2014-01-07 | 4 | -74/+75 |
| | |||||
* | Document. | Alex AUVOLAT | 2014-01-07 | 6 | -11/+10 |
| | |||||
* | Make sw/sb run in one tick less, correct scheduler. | Alex AUVOLAT | 2014-01-06 | 3 | -21/+17 |
| | |||||
* | Nothingness... | Alex AUVOLAT | 2014-01-04 | 2 | -27/+46 |
| | |||||
* | Dynamic frequency ajustment. | Alex AUVOLAT | 2014-01-04 | 3 | -21/+42 |
| | |||||
* | Document programs ; better time support in monitor. | Alex AUVOLAT | 2014-01-04 | 13 | -39/+186 |
| | |||||
* | Style corrections. | Alex AUVOLAT | 2014-01-03 | 4 | -17/+17 |
| | |||||
* | 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 |
| |