aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem.adb
Commit message (Collapse)AuthorAgeFilesLines
* sem: avoid duplicate warnings for subprogram interfaces.Tristan Gingold2018-12-261-1/+6
| | | | Fix #719
* canon: partially handle instantiated packages in process (all).Tristan Gingold2018-12-261-1/+1
| | | | Fix #718
* parse/sem: be more tolerante to parse errors.Tristan Gingold2018-12-231-1/+1
|
* Analysis: tolerate more parse errors.Tristan Gingold2018-12-211-22/+40
|
* Improve error handling on use clauses.Tristan Gingold2018-12-211-4/+5
|
* Improve error recovery on use clauses.Tristan Gingold2018-12-161-75/+96
|
* Check for uninstantiated package in expanded names.Tristan Gingold2018-11-191-16/+21
| | | | Fix #697
* Skip check of pure/wait in generics.Tristan Gingold2018-11-181-15/+42
|
* sem: clear default PSL clock at beginning of architecture.Tristan Gingold2018-11-161-0/+3
|
* Create sem_lib from libraries.Tristan Gingold2018-11-141-9/+8
|
* Create sem_utils (mostly from sem_decls).Tristan Gingold2018-11-141-40/+2
|
* Fix grammar mistake. For #671Tristan Gingold2018-10-161-1/+1
|
* Improve doc, fix English typo.Tristan Gingold2018-09-231-1/+1
|
* Add test for architecture declarative region nested in entity's one.Tristan Gingold2018-03-211-0/+2
|
* sem: architecture is a nested declarative region only in vhdl-02Tristan Gingold2018-03-211-2/+2
|
* sem_subprogram_body: handle all_sensitized_state for all subprograms.Tristan Gingold2018-02-181-7/+7
| | | | fix #529
* Improve error message in case of circular dependency.Tristan Gingold2017-12-011-24/+28
| | | | Fix #471
* Rework list implementation, use iterator.Tristan Gingold2017-11-111-68/+73
|
* Use Flist for records.Tristan Gingold2017-11-071-5/+5
|
* Use Flist for array indexes.Tristan Gingold2017-11-061-5/+6
|
* Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.Tristan Gingold2017-09-131-7/+7
|
* trans-chap2: minor refactoring to clarify code.Tristan Gingold2017-05-181-4/+5
| | | | Minor reformating.
* Improve cascaded errors on instantiation.Tristan Gingold2017-05-091-8/+6
|
* Add color diagnostics, show diagnostic option.Tristan Gingold2017-02-061-2/+3
|
* vhdl08: allow PSL default clock declaration in block declarative parts.Tristan Gingold2017-01-131-2/+2
|
* assocs: rework conversion.Tristan Gingold2016-12-151-65/+44
| | | | | | | An actual is analyzed as a conversion if the inner expression is an object of the right class. Fix #225
* are_trees_equal: handle type_conversion.Tristan Gingold2016-12-121-0/+15
| | | | Fix #223
* are_trees_equal: handle function_callTristan Gingold2016-12-061-0/+6
| | | | Fixes #212
* WIP for nested instantiation of macro-expansed packages.Tristan Gingold2016-11-121-3/+8
|
* ownership: check tree after sem and canon.Tristan Gingold2016-11-051-3/+2
|
* Remove default_*_map_aspect from binding_indication.Tristan Gingold2016-10-201-10/+2
|
* canon: do not set formal of association by position.Tristan Gingold2016-10-191-71/+70
|
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-4/+5
| | | | Check it with nodes_gc.
* Emit error message during analysis for missing generic association.Tristan Gingold2016-10-011-7/+4
|
* vhdl08: more support for interface subprograms.Tristan Gingold2016-09-271-1/+2
|
* Avoid a crash due to cascaded errors.Tristan Gingold2016-09-251-1/+3
|
* vhdl08: preliminary support of interface subprogramTristan Gingold2016-09-251-24/+37
|
* Add an analysis time check for bounds on port association.Tristan Gingold2016-09-241-1/+3
| | | | Fix issue #148
* Create a pseudo source file for instantiation.Tristan Gingold2016-09-201-4/+6
|
* vhdl08: preliminary work for package body instantiation.Tristan Gingold2016-09-181-9/+47
|
* Handle macro-expansion of instantiation of declaration with interface type.Tristan Gingold2016-09-161-0/+43
|
* vhdl08: handle interface type in generic-mapped packageTristan Gingold2016-09-151-6/+21
|
* vhdl08: add support for generic-mapped packagesTristan Gingold2016-09-151-3/+5
|
* vhdl08: add dependency on package body in package instantiation.Tristan Gingold2016-09-121-1/+3
|
* vhdl08: preliminary work to support nested package bodies.Tristan Gingold2016-09-041-24/+57
|
* vhdl08: preliminary work for nested package and type association.Tristan Gingold2016-09-011-2/+14
|
* Rewrite most of error and warning messages.Tristan Gingold2016-08-021-9/+9
|
* Rewrite error messages.Tristan Gingold2016-08-021-96/+88
|
* Rewrite scan error messages: use formatting.Tristan Gingold2016-08-021-15/+16
|
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-011-4/+7
|