Write package headers to a library file

Build up a work library by writing a VHDL representation of the
package header into a source file. This representation needs to
be accurate enough that later invocations of vhdlpp can read them
with the VHDL parser.
This commit is contained in:
Stephen Williams
2011-07-19 19:19:27 -07:00
parent 2cb9a2360c
commit 38854822da
10 changed files with 195 additions and 2 deletions
+1
View File
@@ -63,6 +63,7 @@ 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 \
entity_stream.o vtype_stream.o \
lexor.o lexor_keyword.o parse.o \
parse_misc.o library.o vhdlreal.o vhdlint.o \
architec_emit.o entity_emit.o expression_emit.o sequential_emit.o vtype_emit.o \