packages feed

clash 0.1.2.4 → 0.1.2.5

raw patch · 3 files changed

+3/−3 lines, 3 files

Files

CLasH/Normalize/NormalizeTools.hs view
@@ -41,7 +41,7 @@   | NormDbgApplied      -- ^ Print expressions before / after applying transformations   | NormDbgAll          -- ^ Print expressions when a transformation does not apply   deriving (Eq, Ord)-normalize_debug = NormDbgFinal+normalize_debug = NormDbgNone  -- Applies a transform, optionally showing some debug output. apply :: (String, Transform) -> Transform
CLasH/Translator.hs view
@@ -90,7 +90,7 @@       tops -> createDesignFiles (tops ++ test_binds)     count <- get tsTransformCounter      return (vhdl, count)-  mapM_ (putStr . render . Ppr.ppr . snd) vhdl+  -- mapM_ (putStr . render . Ppr.ppr . snd) vhdl   putStr $ "Total number of transformations applied: " ++ (show count) ++ "\n"   return vhdl   where
clash.cabal view
@@ -1,5 +1,5 @@ name:               clash-version:            0.1.2.4+version:            0.1.2.5 build-type:         Simple synopsis:           CAES Language for Synchronous Hardware (CLaSH) description:        CLaSH is a tool-chain/language to translate subsets of