aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Return the actual result of the moduleYann Herklotz2020-04-221-2/+5
|
* Remove unnecessary LemmaYann Herklotz2020-04-221-8/+1
| | | | | Still cannot run these functions inside Coq itself, however, they work when they are extracted to Caml.
* Use State in semantics instead of splitting it upYann Herklotz2020-04-221-95/+98
|
* Improve printing of resultsYann Herklotz2020-04-222-7/+13
|
* Fix Verilog.vYann Herklotz2020-04-171-1/+1
|
* Add main module runYann Herklotz2020-04-172-51/+79
|
* Fix printing with new Verilog ASTYann Herklotz2020-04-172-26/+54
|
* Only generate clocked always blocksYann Herklotz2020-04-171-13/+13
|
* Extract simulatorYann Herklotz2020-04-172-5/+5
|
* Add Simulator.vYann Herklotz2020-04-171-0/+32
|
* Add do notation for optionYann Herklotz2020-04-151-0/+11
|
* Make proofs simpler using autoYann Herklotz2020-04-151-59/+45
| | | | | This makes changes to theorems easier, as the proofs will likely not have to be fixed. The runtime is also not much slower.
* Add Verilog semantics with new Verilog moduleYann Herklotz2020-04-151-33/+326
|
* Create Value module for bitvectorsYann Herklotz2020-04-151-0/+217
|
* Add proof about state wfYann Herklotz2020-04-081-40/+193
|
* Add partial proof of well formed stateYann Herklotz2020-04-061-24/+136
|
* Fix extraction on linuxYann Herklotz2020-04-021-1/+1
|
* Handle loops and conditionals correctlyYann Herklotz2020-04-023-112/+181
|
* Complete translation from simple RTL to VerilogYann Herklotz2020-04-011-101/+162
|
* Update compilationYann Herklotz2020-04-015-17/+84
|
* Convert from RTL to Verilog directlyYann Herklotz2020-03-313-21/+45
|
* Add documentation and fix makefile for CompcertYann Herklotz2020-03-315-76/+101
|
* Add more operators and print themYann Herklotz2020-03-313-41/+84
|
* Use Compcert extractionYann Herklotz2020-03-311-2/+161
|
* Improve Verilog error messagesYann Herklotz2020-03-312-2/+11
|
* Fix Verilog printingYann Herklotz2020-03-312-33/+35
|
* Add main file and global buildingYann Herklotz2020-03-311-6/+0
|
* Rename to transf_programYann Herklotz2020-03-291-1/+1
|
* Move compilerYann Herklotz2020-03-291-0/+113
|
* Complete conversion from HTL to VerilogYann Herklotz2020-03-291-8/+91
|
* Change Verilog AST back to more traditional ASTYann Herklotz2020-03-291-30/+44
|
* Add Verilog generation from HTLYann Herklotz2020-03-291-0/+135
|
* Remove unnecessary examples from HTLYann Herklotz2020-03-292-10/+5
|
* Update AST and value representationsYann Herklotz2020-03-291-213/+42
|
* Rename Verilog AST filesYann Herklotz2020-03-293-0/+0
|
* Update printingYann Herklotz2020-03-254-38/+56
|
* Remove dunes and make the build recursiveYann Herklotz2020-03-254-13/+5
|
* Create HTLgenYann Herklotz2020-03-253-148/+5
|
* Move driverYann Herklotz2020-03-253-126/+0
|
* Add Maps and HTL.vYann Herklotz2020-03-252-0/+235
|
* Rename to HTLYann Herklotz2020-03-231-18/+28
|
* Create intermediate VTL languageYann Herklotz2020-03-221-0/+63
|
* Create a new direct translationYann Herklotz2020-03-222-14/+125
|
* Add compcert library to coquplibYann Herklotz2020-03-222-8/+13
|
* Convert Tactics to Coquplib: export common modulesYann Herklotz2020-03-201-1/+8
|
* Lower case foldersYann Herklotz2020-03-1913-0/+0
|
* Update names of directoriesYann Herklotz2020-03-193-21/+40
|
* Update Verilog AST with flat arrayYann Herklotz2020-02-182-0/+7
|
* Create translationYann Herklotz2020-02-181-0/+18
|
* Update license to be compatible with CompCertYann Herklotz2020-02-179-16/+173
|