aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_assocs.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl: fix use clause of a package with interface subprograms.Tristan Gingold2022-11-301-1/+2
* vhdl-sem_assocs: handle association with external signal names.Tristan Gingold2022-10-181-1/+2
* vhdl-sem_assocs: improve error messageTristan Gingold2022-08-251-1/+1
* vhdl-sem_assocs: add commentsTristan Gingold2022-08-071-0/+7
* vhdl: add support for default in interface subprogram. Fix #2163Tristan Gingold2022-08-071-60/+149
* vhdl: avoid crash on incorrect use of attributes.Tristan Gingold2022-07-021-0/+6
* vhdl: add a warning for unassociated portsTristan Gingold2022-06-041-4/+15
* vhdl-sem_assocs: avoid a crash after forced analysisTristan Gingold2022-05-021-0/+5
* vhdl: check association restrictions for operators. Fix #1999Tristan Gingold2022-03-111-159/+158
* Add --std=19Xiretza2022-02-281-1/+1
* vhdl: Iir_Kind_Foreign_Module is now a library unitTristan Gingold2021-11-091-0/+5
* vhdl-sem_assocs.adb: add commentsTristan Gingold2021-09-231-10/+41
* vhdl-sem_assocs: add a check to avoid a crash on an error. Fix #873Tristan Gingold2021-09-121-0/+4
* vhdl-sem_assocs: improve handling of generic typesTristan Gingold2021-07-191-17/+21
* vhdl: handle object interface using an interface type. Fix #1726Tristan Gingold2021-04-171-1/+24
* update license headersumarcor2021-01-141-11/+9
* vhdl: replace base_type with parent_type in nodesTristan Gingold2020-07-221-2/+2
* vhdl: fix ownership for recors subtypes.Tristan Gingold2020-07-181-0/+3
* vhdl-sem_assocs: handle nested unbounded record individual association.Tristan Gingold2020-07-181-9/+22
* vhdl-sem_assocs: abstract Sem_Check_Missing_Association.Tristan Gingold2020-06-261-61/+74
* vhdl: --std93c is now an alias for --std=93 -frelaxedTristan Gingold2020-06-131-7/+11
* vhdl: avoid crash on incorrect type mark in subtype indication.Tristan Gingold2020-04-271-1/+1
* vhdl: minimal support of interface package in entities. For #1262Tristan Gingold2020-04-271-2/+6
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-201-2/+2
* vhdl-evaluation: remove some cascaded errors.Tristan Gingold2020-04-181-1/+1
* vhdl-sem_assocs: report all errors on incorrect formals.Tristan Gingold2020-03-311-1/+1
* vhdl-sem_assocs: remove duplicate error message for non-existing interface.Tristan Gingold2020-03-211-8/+0
* vhdl-sem_assocs: recurse for individual associations.Tristan Gingold2020-02-171-23/+64
* vhdl-sem_assocs: check conversion functions have only one parameter.Tristan Gingold2020-02-021-0/+8
* vhdl-sem_assocs: check that interface of function conv is a constant.Tristan Gingold2020-02-011-1/+14
* vhdl-sem_assocs: minor rework.Tristan Gingold2020-02-011-32/+32
* vhdl: improve support of AMS-vhdl (array and record natures, source quantities)Tristan Gingold2019-12-281-0/+64
* vhdl: improve an error message.Tristan Gingold2019-07-101-1/+1
* vhdl: detect unused signals and variables.Tristan Gingold2019-06-051-0/+9
* errorout: add messages group instead of continuation.Tristan Gingold2019-05-121-3/+5
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-0/+1
* vhdl: renames iir_chains to vhdl.nodes_utils. Remove iir_chain_handling.Tristan Gingold2019-05-061-1/+1
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
* vhdl: move xrefs to vhdl child package.Tristan Gingold2019-05-061-2/+2
* vhdl: move evaluation to vhdl child.Tristan Gingold2019-05-051-1/+1
* vhdl: move std_standard package to vhdl child.Tristan Gingold2019-05-051-2/+2
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-0/+2571