Split off the VHDL type generating code.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Sun, 21 Jun 2009 16:39:20 +0000 (18:39 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Sun, 21 Jun 2009 17:54:27 +0000 (19:54 +0200)
commit387569c4f69c310fc8832a29dfa50652ce504f7d
tree5f967b8786cea7d8d10b561851a9af3c3f946523
parentc124a3ba382089cf9e8e7c2bb1713519ac0cb02b
Split off the VHDL type generating code.

Previously, the vhdl_ty function did builtin type lookups, cached custom
types and creating new custom types. Now, the latter is moved into the new
function create_vhdl_ty.
VHDL.hs