aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Internal/Simulator.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/Internal/Simulator.hs')
-rw-r--r--src/VeriFuzz/Internal/Simulator.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VeriFuzz/Internal/Simulator.hs b/src/VeriFuzz/Internal/Simulator.hs
index 9437fab..4c21864 100644
--- a/src/VeriFuzz/Internal/Simulator.hs
+++ b/src/VeriFuzz/Internal/Simulator.hs
@@ -46,7 +46,7 @@ class (Tool a) => Synthesisor a where
-> Sh () -- ^ does not return any values
data SourceInfo = SourceInfo { runMainModule :: {-# UNPACK #-} !Text
- , runSource :: !VerilogSrc
+ , runSource :: !Verilog
}
deriving (Eq, Show)