aboutsummaryrefslogtreecommitdiffstats
path: root/src/Test/VeriFuzz/VerilogAST.hs
Commit message (Expand)AuthorAgeFilesLines
* Move verilog files into specific moduleYann Herklotz2018-12-281-405/+0
* Remove OverloadedStrings in favour of declaration in moduleYann Herklotz2018-12-271-2/+1
* Improve expression and statement generationYann Herklotz2018-12-271-20/+96
* Add more typesYann Herklotz2018-12-251-41/+181
* [Fix #11] Implement the traversalYann Herklotz2018-12-231-18/+32
* Derive `Eq` for the Verilog AST.Yann Herklotz2018-12-221-13/+13
* [Fix #2] Add generation of AST from CircuitYann Herklotz2018-12-221-1/+1
* Fix documentationYann Herklotz2018-12-151-13/+44
* [Fix #1] Fix the negative number generationYann Herklotz2018-12-041-1/+1
* Add all arbitrary instances and fix identifierYann Herklotz2018-12-011-15/+65
* Add modport helper functionYann Herklotz2018-12-011-0/+3
* Fix data types and apply more hlint suggestionsYann Herklotz2018-12-011-8/+6
* 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
* Add lens library and extend types for ASTYann Herklotz2018-11-301-5/+65
* Add Verilog ASTYann Herklotz2018-11-291-0/+13