aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add AST generationYann Herklotz2018-12-151-0/+47
* Add qualified importsYann Herklotz2018-12-151-13/+12
* Rename types to circuitYann Herklotz2018-12-151-1/+15
* Add rerun scriptYann Herklotz2018-12-041-0/+7
* [Fix #1] Fix the negative number generationYann Herklotz2018-12-042-2/+5
* Add newline to testYann Herklotz2018-12-041-0/+1
* Add quickcheck to mainYann Herklotz2018-12-042-0/+4
* [Fix #8] Add Circuit newtypeYann Herklotz2018-12-021-0/+3
* 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 all arbitrary instances and fix identifierYann Herklotz2018-12-011-15/+65
* Add more code to the shared codeYann Herklotz2018-12-012-15/+15
* Add modport helper functionYann Herklotz2018-12-011-0/+3
* Add more code generation for expressionsYann Herklotz2018-12-011-0/+40
* Add missing modules to main libraryYann Herklotz2018-12-011-0/+2
* Add internal shared moduleYann Herklotz2018-12-011-0/+4
* Move generation to new locationYann Herklotz2018-12-012-59/+79
* [lint] Remove unnecessary '$'Yann Herklotz2018-12-011-1/+1
* Fix data types and apply more hlint suggestionsYann Herklotz2018-12-011-8/+6
* Add new modulesYann Herklotz2018-12-011-1/+3
* Apply HLint rulesYann Herklotz2018-12-011-1/+1
* Add helper methodsYann Herklotz2018-12-011-6/+15
* Add assignment to ModuleItemYann Herklotz2018-11-301-3/+2
* Add more typesYann Herklotz2018-11-301-12/+25
* Make the test case clearerYann Herklotz2018-11-301-3/+4
* Add tests to the cabal fileYann Herklotz2018-11-301-0/+3
* Fix type issue in mainYann Herklotz2018-11-302-6/+11
* Add first property testYann Herklotz2018-11-303-12/+36
* Make simple test passYann Herklotz2018-11-301-1/+1
* Rename the Test fileYann Herklotz2018-11-302-1/+1
* Reformat the main file and upgrade ltsYann Herklotz2018-11-303-14/+15
* Restructure and add testsYann Herklotz2018-11-303-9/+34
* Add lens library and extend types for ASTYann Herklotz2018-11-302-8/+67
* Add AST to the exported modulesYann Herklotz2018-11-301-0/+3
* Add some simplifications (map -> fmap)Yann Herklotz2018-11-291-5/+6
* Add Verilog ASTYann Herklotz2018-11-291-0/+13
* Improve generationYann Herklotz2018-11-161-15/+15
* Basic generation with errorsYann Herklotz2018-11-163-6/+24
* Add .gitignoreYann Herklotz2018-11-161-0/+5
* Remove Nor and Nand from typesYann Herklotz2018-11-161-4/+2
* Format and remove unnecessary declarationsYann Herklotz2018-11-161-6/+3
* Add statements to the Verilog moduleYann Herklotz2018-11-161-12/+24
* Better format for the Verilog fileYann Herklotz2018-11-161-6/+6
* Add style to the filesYann Herklotz2018-11-147-26/+25
* Add testbench to the endYann Herklotz2018-11-091-1/+1
* Generate some Verilog code from graphYann Herklotz2018-11-092-9/+38
* Random generation of DAGYann Herklotz2018-11-094-34/+46
* Improve cabal moduleYann Herklotz2018-11-091-1/+19
* Add main moduleYann Herklotz2018-11-091-0/+13