RE: [Haskell-cafe] Using FosSyDe to translate haskell to VHDL.

2009-03-11 Thread wanghanyi
Hey Matthijs Thanks for replying, and that might help. I will try with it to see if it works, and I am still looking for the answer myself. If there is anyone has worked with the Haskell to VHDL translater, plz let me know cause I have many to discuss. Thanks Hanyi Date:

[Haskell-cafe] Using FosSyDe to translate haskell to VHDL.

2009-03-10 Thread wanghanyi
Dear all, I have used ForSyDe to translate a Haskell script to VHDL for a while, and I have one problem by applying where-clause during the translation. I wrote a small function Plus2.hs which is implied as following addTwof :: ProcFun (Int32 - Int32) addTwof = $(newProcFun [d|addTwof ::