..
Makefile.in
vhdlpp: Refactored the way of handling standard types.
2015-06-24 23:53:32 +02:00
README.txt
Spelling fixes to vhdlpp tree
2012-05-17 16:42:03 -07:00
architec.cc
vhdlpp: Improved conditional assignments.
2016-03-07 09:54:28 +01:00
architec.h
vhdlpp: Improved conditional assignments.
2016-03-07 09:54:28 +01:00
architec_debug.cc
vhdlpp: Improved conditional assignments.
2016-03-07 09:54:28 +01:00
architec_elaborate.cc
vhdlpp: Support for subprogram overloading.
2016-03-07 09:54:28 +01:00
architec_emit.cc
vhdlpp: Support for subprogram overloading.
2016-03-07 09:54:28 +01:00
compiler.cc
updated FSF-address
2012-08-29 10:12:10 -07:00
compiler.h
vhdlpp: Libraries are searched for subprograms during the ExpFunc elaboration.
2014-10-01 14:56:32 +02:00
debug.cc
vhdlpp: Support for subprogram overloading.
2016-03-07 09:54:28 +01:00
entity.cc
Fixed vhdlpp segfault if it processes an entity without any ports declared.
2014-08-04 20:27:21 -07:00
entity.h
vhdlpp: Out & inout arguments in subprogram calls are turned to registers.
2015-12-01 10:32:47 +01:00
entity_elaborate.cc
vhdlpp: Fixed crash on unassociated generics.
2015-03-06 20:39:10 +01:00
entity_emit.cc
vhdlpp: generics without a default value are set to 1'bx.
2015-05-19 22:40:56 +02:00
entity_stream.cc
vhdlpp: inout direction for ports.
2015-05-19 22:40:56 +02:00
expression.cc
vhdlpp: Fixed the Expression visitor code.
2016-03-07 09:54:28 +01:00
expression.h
vhdlpp: Turned elaborate_argument() into a SubprogramHeader method.
2016-03-07 09:54:28 +01:00
expression_debug.cc
vhdlpp: Delayed assignment statements.
2016-03-07 09:54:28 +01:00
expression_elaborate.cc
vhdlpp: Removed an unnecessary check.
2016-03-07 09:54:28 +01:00
expression_emit.cc
vhdlpp: Skip package name emission when calling functions from the same package.
2016-03-07 09:54:28 +01:00
expression_evaluate.cc
vhdlpp: Corrected an error message.
2016-03-07 09:54:28 +01:00
expression_stream.cc
vhdlpp: Implemented ExpLogical::write_to_stream() method.
2016-03-07 09:54:28 +01:00
ivl_assert.h
Update header files to use a more standard name to prevent rereading
2014-07-23 13:42:56 -07:00
lexor.lex
vhdlpp: Simplified regex to detect string literals.
2015-11-23 16:25:08 +01:00
lexor_keyword.gperf
vhdlpp: Boolean values handled without using keywords.
2015-04-24 13:39:41 +02:00
library.cc
vhdlpp: Support for subprogram overloading.
2016-03-07 09:54:28 +01:00
library.h
vhdlpp: Support for subprogram overloading.
2016-03-07 09:54:28 +01:00
main.cc
vhdlpp: Elaborate subprograms in packages.
2016-01-05 14:23:25 +01:00
package.cc
vhdlpp: Support for subprogram overloading.
2016-03-07 09:54:28 +01:00
package.h
vhdlpp: Removed a non-existing method declaration.
2016-03-07 09:54:28 +01:00
package_emit.cc
vhdlpp: Support for subprogram overloading.
2016-03-07 09:54:28 +01:00
parse.y
vhdlpp: Add line information for procedure calls.
2016-03-07 09:54:28 +01:00
parse_api.h
Update header files to use a more standard name to prevent rereading
2014-07-23 13:42:56 -07:00
parse_misc.cc
vhdlpp: line feed character (LF).
2016-03-07 09:54:28 +01:00
parse_misc.h
vhdlpp: line feed character (LF).
2016-03-07 09:54:28 +01:00
parse_types.h
vhdlpp: Fixing memory leaks and muting valgrind.
2016-01-06 15:30:20 +01:00
parse_wrap.h
Update header files to use a more standard name to prevent rereading
2014-07-23 13:42:56 -07:00
scope.cc
vhdlpp: Support for subprogram overloading.
2016-03-07 09:54:28 +01:00
scope.h
vhdlpp: Support for subprogram overloading.
2016-03-07 09:54:28 +01:00
sequential.cc
vhdlpp: Fixing memory leaks and muting valgrind.
2016-01-06 15:30:20 +01:00
sequential.h
vhdlpp: Implemented ReturnStmt::elaborate() method.
2016-03-07 09:54:28 +01:00
sequential_debug.cc
vhdlpp: Limited support for final wait statement.
2016-03-07 09:54:28 +01:00
sequential_elaborate.cc
vhdlpp: Support for subprogram overloading.
2016-03-07 09:54:28 +01:00
sequential_emit.cc
vhdlpp: Skip package name emission when calling functions from the same package.
2016-03-07 09:54:28 +01:00
std_funcs.cc
vhdlpp: Added file_open() variant that returns status.
2016-03-07 09:54:28 +01:00
std_funcs.h
vhdlpp: Support for subprogram overloading.
2016-03-07 09:54:28 +01:00
std_types.cc
vhdlpp: file_open_status enum.
2016-03-07 09:54:28 +01:00
std_types.h
vhdlpp: file_open_status enum.
2016-03-07 09:54:28 +01:00
subprogram.cc
vhdlpp: Turned elaborate_argument() into a SubprogramHeader method.
2016-03-07 09:54:28 +01:00
subprogram.h
vhdlpp: Support for subprogram overloading.
2016-03-07 09:54:28 +01:00
subprogram_emit.cc
vhdlpp: Improved handling for subprogram-related errors.
2016-03-07 09:54:28 +01:00
vhdlint.cc
updated FSF-address
2012-08-29 10:12:10 -07:00
vhdlint.h
Update header files to use a more standard name to prevent rereading
2014-07-23 13:42:56 -07:00
vhdlnum.h
Update header files to use a more standard name to prevent rereading
2014-07-23 13:42:56 -07:00
vhdlpp_config.h.in
Update header files to use a more standard name to prevent rereading
2014-07-23 13:42:56 -07:00
vhdlreal.cc
updated FSF-address
2012-08-29 10:12:10 -07:00
vhdlreal.h
Update header files to use a more standard name to prevent rereading
2014-07-23 13:42:56 -07:00
vsignal.cc
vhdlpp: Elaborate types for signals & variables.
2016-03-07 09:54:28 +01:00
vsignal.h
vhdlpp: Elaborate types for signals & variables.
2016-03-07 09:54:28 +01:00
vtype.cc
vhdlpp: Refactored prange_t (class ExpRange).
2016-01-06 15:30:06 +01:00
vtype.h
vhdlpp: VType::type_match() fixes.
2016-03-07 09:54:28 +01:00
vtype_elaborate.cc
vhdlpp: VTypeRangeExpr::elaborate()
2016-03-07 09:54:28 +01:00
vtype_emit.cc
vhdlpp: Special handling for STRING type during type emission.
2015-11-24 17:19:33 +01:00
vtype_match.cc
vhdlpp: VType::type_match() fixes.
2016-03-07 09:54:28 +01:00
vtype_stream.cc
vhdlpp: Fixes for subtypes handling.
2016-03-07 09:54:28 +01:00