aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl-sem: handle array attributes in are_trees_equal.Tristan Gingold2020-07-021-0/+10
* vhdl: check missing association to generics. Fix #1379Tristan Gingold2020-06-261-5/+5
* vhdl: slightly improve error message for libraries.Tristan Gingold2020-06-191-0/+14
* vhdl: --std93c is now an alias for --std=93 -frelaxedTristan Gingold2020-06-131-1/+1
* vhdl-sem: add a todo note.Tristan Gingold2020-03-311-0/+1
* vhdl-sem: improve error location for unknown entity.Tristan Gingold2020-02-041-1/+1
* vhdl: improve support of AMS-vhdl (array and record natures, source quantities)Tristan Gingold2019-12-281-77/+103
* vhdl: handle architecture in verification unit hierarchical name.Tristan Gingold2019-08-201-5/+5
* vhdl: parse verification unit (WIP).Tristan Gingold2019-08-171-6/+8
* vhdl: declare verification units (WIP).Tristan Gingold2019-08-161-0/+3
* vhdl: improve reprint of inertial association.Tristan Gingold2019-08-111-0/+2
* vhdl-sem: fix minor thinko for sem_insert_anonymous_signal.Tristan Gingold2019-08-111-1/+24
* vhdl: set location on reference to the anonymous signal declaration.Tristan Gingold2019-07-141-0/+1
* vhdl: cleanup in clear_instantiation_configuration.Tristan Gingold2019-07-131-1/+1
* vhdl: translate anonymous_signal_declaration.Tristan Gingold2019-07-031-0/+1
* vhdl: add anonymous_signal_declaration.Tristan Gingold2019-07-031-7/+38
* vhdl: detect unused signals and variables.Tristan Gingold2019-06-051-10/+19
* errorout: add messages group instead of continuation.Tristan Gingold2019-05-121-5/+9
* 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-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 ieee packages to vhdl children.Tristan Gingold2019-05-051-2/+2
* 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/+3314