aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Sim/XST.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/Sim/XST.hs')
-rw-r--r--src/VeriFuzz/Sim/XST.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VeriFuzz/Sim/XST.hs b/src/VeriFuzz/Sim/XST.hs
index 026f5e7..59c897d 100644
--- a/src/VeriFuzz/Sim/XST.hs
+++ b/src/VeriFuzz/Sim/XST.hs
@@ -33,7 +33,7 @@ data XST = XST { xstPath :: {-# UNPACK #-} !FilePath
instance Tool XST where
toText _ = "xst"
-instance Synthesisor XST where
+instance Synthesiser XST where
runSynth = runSynthXST
defaultXST :: XST