aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix all warningsYann Herklotz Grave2019-02-154-8/+9
* Add -Wall and -WerrorYann Herklotz Grave2019-02-151-2/+2
* Fix warningsYann Herklotz Grave2019-02-151-3/+2
* Add attoparsec-expr as a dependencyYann Herklotz Grave2019-02-131-0/+1
* Add expression to parserYann Herklotz Grave2019-02-131-4/+111
* Fix parser build errorsv0.1.1.0Yann Herklotz Grave2019-02-111-1/+1
* Fix versions and testsYann Herklotz Grave2019-02-112-5/+1
* Fix reduce buildYann Herklotz Grave2019-02-111-2/+1
* Bump minor versionYann Herklotz Grave2019-02-111-43/+43
* Add simple parserYann Herklotz Grave2019-02-111-0/+25
* Fix reducerYann Herklotz Grave2019-02-112-1/+2
* Fix tests in Mutate.hsYann Herklotz Grave2019-02-091-3/+16
* Remove Simulation from cabal and add dependenciesYann Herklotz2019-02-081-1/+2
* Change test case to use plated instanceYann Herklotz2019-02-081-1/+1
* Also fix ModCA issue for Mutate.hsYann Herklotz2019-02-081-1/+47
* Remove _ModCA and replace it by modContAssignYann Herklotz2019-02-081-1/+1
* Add Data derivations to AST and Plated instance to ExprYann Herklotz2019-02-081-26/+42
* Move simulation into libraryYann Herklotz2019-02-081-1/+89
* Remove Simulation file and move into libraryYann Herklotz2019-02-081-101/+0
* Make the main compile againYann Herklotz2019-02-081-2/+1
* Add Reduce which will contain the test reductionYann Herklotz2019-02-081-0/+29
* Set the timeout to 5 minsYann Herklotz2019-02-071-2/+2
* Add runner for verilog fileYann Herklotz2019-02-071-3/+10
* Reduce the timeoutYann Herklotz2019-02-071-3/+7
* Remove divide and mod from the generator listYann Herklotz2019-02-071-2/+2
* Fix bracket errorYann Herklotz2019-02-071-6/+6
* Add more commandline options to MainYann Herklotz2019-02-071-10/+95
* Add show to simulationYann Herklotz2019-02-061-6/+18
* Add completely random module generationYann Herklotz2019-02-051-1/+2
* [Fix #21] Fix type signature to bytestringYann Herklotz2019-02-051-4/+4
* Add hashing of bytestring outputYann Herklotz2019-02-051-16/+18
* Add extra dependenciesYann Herklotz2019-02-051-0/+4
* Fix print of bytestringYann Herklotz2019-02-051-3/+5
* Add conversion to bytestringYann Herklotz2019-02-051-6/+35
* Add optionsYann Herklotz2019-02-033-71/+117
* Add optparse-applicative dependencyYann Herklotz2019-02-031-0/+1
* Small fixes to module generationYann Herklotz2019-02-031-4/+7
* Add .gitignoreYann Herklotz2019-02-031-1/+2
* Fix loggingYann Herklotz2019-02-032-2/+3
* Add timeout and timeout checkYann Herklotz2019-02-022-4/+11
* Remove directories without failuresYann Herklotz2019-02-021-1/+2
* Reset Xst and Yosys defaultYann Herklotz2019-02-021-1/+1
* Try to add loggingYann Herklotz2019-02-026-22/+35
* Add mutation for declarationYann Herklotz2019-02-021-0/+5
* Add mutation to declare other wiresYann Herklotz2019-02-021-7/+28
* Add brackets around numberYann Herklotz2019-02-021-1/+1
* Add case for empty contextYann Herklotz2019-02-021-0/+5
* Smaller test caseYann Herklotz2019-02-021-1/+1
* Change main to generate completely random moduleYann Herklotz2019-02-021-1/+1
* Remove last warningYann Herklotz2019-02-011-1/+4