From: Matthijs Kooijman Date: Sun, 21 Jun 2009 16:39:20 +0000 (+0200) Subject: Split off the VHDL type generating code. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=387569c4f69c310fc8832a29dfa50652ce504f7d;hp=387569c4f69c310fc8832a29dfa50652ce504f7d;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git 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. ---