aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-02-01 19:48:02 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-02-01 19:48:02 +0000
commitcedff4da4ee36ed6b3b4c1c20012d96075a87a9f (patch)
tree8e0b489417720499e14dd369d2c77bc811ffeb7b /src/VeriFuzz
parenta9002d9bfdfa8b6ae0973b7972ce300142c1ded0 (diff)
downloadverismith-cedff4da4ee36ed6b3b4c1c20012d96075a87a9f.tar.gz
verismith-cedff4da4ee36ed6b3b4c1c20012d96075a87a9f.zip
Rename XST and add imports
Diffstat (limited to 'src/VeriFuzz')
-rw-r--r--src/VeriFuzz/XST.hs (renamed from src/VeriFuzz/Xst.hs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VeriFuzz/Xst.hs b/src/VeriFuzz/XST.hs
index 52272c3..1cd63eb 100644
--- a/src/VeriFuzz/Xst.hs
+++ b/src/VeriFuzz/XST.hs
@@ -1,5 +1,5 @@
{-|
-Module : VeriFuzz.Simulator.Xst
+Module : VeriFuzz.Simulator.XST
Description : Xst (ise) simulator implementation.
Copyright : (c) 2018-2019, Yann Herklotz Grave
License : BSD-3
@@ -12,7 +12,7 @@ Xst (ise) simulator implementation.
{-# LANGUAGE QuasiQuotes #-}
-module VeriFuzz.Simulator.Xst where
+module VeriFuzz.Simulator.XST where
import Control.Lens hiding ((<.>))
import qualified Data.Text as T