aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls
Commit message (Expand)AuthorAgeFilesLines
* Add more proofs for RTLPargen correctnessYann Herklotz2021-01-273-26/+97
* Add basic block matching and proofYann Herklotz2021-01-261-3/+78
* Remove the schedule oracleYann Herklotz2021-01-262-518/+515
* Add an inductive to enter the basic blockYann Herklotz2021-01-261-3/+3
* Use basic blocks in context to help proofYann Herklotz2021-01-261-11/+15
* Remove match on basic blocksYann Herklotz2021-01-231-6/+0
* Add match_states for RTLPargen proofYann Herklotz2021-01-222-4/+78
* Fix imports to remove warnings when compilingYann Herklotz2021-01-227-49/+101
* Fix types with new changes in RTLBlockYann Herklotz2021-01-224-91/+133
* Define RTLPar semanticsYann Herklotz2021-01-222-172/+85
* Add top-level semantics definitionsYann Herklotz2021-01-221-0/+17
* Add semantics for RTLBlockYann Herklotz2021-01-222-12/+68
* Add semantics for RTLBlockInstr and RTLBlockYann Herklotz2021-01-222-22/+72
* Share code between RTLBlock and ParYann Herklotz2021-01-214-149/+314
* Fix imports in Coq modulesYann Herklotz2021-01-213-47/+94
* Improve expression equality proofYann Herklotz2021-01-211-57/+17
* Translate from RTLBlock to RTLParYann Herklotz2021-01-131-201/+39
* Correct translation of scheduling with oracle checkYann Herklotz2021-01-131-4/+53
* Remove HTLSchedulegenYann Herklotz2021-01-131-42/+0
* Add RTLPargen.vYann Herklotz2021-01-131-0/+27
* Add HTLPargen translationYann Herklotz2021-01-131-50/+130
* Add conversion from RTLPar to HTLYann Herklotz2021-01-121-0/+633
* Add calculations of max_reg and state in RTLParYann Herklotz2021-01-121-0/+42
* Remove unnecessary definition of checkYann Herklotz2021-01-121-6/+4
* Add concat function to abstract_sequenceYann Herklotz2021-01-121-4/+11
* Define scheduleoracle functionYann Herklotz2021-01-121-6/+131
* Add proof of empty itemsYann Herklotz2021-01-111-0/+10
* Improve definition of forest for infinite registersYann Herklotz2021-01-111-4/+10
* Add top level semantics for forestsYann Herklotz2021-01-111-1/+19
* Add equality check for symbolic expressionsYann Herklotz2021-01-111-0/+347
* Add correct copyright notices in filesYann Herklotz2021-01-108-0/+25
* Add extraction and loop pipelining stageYann Herklotz2020-12-171-0/+11
* Fix build for Coq 8.12.1Yann Herklotz2020-11-265-17/+5
* More fixes to the proofYann Herklotz2020-11-141-4/+5
* [Fix #9] Fix correctness proof for OshrximmYann Herklotz2020-11-141-4/+90
* 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