From c2ada55bccc73cb604b77270049f0cfcc7e92bb8 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 29 Jul 2019 15:47:22 +0200 Subject: Use HashMap for context --- src/VeriFuzz/Verilog.hs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/VeriFuzz/Verilog.hs') 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 -- cgit