summaryrefslogtreecommitdiff
path: root/sched
Commit message (Collapse)AuthorAgeFilesLines
* Implémentation de la multiplication ; correction d'un bug dans netlist_gen ↵Jonathan2014-01-091-1/+8
| | | | ; ajout de la localisation des erreurs dans sched/.
* Add assembler ; much testing to do.Alex AUVOLAT2014-01-082-2/+3
|
* Make sw/sb run in one tick less, correct scheduler.Alex AUVOLAT2014-01-061-11/+7
|
* Document programs ; better time support in monitor.Alex AUVOLAT2014-01-042-5/+7
|
* CPU all implemented except missing ALU operations.Alex AUVOLAT2014-01-031-0/+4
|
* Implement lw/sw/lwr/swr ; optimize simplification pass order ; add comments ↵Alex AUVOLAT2014-01-031-0/+12
| | | | in ROM files
* Implement jr/jalr/jer/jner/jltr/jler/jltru/jleru ; add simplification to sched.Alex AUVOLAT2014-01-021-0/+8
|
* Started CPU implementation.Alex AUVOLAT2014-01-021-0/+10
|
* Tabs to spaces ; deleted Caml simulator (useless anyways)Alex AUVOLAT2013-12-175-578/+578
|
* RAM gives result immediately..Alex AUVOLAT2013-11-191-23/+27
|
* Added optimization pass : delete useless CONCAT's.Alex AUVOLAT2013-11-191-1/+56
|
* Corrected a conflict in naming.Alex AUVOLAT2013-11-091-6/+6
|
* Little change, usefull ? Not really.Alex AUVOLAT2013-11-081-6/+10
|
* More optimizations.Alex AUVOLAT2013-11-086-150/+103
|
* Minor changes.Alex AUVOLAT2013-11-081-30/+48
|
* Simulator fixed.Alex AUVOLAT2013-11-081-2/+2
|
* [WIP] Change dumb netlist format in scheduler and simulator.Alex AUVOLAT2013-11-081-14/+179
|
* Correction to netlist parser (not taken into account in the caml simulator, ↵Alex AUVOLAT2013-11-073-26/+16
| | | | which is kind of abandonned).
* Started work on second version of dumb netlist format.Alex AUVOLAT2013-11-073-96/+158
|
* Deleted useless debug output ; coded working 60/60/24 clock.Alex AUVOLAT2013-11-051-5/+0
|
* Removed unused function.Alex AUVOLAT2013-11-051-24/+0
|
* More simplifcation passes...Alex AUVOLAT2013-11-054-35/+109
|
* Added netlist simplification passes (not yet quite complete !)Alex AUVOLAT2013-11-053-3/+217
|
* Reorganized folders.Alex AUVOLAT2013-11-0510-125/+0
|
* C simulator quite completed.Alex AUVOLAT2013-11-043-9/+7
|
* Cleanup unused files.Alex AUVOLAT2013-11-0413-203/+0
|
* Added stub C simulator (defined dumb-down syntax for netlists).Alex AUVOLAT2013-11-0433-0/+868