aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_specs.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl: minor refactoringTristan Gingold2022-12-121-1/+2
* synth: handle read for floatsTristan Gingold2022-09-301-8/+12
* vhdl-sem_specs: allow protected body in scope of an attribute. Fix #2134Tristan Gingold2022-07-161-0/+2
* vhdl: avoid crash on incorrect use of attributes.Tristan Gingold2022-07-021-1/+5
* vhdl: add a warning for unassociated portsTristan Gingold2022-06-041-2/+2
* vhdl-sem_specs: use by_name assoc for port default associationTristan Gingold2022-05-161-1/+5
* vhdl: Iir_Kind_Foreign_Module is now a library unitTristan Gingold2021-11-091-75/+81
* vhdl-sem_specs: avoid ownership issue on default map aspect.Tristan Gingold2021-08-241-1/+4
* adjust previous commit (no identifier in Psl_Default_Clock)Tristan Gingold2021-07-011-0/+2
* vhdl and libraries: add support for binding to a foreign moduleTristan Gingold2021-04-051-11/+20
* update license headersumarcor2021-01-141-11/+9
* src/vhd: remove use of chapter sign in comment to have on ASCII charactersTristan Gingold2021-01-091-1/+1
* vhdl: handle locally static attributes on entity/architecture/configurationsTristan Gingold2020-12-081-2/+3
* vhdl-sem_specs: avoid noisy error messageTristan Gingold2020-10-071-3/+6
* vhdl: Relax check for locally static attribute specification in entities.Tristan Gingold2020-07-011-3/+3
* vhdl: check missing association to generics. Fix #1379Tristan Gingold2020-06-261-24/+93
* vhdl: improve print of default binding indication. For #1379Tristan Gingold2020-06-261-3/+3
* vhdl: --std93c is now an alias for --std=93 -frelaxedTristan Gingold2020-06-131-5/+5
* vhdl: minimal support of interface package in entities. For #1262Tristan Gingold2020-04-271-1/+4
* vhdl: allow attribute specifications in protected types. For #1252Tristan Gingold2020-04-201-0/+3
* vhdl: improve support of AMS-vhdl (array and record natures, source quantities)Tristan Gingold2019-12-281-0/+96
* vhdl: recognize intrinsic procedures in vhdl-sem_specs.Tristan Gingold2019-11-231-4/+51
* vhdl: allow attributes in vunit declarations.Tristan Gingold2019-10-301-0/+2
* vhdl-sem_decls: make sem_declaration public.Tristan Gingold2019-10-231-2/+3
* vhdl: report an error in case of missing binding indication in config spec.Tristan Gingold2019-07-091-11/+21
* vhdl-sem_specs: avoid a crash on missing entity name.Tristan Gingold2019-06-041-0/+4
* errorout: add messages group instead of continuation.Tristan Gingold2019-05-121-13/+24
* vhdl: add missing location.Tristan Gingold2019-05-111-0/+1
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-0/+1
* vhdl-nodes_utils: renaming.Tristan Gingold2019-05-071-2/+2
* vhdl: renames iir_chains to vhdl.nodes_utils. Remove iir_chain_handling.Tristan Gingold2019-05-061-2/+2
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
* vhdl: move xrefs to vhdl child package.Tristan Gingold2019-05-061-1/+1
* vhdl: move back_end to vhdl child.Tristan Gingold2019-05-051-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-1/+1
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-0/+1928