aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/RTLPargen.v
Commit message (Collapse)AuthorAgeFilesLines
* Fix equivalence checkingYann Herklotz2021-10-011-4/+2
| | | | Do not compare memories in standard operations
* Improve equivalence checking using SATYann Herklotz2021-10-011-15/+22
|
* Fix scopingYann Herklotz2021-09-241-12/+10
|
* Add back top-level functionsYann Herklotz2021-09-241-40/+157
|
* RTLpargen passes compilation againYann Herklotz2021-09-221-8/+16
|
* Fix the comparison of predicated expressionsYann Herklotz2021-09-221-138/+174
|
* Start adding hashing to RTLPargenYann Herklotz2021-09-201-5/+49
|
* Merge branch 'master' into developYann Herklotz2021-09-181-4/+6
|\
| * Remove unnecessary files and proofsYann Herklotz2021-07-111-3/+4
| |
* | Add predicate semantics to abstractdev/ioYann Herklotz2021-05-261-69/+296
| |
* | Finish top-level of proofYann Herklotz2021-05-211-9/+1
| |
* | Finish up step_cf_instr_correct againYann Herklotz2021-05-161-0/+18
| |
* | Fix the top-level proofs with new state_matchYann Herklotz2021-05-151-8/+101
| |
* | Finish abstract interpretationYann Herklotz2021-05-121-75/+199
| |
* | Fix admitted in first proof of sem. preservationYann Herklotz2021-05-101-19/+68
| |
* | Finish correctness of semantics wrt. RTBlockYann Herklotz2021-05-061-84/+327
| |
* | Add admitted proof of translations in RTLPargenYann Herklotz2021-05-031-27/+177
|/
* Fix RTLPar to use instr list list listYann Herklotz2021-02-161-7/+1
|
* Add temporary fixes to get everything to compiledev/predicated-executionYann Herklotz2021-02-121-1/+9
|
* Add Vrange and predicatesYann Herklotz2021-02-021-4/+5
|
* Fix proofs with better defined equalityYann Herklotz2021-01-301-11/+6
|
* Fix definitions of proofs some moreYann Herklotz2021-01-291-47/+51
|
* Fix HTLPargen and RTLPargenYann Herklotz2021-01-291-51/+173
|
* Add more proofs for RTLPargen correctnessYann Herklotz2021-01-271-6/+22
|
* Remove the schedule oracleYann Herklotz2021-01-261-3/+515
|
* Share code between RTLBlock and ParYann Herklotz2021-01-211-44/+7
|
* Correct translation of scheduling with oracle checkYann Herklotz2021-01-131-4/+53
|
* Add RTLPargen.vYann Herklotz2021-01-131-0/+27