summaryrefslogtreecommitdiff
path: root/cpu/alu.ml
Commit message (Collapse)AuthorAgeFilesLines
* there's a strange bug in the divisionJonathan2014-01-121-5/+5
| | | | e Please enter the commit message for your changes. Lines starting
* division with a strange bug in the remainderJonathan2014-01-111-32/+19
|
* implemented a buggy division algorithmJonathan2014-01-111-21/+104
|
* Unsigned multiplication works (uses as many cycles as necessary) ; unit tests.Alex AUVOLAT2014-01-101-21/+33
|
* Merge branch 'jonathan' ; add unit tests.Alex AUVOLAT2014-01-101-8/+90
|\ | | | | | | | | Conflicts: cpu/alu.ml
| * restored the functionnal version of mulJonathan2014-01-091-17/+2
| |
| * Implémentation de la multiplication ; correction d'un bug dans netlist_gen ↵Jonathan2014-01-091-3/+105
| | | | | | | | ; ajout de la localisation des erreurs dans sched/.
* | Add support for ALU operations on several cycles.Alex AUVOLAT2014-01-101-17/+23
|/
* Document.Alex AUVOLAT2014-01-071-1/+1
|
* CPU all implemented except missing ALU operations.Alex AUVOLAT2014-01-031-7/+110
|
* Added simulator monitor tool.Alex AUVOLAT2014-01-031-10/+17
|
* Implement jr/jalr/jer/jner/jltr/jler/jltru/jleru ; add simplification to sched.Alex AUVOLAT2014-01-021-12/+56
|
* Started CPU implementation.Alex AUVOLAT2014-01-021-0/+17
|
* Premiers morceaux de CPU - enfin non, rien du tout...Alex AUVOLAT2013-12-191-0/+16