aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Sim/Vivado.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/Sim/Vivado.hs')
-rw-r--r--src/VeriFuzz/Sim/Vivado.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VeriFuzz/Sim/Vivado.hs b/src/VeriFuzz/Sim/Vivado.hs
index 0bfbd11..99b102c 100644
--- a/src/VeriFuzz/Sim/Vivado.hs
+++ b/src/VeriFuzz/Sim/Vivado.hs
@@ -1,13 +1,13 @@
{-|
Module : VeriFuzz.Sim.Vivado
-Description : Vivado Synthesisor implementation.
+Description : Vivado Synthesiser implementation.
Copyright : (c) 2019, Yann Herklotz Grave
License : GPL-3
Maintainer : ymherklotz [at] gmail [dot] com
Stability : experimental
Portability : POSIX
-Vivado Synthesisor implementation.
+Vivado Synthesiser implementation.
-}
module VeriFuzz.Sim.Vivado
@@ -28,7 +28,7 @@ newtype Vivado = Vivado { vivadoPath :: FilePath }
instance Tool Vivado where
toText _ = "vivado"
-instance Synthesisor Vivado where
+instance Synthesiser Vivado where
runSynth = runSynthVivado
defaultVivado :: Vivado