Rework elaborate/emit of types.

This rework is needed to reasonably handle new types, like enums.
This commit is contained in:
Stephen Williams
2011-10-02 10:56:00 -07:00
parent 271aaf6376
commit 30cfcbe2dc
7 changed files with 99 additions and 107 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ M = StringHeap.o LineInfo.o
O = main.o architec.o compiler.o entity.o \
expression.o package.o scope.o sequential.o vsignal.o vtype.o \
architec_elaborate.o entity_elaborate.o expression_elaborate.o \
sequential_elaborate.o vtype_elaborate.o \
sequential_elaborate.o \
entity_stream.o vtype_stream.o \
lexor.o lexor_keyword.o parse.o \
parse_misc.o library.o vhdlreal.o vhdlint.o \