Merge branch 'master' of git://github.com/christiaanb/clash into cλash
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 3 Aug 2009 10:20:29 +0000 (12:20 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 3 Aug 2009 10:20:29 +0000 (12:20 +0200)
commit44524c8947d2f331e5c488652cb7d9774aacf8d4
tree960e7dc8a469b3b969c71be85ebd7f1e7a9da698
parent1f94e5a3010ebce788762ab08ce022d3f7d8f033
parent4ae6d0942205c704ef4c15a8ffd9398fd9f7ca53
Merge branch 'master' of git://github.com/christiaanb/clash into cλash

* 'master' of git://github.com/christiaanb/clash:
  TFVec builtin should now completely work
  Clean up imports in Generate.hs
  Use createDirectoryIfMissing to create the vhdl directory, as it can create the parent directories too
  Reflect API changes of clash in clash-nolibdir
  Bring back listBind(ings) in Utils.hs by reorganising Translator.hs and GhcTools.hs
  Fix a few comments so Haddock will complete
  Further clean up Translator.hs (almost done now)
  Cleanup Translator.hs
  Fail again when we find a global function
  Partially fixed TFVec builtin function. Still needs to be verified