aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls
Commit message (Collapse)AuthorAgeFilesLines
* More work on proving reset signalwip/reset-signalsYann Herklotz2020-11-182-7/+10
|
* Add changes for proof of reset signals with ResetstateYann Herklotz2020-11-175-18/+80
|
* More fixes to the proofYann Herklotz2020-11-141-4/+5
|
* [Fix #9] Fix correctness proof for OshrximmYann Herklotz2020-11-141-4/+90
| | | | This removes all the admitted.
* Fix compilation issueYann Herklotz2020-11-103-12/+12
|
* Change and add back HTLgenYann Herklotz2020-11-094-10/+33
|
* Update definition of VnegYann Herklotz2020-11-071-1/+1
|
* Comment out blockgenYann Herklotz2020-11-041-1/+2
|
* Quick compile fixYann Herklotz2020-11-042-2/+6
|
* Add RTLParYann Herklotz2020-11-021-0/+98
|
* Fix pretty printing bug in VerilogYann Herklotz2020-11-021-2/+2
|
* WIP on RTLBlock semanticsYann Herklotz2020-11-021-12/+98
|
* Improve performance dramatically for RTLBlock generationYann Herklotz2020-10-311-17/+19
|
* Fix bugs in SchedulingYann Herklotz2020-10-311-3/+12
|
* Add tbl_to_casestatement into extractionYann Herklotz2020-10-261-10/+23
|
* Fix build error with ValueValYann Herklotz2020-10-261-2/+8
|
* Fix printing of negative numbersYann Herklotz2020-10-231-1/+5
|
* Fix scheduling for loads and stores with WAR dependenciesYann Herklotz2020-10-231-16/+120
|
* Finish implementing scheduling and add top level exportYann Herklotz2020-10-201-1/+1
|
* Fix bug in schedulingYann Herklotz2020-10-201-1/+1
|
* Add top level functions to scheduleYann Herklotz2020-10-191-49/+115
|
* Revert ValueInt.vYann Herklotz2020-10-181-79/+23
|
* Add output to schedulingYann Herklotz2020-10-181-25/+282
|
* More changes to HTLBlockgenYann Herklotz2020-10-151-2/+2
|
* Add HTLBlockgen and more schedulingYann Herklotz2020-10-153-42/+921
|
* Add long and bool support to valueYann Herklotz2020-10-061-23/+79
|
* Scheduling added to partitioningYann Herklotz2020-09-031-3/+2
|
* Add schedulingYann Herklotz2020-09-032-0/+181
|
* Fix bug for basic block construction in loopsYann Herklotz2020-08-311-3/+7
|
* Add working partitioning algorithmYann Herklotz2020-08-314-42/+175
|
* Continue on Partitioning algorithmYann Herklotz2020-08-302-12/+63
|
* Add RTLBlock intermediate languageYann Herklotz2020-08-3018-0/+7253