aboutsummaryrefslogtreecommitdiffstats
path: root/src/Test/VeriFuzz/Verilog/AST.hs
Commit message (Expand)AuthorAgeFilesLines
* Rename files out of the moduleYann Herklotz2019-01-101-461/+0
* Rename module names so that I can move themYann Herklotz2019-01-101-72/+217
* Add show instance to IdentifierYann Herklotz2019-01-091-4/+8
* Add num instance for the delayYann Herklotz2019-01-021-0/+9
* Fix indentationYann Herklotz2019-01-021-10/+10
* Remove Monoid instance for LVal, as it does not quite fitYann Herklotz2019-01-011-9/+0
* Add monoid instance for LValYann Herklotz2019-01-011-1/+10
* Fix Monoid instance for ExprYann Herklotz2019-01-011-1/+1
* Add back monoid instance for statementYann Herklotz2019-01-011-0/+3
* Fix linting warningsYann Herklotz2019-01-011-1/+1
* FormattingYann Herklotz2019-01-011-3/+3
* Remove empty statement and Monoid instanceYann Herklotz2019-01-011-4/+0
* Fix Semigroup instancesYann Herklotz2019-01-011-4/+8
* Add string instance to expressionYann Herklotz2019-01-011-12/+42
* Add show instance and add concat to reglvalYann Herklotz2018-12-311-29/+30
* Large refactorYann Herklotz2018-12-311-240/+86
* Finish module instantiationYann Herklotz2018-12-311-0/+6
* Add direction to Decl and add doctestYann Herklotz2018-12-311-2/+4
* Change modPort type from Maybe to ListYann Herklotz2018-12-301-1/+1
* [Fix #14] Add size to Port typeYann Herklotz2018-12-301-6/+10
* Make generation more controlledYann Herklotz2018-12-291-2/+4
* Rearrange instancesYann Herklotz2018-12-291-5/+5
* Changes to the APIYann Herklotz2018-12-291-13/+14
* Fix documentation and copyrightYann Herklotz2018-12-281-3/+3
* Move verilog files into specific moduleYann Herklotz2018-12-281-0/+408