summaryrefslogtreecommitdiff
path: root/sched/simplify.ml
Commit message (Expand)AuthorAgeFilesLines
* Changes...Alex AUVOLAT2014-01-141-0/+4
* Minor changes to scheduler.Alex AUVOLAT2014-01-141-8/+5
* Document programs ; better time support in monitor.Alex AUVOLAT2014-01-041-2/+3
* 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
* Tabs to spaces ; deleted Caml simulator (useless anyways)Alex AUVOLAT2013-12-171-284/+284
* Added optimization pass : delete useless CONCAT's.Alex AUVOLAT2013-11-191-1/+56
* More optimizations.Alex AUVOLAT2013-11-081-39/+70
* Minor changes.Alex AUVOLAT2013-11-081-30/+48
* Deleted useless debug output ; coded working 60/60/24 clock.Alex AUVOLAT2013-11-051-5/+0
* More simplifcation passes...Alex AUVOLAT2013-11-051-26/+54
* Added netlist simplification passes (not yet quite complete !)Alex AUVOLAT2013-11-051-0/+214