aboutsummaryrefslogtreecommitdiffstats
path: root/src/translation/HTLgenproof.v
Commit message (Collapse)AuthorAgeFilesLines
...
| * Work on proof.James Pollard2020-06-281-2/+299
| |
* | Work on Veriloggen proofYann Herklotz2020-06-251-1/+1
| |
* | Finish Internal main proofYann Herklotz2020-06-241-14/+29
|/
* HTLgenproof passing.arrays-proofJames Pollard2020-06-241-46/+127
|
* Merge branch 'develop' of github.com:ymherklotz/coqup into arrays-proofJames Pollard2020-06-241-15/+54
|\
| * Merge branch 'master' into developYann Herklotz2020-06-241-19/+58
| |\
| | * Fix assumption of mainYann Herklotz2020-06-241-19/+58
| | |
| * | Merge branch 'master' into developYann Herklotz2020-06-221-5/+5
| |\|
| | * Admit everything temporarilyYann Herklotz2020-06-221-5/+5
| | |
* | | Finish ILoad proof with some assumptions:James Pollard2020-06-241-7/+29
| | | | | | | | | | | | | | | | | | * EXPR_OK: Yann to work on this. * READ_BOUNDS: To axiomise (or find a better solution). * 32-bit range of register values.
* | | Normalise entire expression to avoid overflow issues.James Pollard2020-06-231-264/+268
| | |
* | | Finish off Load proof sketches.James Pollard2020-06-221-35/+17
| | |
* | | Start Aindexed proof.James Pollard2020-06-221-17/+219
| | |
* | | Tidy up proof for Aindexed2scaled.James Pollard2020-06-221-86/+166
|/ /
* | Finish structure of Aindexed2scaled ILoad proof.James Pollard2020-06-201-14/+172
| |
* | Working on proof.James Pollard2020-06-191-10/+86
| |
* | Enforce stack size alignment to fix proof.James Pollard2020-06-181-8/+17
| |
* | Tidy up proof.James Pollard2020-06-181-12/+15
| |
* | Finish AInStack proof with minor assertions.James Pollard2020-06-181-32/+21
| |
* | Fix up ILoad proof.James Pollard2020-06-181-95/+58
| |
* | Fix Inop proof to work with new array semantics.James Pollard2020-06-171-7/+36
| |
* | Some (very) useful lemmas about arrays.James Pollard2020-06-171-4/+32
| |
* | Merge branch 'master' into arrays-proofJames Pollard2020-06-121-2/+4
|\|
| * Declare all registers properly in HTLYann Herklotz2020-06-121-2/+4
| |
* | Some work on store proof.James Pollard2020-06-121-11/+38
| |
* | Rough outline of stack address proofJames Pollard2020-06-111-24/+99
| |
* | Working on proof.James Pollard2020-06-111-35/+117
|/
* Start fixing proofJames Pollard2020-06-091-94/+116
|
* Fix automation tactic for modified constructorJames Pollard2020-06-091-2/+4
|
* Start extending HTL proof to cover arrays.James Pollard2020-06-091-18/+31
|
* Finished main proof with small assumptionsYann Herklotz2020-06-041-31/+92
|
* Uncomment proofYann Herklotz2020-06-031-12/+7
|
* Add proof to final_statesYann Herklotz2020-06-021-1/+3
|
* Add proof for initial stateYann Herklotz2020-06-021-2/+20
|
* Get whole proof to compileYann Herklotz2020-06-021-14/+17
|
* Shorten the proof a bitYann Herklotz2020-06-021-41/+15
|
* Add proof for equivalence of movYann Herklotz2020-06-021-23/+93
|
* Add lemmas for preservation of globalsYann Herklotz2020-06-011-14/+45
|
* Fix compilation moving to PTreeYann Herklotz2020-05-291-11/+20
|
* Change AssocMap to Maps.PTreeYann Herklotz2020-05-291-3/+5
|
* Add more proofs and remove AdmittedYann Herklotz2020-05-271-49/+43
|
* Add top level definitionYann Herklotz2020-05-271-78/+88
|
* Finish the proof with most assumptionsYann Herklotz2020-05-211-28/+149
|
* Add proof of translation correctnessYann Herklotz2020-05-201-9/+192
| | | | Modified-by: Yann Herklotz <git@yannherklotz.com>
* Add simulation diagramYann Herklotz2020-05-081-5/+53
|
* Add match_states InductiveYann Herklotz2020-05-071-0/+29