aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Verilog/CodeGen.hs
Commit message (Collapse)AuthorAgeFilesLines
* Add necessary exports to AST and CodeGenYann Herklotz2019-05-211-1/+1
|
* Format with brittanyYann Herklotz2019-05-131-51/+66
|
* Use NonEmpty to represent concatenationYann Herklotz2019-05-131-2/+2
|
* Implement module item reduction properlyYann Herklotz2019-05-111-1/+4
|
* Add new pretty printer with indentationYann Herklotz2019-05-091-162/+160
|
* Add reduction strategy for modulesYann Herklotz2019-05-091-1/+1
|
* Format with brittanyYann Herklotz2019-05-051-2/+2
|
* Add seeds for reproducible runsYann Herklotz2019-05-051-1/+1
|
* Add random bit selection for wiresYann Herklotz2019-04-261-0/+2
| | | | This has not been tested fully yet
* Fix code generation for always blocks with orYann Herklotz2019-04-231-3/+3
|
* Add event list generation for always blocksYann Herklotz2019-04-231-2/+2
|
* Add support for more event listsYann Herklotz2019-04-211-6/+11
|
* Move declaration of SourceInfoYann Herklotz2019-04-151-1/+0
|
* Add Bit vector instead of using numbersYann Herklotz2019-04-141-38/+33
|
* Add for loop to designYann Herklotz2019-04-121-9/+9
|
* Fix the generation of modules and add initialisationYann Herklotz2019-04-101-15/+28
|
* Add probabilities to generation of expressionsYann Herklotz2019-04-091-1/+1
|
* Add generation of parameters and constant expressionsYann Herklotz2019-04-091-15/+11
|
* Add Parameter type and remove DescriptionYann Herklotz2019-04-091-29/+50
|
* Create Arbitrary moduleYann Herklotz2019-04-081-6/+7
|
* Better formatting for if-statementYann Herklotz2019-04-041-2/+2
|
* Large refactor with passing testsYann Herklotz2019-04-021-0/+293
|
* More restructuringYann Herklotz2019-02-011-276/+0
|
* [Fix #27] Add function to Expr and add Generation typeYann Herklotz2019-02-011-1/+17
|
* [Fix #22] Fix SAT solver equivalence checkingYann Herklotz2019-01-201-1/+7
|
* Prettify filesYann Herklotz2019-01-201-0/+2
|
* Rename moduleId to modIdYann Herklotz2019-01-201-1/+1
|
* Reformat with stylish-haskellYann Herklotz2019-01-191-8/+6
|
* Add hlint changesYann Herklotz2019-01-191-1/+1
|
* Set column to 100Yann Herklotz2019-01-191-33/+15
|
* Add brittany formatting instead of stylish-haskellYann Herklotz2019-01-191-65/+63
|
* Fix all the warningsYann Herklotz2019-01-101-27/+25
|
* Fix warningsYann Herklotz2019-01-101-2/+2
|
* Fix some importsYann Herklotz2019-01-101-53/+14
|
* Rename files out of the moduleYann Herklotz2019-01-101-0/+315