aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz.hs')
-rw-r--r--src/VeriFuzz.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VeriFuzz.hs b/src/VeriFuzz.hs
index ebedb0d..e46751a 100644
--- a/src/VeriFuzz.hs
+++ b/src/VeriFuzz.hs
@@ -56,7 +56,7 @@ generateByteString n = do
makeSrcInfo :: ModDecl -> SourceInfo
makeSrcInfo m =
- SourceInfo (m ^. modId . getIdentifier) (Verilog [Description m])
+ SourceInfo (m ^. modId . getIdentifier) (Verilog [m])
-- | Draw a randomly generated DAG to a dot file and compile it to a png so it
-- can be seen.