aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_scopes.adb
Commit message (Collapse)AuthorAgeFilesLines
* vhdl: fix use clause of a package with interface subprograms.Tristan Gingold2022-11-301-16/+54
| | | | Fix #2250
* vhdl-nodes: renaming.Tristan Gingold2022-07-211-1/+1
| | | | | | | Node Iir_Kind_Signal_Attribute_Declaration is now Iir_Kind_Attribute_Implicit_Declaration Will also handle quantities.
* vhdl-sem_scopes: handle state_suspendTristan Gingold2022-06-041-1/+2
|
* vhdl/psl: handle PSL inherit spec. For #1899Tristan Gingold2021-11-051-0/+22
|
* Fixed some typos (#1868)Patrick Lehmann2021-09-161-3/+3
|
* vhdl: remove iir_kind_anonymous_signal_declaration (now unused)Tristan Gingold2021-08-241-2/+1
|
* vhdl-sem_scopes.adb: consider operators for interface chainTristan Gingold2021-07-051-1/+2
| | | | | | A type interface also implicitly declares equality and inequality operators for the type. Adjust Add_Declaration_From_Interface_Chain so that these operators are visible
* update license headersumarcor2021-01-141-11/+9
|
* src/vhd: remove use of chapter sign in comment to have on ASCII charactersTristan Gingold2021-01-091-3/+3
| | | | (except for vhdl-scanner)
* vhdl-sem_scopes: avoid a crash on invalid selected name. Fix #1490Tristan Gingold2020-10-101-0/+4
|
* vhdl: allow conflict design unit name with -frelaxedTristan Gingold2020-09-121-15/+33
| | | | | | Fix #1461 Allow a design unit (package or entity) to have the same name as a library.
* vhdl-sem_scopes: handle anonymous signal declarations.Tristan Gingold2020-02-181-1/+2
|
* vhdl-ams: fix tree consistency for subnature declaration.Tristan Gingold2019-12-291-3/+2
| | | | Also fix use and canon for it.
* vhdl: handle non-object aliases in selected use clause. Fix #1057Tristan Gingold2019-12-241-5/+8
|
* vhdl: remove -Whides warnings for processes without a label.Tristan Gingold2019-08-081-0/+9
|
* errorout: add messages group instead of continuation.Tristan Gingold2019-05-121-1/+3
|
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-0/+1
|
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
|
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-0/+1672