summaryrefslogtreecommitdiff
path: root/sched
Commit message (Expand)AuthorAgeFilesLines
* CPU all implemented except missing ALU operations.Alex AUVOLAT2014-01-031-0/+4
* Implement lw/sw/lwr/swr ; optimize simplification pass order ; add comments i...Alex AUVOLAT2014-01-031-0/+12
* 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, w...Alex AUVOLAT2013-11-073-26/+16
* 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