projects
/
matthijs
/
master-project
/
cλash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d96e10
)
Pulled genZipWithCall into VHDLSession monad
author
Christiaan Baaij
<christiaan.baaij@gmail.com>
Wed, 24 Jun 2009 11:10:41 +0000
(13:10 +0200)
committer
Christiaan Baaij
<christiaan.baaij@gmail.com>
Wed, 24 Jun 2009 11:10:41 +0000
(13:10 +0200)
Generate.hs
patch
|
blob
|
history
diff --git
a/Generate.hs
b/Generate.hs
index 8065363ca53b8ec7965e1636f4f6ba16e6907532..cc65979615bf67aa9a7b08e8164124e48434c909 100644
(file)
--- a/
Generate.hs
+++ b/
Generate.hs
@@
-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