aboutsummaryrefslogtreecommitdiffstats
path: root/sem.adb
Commit message (Collapse)AuthorAgeFilesLines
* vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold2014-07-171-2/+2
| | | | Use Type_Definition in type_declarator.
* add more support for vhdl2008: aliases, visibility and preliminary work forTristan Gingold2014-06-261-27/+148
| | | | generic packages.
* Use library unit instead of design unit.Tristan Gingold2014-06-241-71/+64
|
* sem: remove old comment.Tristan Gingold2014-06-141-2/+0
|
* Add_Dependence: noop if no current design.Tristan Gingold2014-05-291-2/+10
|
* Fix bug15702: require generic association in direct entity instantiation.Tristan Gingold2014-01-051-9/+7
|
* Fix various minor bugs: alias of access type, subprograms in entity, activeTristan Gingold2014-01-041-0/+1
| | | | | attribute in sensitivity list, missing dependence, and block_statement in expanded name.
* sem_discrete_range_expression: be sure the range is discrete.Tristan Gingold2014-01-041-14/+7
| | | | | Allow attribute specifications on statements in entities. (and a couples of minor crashes).
* Fix bug21274.Tristan Gingold2013-12-311-6/+17
| | | | WIP for VHDL08.
* Indentation and comments.Tristan Gingold2013-12-271-0/+5
|
* Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files.Tristan Gingold2013-12-171-0/+5
|
* ghdl 0.29 release.gingold2010-01-121-1/+1
|
* Now handle vhdl 2008 arrays in the front end.gingold2009-08-131-12/+37
| | | | Bug fixes.
* New feature: all-sensitized processes (for vhdl 2008)gingold2008-09-061-20/+91
|
* Create package options from flags to avoid circular elaborationgingold2008-08-311-3/+3
|
* Switch to gcc 4.3gingold2008-08-301-7/+4
| | | | | Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings
* synchronized to ghdl 0.26gingold2007-04-221-2/+10
|
* direct drivers and bugs fixgingold2006-10-021-2/+2
|
* bugs fixedgingold2006-08-061-0/+18
|
* bug fixesgingold2006-06-191-22/+74
|
* bug fixesgingold2006-06-161-6/+9
|
* update: support of amd64 + more optimizationsgingold2005-11-011-4/+4
|
* First import from sourcesgingold2005-09-241-0/+2295