aboutsummaryrefslogtreecommitdiffstats
path: root/src/Test/VeriFuzz/CodeGen.hs
Commit message (Expand)AuthorAgeFilesLines
* Move verilog files into specific moduleYann Herklotz2018-12-281-207/+0
* Remove OverloadedStrings in favour of declaration in moduleYann Herklotz2018-12-271-2/+0
* Format fixesYann Herklotz2018-12-271-20/+20
* Add code generation for new typesYann Herklotz2018-12-251-20/+130
* Fix documentationYann Herklotz2018-12-151-0/+24
* [Fix #1] Fix the negative number generationYann Herklotz2018-12-041-1/+4
* Fix typoYann Herklotz2018-12-011-1/+1
* Add newline after module declarationYann Herklotz2018-12-011-1/+1
* Fix the code generationYann Herklotz2018-12-011-1/+13
* Add more code generation for expressionsYann Herklotz2018-12-011-0/+40
* Move generation to new locationYann Herklotz2018-12-011-59/+16
* Add some simplifications (map -> fmap)Yann Herklotz2018-11-291-5/+6
* Improve generationYann Herklotz2018-11-161-15/+15
* Basic generation with errorsYann Herklotz2018-11-161-4/+22
* Add statements to the Verilog moduleYann Herklotz2018-11-161-12/+24
* Add style to the filesYann Herklotz2018-11-141-4/+3
* Add testbench to the endYann Herklotz2018-11-091-1/+1
* Generate some Verilog code from graphYann Herklotz2018-11-091-0/+32
* Random generation of DAGYann Herklotz2018-11-091-1/+1
* Add initial module filesYann Herklotz2018-11-091-0/+1