aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Verilog.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-07-29 15:47:22 +0200
committerYann Herklotz <git@yannherklotz.com>2019-07-29 15:47:22 +0200
commitc2ada55bccc73cb604b77270049f0cfcc7e92bb8 (patch)
tree37063402dc6cd8444ac8f0f2e3e5a51fafc86618 /src/VeriFuzz/Verilog.hs
parent1aec47ead1c9fb65ab5b5e4b55337a79ff9314af (diff)
downloadverismith-c2ada55bccc73cb604b77270049f0cfcc7e92bb8.tar.gz
verismith-c2ada55bccc73cb604b77270049f0cfcc7e92bb8.zip
Use HashMap for contextfeature/hashmap
Diffstat (limited to 'src/VeriFuzz/Verilog.hs')
-rw-r--r--src/VeriFuzz/Verilog.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/VeriFuzz/Verilog.hs b/src/VeriFuzz/Verilog.hs
index 4b5029c..6605e23 100644
--- a/src/VeriFuzz/Verilog.hs
+++ b/src/VeriFuzz/Verilog.hs
@@ -61,6 +61,13 @@ module VeriFuzz.Verilog
, ContAssign(..)
, contAssignNetLVal
, contAssignExpr
+ -- ** Parameters
+ , Parameter(..)
+ , paramIdent
+ , paramValue
+ , LocalParam(..)
+ , localParamIdent
+ , localParamValue
-- * Statment
, Statement(..)
, statDelay