Fix core show
[matthijs/master-project/cλash.git] / cλash / CLasH / VHDL / VHDLTypes.hs
index 87120436510620829be57115f5f52ff15933114c..e3e9ffbc68429fdd8053934168a99ce6f0f415cf 100644 (file)
@@ -1,8 +1,8 @@
 --
 -- Some types used by the VHDL module.
 --
-{-# LANGUAGE TemplateHaskell #-}
-module VHDLTypes where
+{-# LANGUAGE TemplateHaskell, NoGenerics #-}
+module CLasH.VHDL.VHDLTypes where
 
 -- Standard imports
 import qualified Control.Monad.Trans.State as State