aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/Schedule.ml
Commit message (Collapse)AuthorAgeFilesLines
* [scheduling] Fix connected components of DFGYann Herklotz2021-10-011-6/+7
|
* Improve pretty-printing and add undirected graphYann Herklotz2021-10-011-5/+21
|
* Fix equivalence checkingYann Herklotz2021-10-011-1/+0
| | | | Do not compare memories in standard operations
* Fix scheduler for operation chainingYann Herklotz2021-10-011-8/+22
|
* Make all OCaml files compileYann Herklotz2021-09-291-3/+3
| | | | Reverted commit to get back the scheduling and pretty printing files.
* Revert "Remove more OCaml files to compile successfully without admits."Yann Herklotz2021-09-271-0/+801
| | | | This reverts commit 9a4122dba9bdc33a8e912d5a45bae35e05afb229.
* Remove more OCaml files to compile successfully without admits.Yann Herklotz2021-07-111-801/+0
|
* Fix bug in scheduleYann Herklotz2021-02-191-2/+1
|
* Fix schedule for nowYann Herklotz2021-02-181-1/+2
|
* Add udiv and sdiv to constraintsYann Herklotz2021-02-171-12/+20
|
* Remove dead code and add more constraintsYann Herklotz2021-02-171-107/+16
|
* Add option to turn off if-conversionYann Herklotz2021-02-161-2/+2
|
* Use topological sort for nowYann Herklotz2021-02-161-4/+9
|
* Add schedule for new RTLPar typeYann Herklotz2021-02-161-29/+42
|
* Replace original gather function with new constraintsYann Herklotz2021-02-151-15/+16
|
* Add resource constraintsYann Herklotz2021-02-151-6/+71
|
* Add information about pipeline and comb_delayYann Herklotz2021-02-151-8/+41
|
* Add data and control dependencies to reworked graphYann Herklotz2021-02-151-43/+236
|
* Make the schedule a bit neaterYann Herklotz2021-02-151-74/+63
|
* Use proper graph for DFGYann Herklotz2021-02-151-77/+113
|
* Add temporary fixes to get everything to compiledev/predicated-executionYann Herklotz2021-02-121-10/+54
|
* Fix scheduling for if-conversionYann Herklotz2021-02-031-14/+90
|
* Add predicated values and instructionsYann Herklotz2021-02-021-8/+6
|
* Add Vrange and predicatesYann Herklotz2021-02-021-21/+21
|
* Fix OCaml files for compilationYann Herklotz2021-01-311-35/+18
|
* Translate from RTLBlock to RTLParYann Herklotz2021-01-131-201/+39
|
* Fix bugs in SchedulingYann Herklotz2020-10-311-3/+12
|
* Add tbl_to_casestatement into extractionYann Herklotz2020-10-261-10/+23
|
* Fix scheduling for loads and stores with WAR dependenciesYann Herklotz2020-10-231-16/+120
|
* Fix bug in schedulingYann Herklotz2020-10-201-1/+1
|
* Add top level functions to scheduleYann Herklotz2020-10-191-49/+115
|
* Add output to schedulingYann Herklotz2020-10-181-25/+282
|
* Add HTLBlockgen and more schedulingYann Herklotz2020-10-151-42/+64
|
* Add schedulingYann Herklotz2020-09-031-0/+139