aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Config.hs
Commit message (Expand)AuthorAgeFilesLines
* Add non determinism probability to generationYann Herklotz2019-07-261-9/+37
* Add new maintainer emailYann Herklotz2019-07-231-1/+1
* Fix nix build and add to travisYann Herklotz2019-07-231-16/+12
* Format filesYann Herklotz2019-06-291-11/+15
* Format all filesYann Herklotz2019-06-051-5/+7
* Add combination optionYann Herklotz2019-06-051-1/+5
* Add choice for hat sampling in configYann Herklotz2019-05-211-6/+14
* Format with brittanyYann Herklotz2019-05-131-38/+33
* Fixed parser to parse all the generated verilogYann Herklotz2019-05-101-7/+7
* Add new pretty printer with indentationYann Herklotz2019-05-091-12/+12
* Add NFData to force evaluation of config fileYann Herklotz2019-05-091-134/+55
* Add combinational and sequential logic supportYann Herklotz2019-05-091-64/+35
* Add configuration options for all simulatorsYann Herklotz2019-05-071-14/+133
* Rename some functions to use nicer namesYann Herklotz2019-05-071-16/+16
* Fix bug in Config.hsYann Herklotz2019-05-061-6/+6
* Support multiple reg assigns in if statementsYann Herklotz2019-05-061-15/+35
* Format with brittanyYann Herklotz2019-05-051-1/+1
* Add seeds for reproducible runsYann Herklotz2019-05-051-9/+11
* Add random bit selection for wiresYann Herklotz2019-04-261-10/+15
* Add documentation to Config.hsYann Herklotz2019-04-231-16/+128
* Add simulator support to the config fileYann Herklotz2019-04-231-17/+55
* Add support for more event listsYann Herklotz2019-04-211-4/+33
* Use new fuzzing technique instead of the old functionYann Herklotz2019-04-171-1/+1
* Remove blocking assignment from GenerationYann Herklotz2019-04-141-1/+1
* Add for loop to designYann Herklotz2019-04-121-1/+5
* Fix the generation of modules and add initialisationYann Herklotz2019-04-101-64/+67
* Add probabilities to generation of expressionsYann Herklotz2019-04-091-1/+1
* Add more configuration optionsYann Herklotz2019-04-091-31/+125
* Fix infinite loop in state based generationYann Herklotz2019-04-031-1/+1
* Apply brittany to modified modulesYann Herklotz2019-04-031-6/+11
* Fix hlint hintsYann Herklotz2019-04-021-1/+1
* Add more configuration options and small fixYann Herklotz2019-04-021-10/+27
* Add conditionals to configYann Herklotz2019-04-021-1/+5
* Change license nameYann Herklotz2019-03-301-1/+1
* Add proper register generationYann Herklotz Grave2019-03-071-1/+1
* Add more probabilities to configYann Herklotz Grave2019-03-061-23/+27
* Add more configuration optionsYann Herklotz Grave2019-03-061-6/+54
* Run formatting on Config.hsYann Herklotz Grave2019-03-041-6/+12
* Add toml configuration support for probabilitiesYann Herklotz Grave2019-03-041-0/+57