aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove interim reportYann Herklotz2019-02-011-0/+0
|
* Small warning fixYann Herklotz2019-02-011-1/+1
|
* Fix all the compile and test errorsYann Herklotz2019-02-0114-62/+74
|
* Fix importsYann Herklotz2019-02-0113-57/+61
|
* Fix modules in cabal fileYann Herklotz2019-02-011-18/+16
|
* Rename XST and add importsYann Herklotz2019-02-012-20/+32
|
* Fix internal modulesYann Herklotz2019-02-011-1/+11
|
* More restructuringYann Herklotz2019-02-0115-130/+26
|
* Structure changesYann Herklotz2019-02-019-26/+65
|
* Reformat cabal fileYann Herklotz2019-02-011-92/+93
|
* Add back Show for testsYann Herklotz2019-02-011-21/+21
|
* Add type annotationsYann Herklotz2019-02-011-0/+2
|
* [Fix #28] Add Expression generation with contextYann Herklotz2019-02-011-16/+29
|