Pulled genZipWithCall into VHDLSession monad
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 24 Jun 2009 11:10:41 +0000 (13:10 +0200)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 24 Jun 2009 11:10:41 +0000 (13:10 +0200)
Generate.hs

index 8065363ca53b8ec7965e1636f4f6ba16e6907532..cc65979615bf67aa9a7b08e8164124e48434c909 100644 (file)
@@ -64,8 +64,8 @@ genMapCall entity [arg, res] = return $ genSm
 genZipWithCall ::
   Entity
   -> [CoreSyn.CoreBndr]
-  -> AST.GenerateSm
-genZipWithCall entity [arg1, arg2, res] = genSm
+  -> VHDLSession AST.GenerateSm
+genZipWithCall entity [arg1, arg2, res] = return $ genSm
   where
     -- Setup the generate scheme
     len         = (tfvec_len . Var.varType) res