summaryrefslogtreecommitdiff
path: root/sem.adb
AgeCommit message (Collapse)Author
2014-10-29Add support for package interface.Tristan Gingold
2014-10-22Rework for support of generic packages.Tristan Gingold
2014-10-14Initial support for package header and package instantiation.Tristan Gingold
2014-09-25Add a python script to automatically generate disp_tree.Tristan Gingold
2014-09-06First run of OSVVM_2014_01 with gcc backend.Tristan Gingold
2014-09-02Keep names in the tree.Tristan Gingold
This is a large change to improve error locations and allow pretty printing.
2014-07-19Add Entity_Name for architecture and configuration.Tristan Gingold
2014-07-19Replace architecture_declaration by architecture_body to follow lrm.Tristan Gingold
2014-07-17vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold
Use Type_Definition in type_declarator.
2014-06-26add more support for vhdl2008: aliases, visibility and preliminary work forTristan Gingold
generic packages.
2014-06-24Use library unit instead of design unit.Tristan Gingold
2014-06-14sem: remove old comment.Tristan Gingold
2014-05-29Add_Dependence: noop if no current design.Tristan Gingold
2014-01-05Fix bug15702: require generic association in direct entity instantiation.Tristan Gingold
2014-01-04Fix various minor bugs: alias of access type, subprograms in entity, activeTristan Gingold
attribute in sensitivity list, missing dependence, and block_statement in expanded name.
2014-01-04sem_discrete_range_expression: be sure the range is discrete.Tristan Gingold
Allow attribute specifications on statements in entities. (and a couples of minor crashes).
2013-12-31Fix bug21274.Tristan Gingold
WIP for VHDL08.
2013-12-27Indentation and comments.Tristan Gingold
2013-12-17Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files.Tristan Gingold
2010-01-12ghdl 0.29 release.gingold
2009-08-13Now handle vhdl 2008 arrays in the front end.gingold
Bug fixes.
2008-09-06New feature: all-sensitized processes (for vhdl 2008)gingold
2008-08-31Create package options from flags to avoid circular elaborationgingold
2008-08-30Switch to gcc 4.3gingold
Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings
2007-04-22synchronized to ghdl 0.26gingold
2006-10-02direct drivers and bugs fixgingold
2006-08-06bugs fixedgingold
2006-06-19bug fixesgingold
2006-06-16bug fixesgingold
2005-11-01update: support of amd64 + more optimizationsgingold
2005-09-24First import from sourcesgingold