Only try to generate builtin functions for global binders.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 22 Jun 2009 08:18:17 +0000 (10:18 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 22 Jun 2009 08:19:37 +0000 (10:19 +0200)
commit7377738429b1d87a2196cf56dfc6f5fd3b363cd1
tree8a85c71e7d83dd72b8f945846051080b1eabdc63
parentb62b2e3aa902db1f774c2f655b25e8428e2b1cf0
Only try to generate builtin functions for global binders.

Since builtin functions will always come from elsewhere, these will
always be global. Functions for which we can generate components, on the
other hand, will always be local.
VHDL.hs