aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_assocs.adb
Commit message (Collapse)AuthorAgeFilesLines
...
* Refine error message for issue #148.Tristan Gingold2016-09-271-19/+22
|
* Implement vhdl08 rules for #148Tristan Gingold2016-09-271-0/+24
|
* vhdl08: more support for interface subprograms.Tristan Gingold2016-09-271-7/+194
|
* Add an analysis time check for bounds on port association.Tristan Gingold2016-09-241-2/+92
| | | | Fix issue #148
* vhdl08: first working example of interface type.Tristan Gingold2016-09-221-1/+80
|
* vhdl08: preliminary work for package body instantiation.Tristan Gingold2016-09-181-9/+12
|
* vhdl08: avoid a crash on package instantiation failureTristan Gingold2016-09-121-1/+3
|
* vhdl08: preliminary work for nested package and type association.Tristan Gingold2016-09-011-15/+61
|
* Rewrite error messages.Tristan Gingold2016-08-021-80/+77
|
* Fix indentation and English mistakes.Tristan Gingold2016-07-051-8/+8
|
* assocations: check rules for unconstrained formal (LRM08 5.3.2.2 e 3)Tristan Gingold2016-02-171-3/+38
| | | | Fix issue40
* Set type staticness for a constant declaration and attribute specification.Tristan Gingold2016-01-111-9/+12
| | | | Fix for issue 10.
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-1/+2
| | | | Improve simulation speed by about 20%.
* Fix crash on invalid individual association.Tristan Gingold2015-11-071-21/+46
|
* vhdl 08: allow association of an out signal with an in signal parameter.Tristan Gingold2015-05-201-12/+8
| | | | Fix ticket 71.
* Preliminary work to refine overload disambiguation.Tristan Gingold2015-05-161-37/+40
|
* Fix thinko: reject incorrect association (positionnal match followed byTristan Gingold2015-05-111-13/+9
| | | | | named match with the same formal). Fix ticket 49.
* Rewrite sem_scopes tables for speed-up (and clarification).Tristan Gingold2014-12-261-0/+1
|
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-3/+3
|
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+1903