aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add pretty printing for Verilog integrated with CompCertYann Herklotz2020-02-1716-238/+313
* Add project files and compcert interconnectYann Herklotz2020-02-141-0/+79
* Improve the Coq sources and add extractionYann Herklotz2020-02-133-45/+28
* Add show typeclassYann Herklotz2020-02-041-0/+42
* Add nix fileYann Herklotz2020-02-041-2/+13
* Short proof and add TacticsYann Herklotz2020-01-292-12/+31
* Proof of nat_to_value_is_flat addedYann Herklotz2020-01-291-29/+28
* Trying some more proofsYann Herklotz2020-01-241-7/+50