Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vhdl-sem.adb: also check elaboration status within package bodies | Tristan Gingold | 2023-01-15 | 1 | -6/+19 |
| | |||||
* | vhdl: add a warning to detect use before elaboration | Tristan Gingold | 2023-01-15 | 1 | -0/+36 |
| | |||||
* | vhdl: clear associated_type in Sem_Generic_Association_Chain | Tristan Gingold | 2023-01-12 | 1 | -0/+6 |
| | | | | So that it is cleared after use. | ||||
* | vhdl: minor refactoring | Tristan Gingold | 2022-12-12 | 1 | -13/+1 |
| | |||||
* | vhdl-sem.adb(are_trees_equal): handle parenthesis expressions. | Tristan Gingold | 2022-10-08 | 1 | -0/+4 |
| | | | | Fix #2209 | ||||
* | vhdl-sem: avoid a crash after error. Fix #2201 | Tristan Gingold | 2022-09-28 | 1 | -0/+1 |
| | |||||
* | vhdl-sem.adb: lexical conformance is now a relaxed error. Fix #2165 | Tristan Gingold | 2022-08-07 | 1 | -2/+3 |
| | |||||
* | vhdl-sem.adb(are_trees_equal): handle qualified expressions. Fix #2164 | Tristan Gingold | 2022-08-07 | 1 | -1/+2 |
| | |||||
* | vhdl-nodes: renaming. | Tristan Gingold | 2022-07-21 | 1 | -2/+2 |
| | | | | | | | Node Iir_Kind_Signal_Attribute_Declaration is now Iir_Kind_Attribute_Implicit_Declaration Will also handle quantities. | ||||
* | vhdl: avoid crash on incorrect use of attributes. | Tristan Gingold | 2022-07-02 | 1 | -11/+20 |
| | | | | For #2116 | ||||
* | vhdl-sem.adb: avoid a crash on conformance error. Fix #2103 | Tristan Gingold | 2022-06-21 | 1 | -2/+2 |
| | |||||
* | vhdl-sem.adb(are_trees_equal): handle simple aggregate. | Tristan Gingold | 2022-06-16 | 1 | -14/+12 |
| | | | | Fix #2098 | ||||
* | vhdl-nodes: add Inertial_Flag for association_element_by_expression | Tristan Gingold | 2022-06-12 | 1 | -0/+3 |
| | |||||
* | vhdl-sem: adjust condition to set suspend_state on procedures | Tristan Gingold | 2022-06-07 | 1 | -6/+25 |
| | |||||
* | vhdl: avoid crash after an error. For #2070 | Tristan Gingold | 2022-06-01 | 1 | -1/+4 |
| | |||||
* | vhdl-sem.adb(are_trees_equal): handle selected element. Fix #2050 | Tristan Gingold | 2022-05-06 | 1 | -0/+4 |
| | |||||
* | vhdl-sem.adb: adjust location of error message. Fix #2031 | Tristan Gingold | 2022-04-11 | 1 | -1/+1 |
| | |||||
* | vhdl-19: analyze return identifier | Tristan Gingold | 2022-03-16 | 1 | -0/+18 |
| | |||||
* | vhdl-sem.adb: fix incorrect check for conformance rules | Tristan Gingold | 2021-12-03 | 1 | -1/+3 |
| | |||||
* | vhdl: Iir_Kind_Foreign_Module is now a library unit | Tristan Gingold | 2021-11-09 | 1 | -0/+2 |
| | | | | | (instead of a design unit). Also, add Iir_Kind_Foreign_Vector_Type_Definition | ||||
* | vhdl: remove iir_kind_anonymous_signal_declaration (now unused) | Tristan Gingold | 2021-08-24 | 1 | -58/+1 |
| | |||||
* | Rework inertial associations. | Tristan Gingold | 2021-08-23 | 1 | -3/+5 |
| | | | | | Fix #1625 Fix #1672 | ||||
* | vhdl: introduce iir_kind_association_element_by_name | Tristan Gingold | 2021-08-06 | 1 | -72/+111 |
| | |||||
* | vhdl-sem: handle indexed and slice names. Fix #1768 | Tristan Gingold | 2021-05-17 | 1 | -56/+42 |
| | |||||
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
| | |||||
* | src/vhd: remove use of chapter sign in comment to have on ASCII characters | Tristan Gingold | 2021-01-09 | 1 | -1/+1 |
| | | | | (except for vhdl-scanner) | ||||
* | vhdl: handle locally static attributes on entity/architecture/configurations | Tristan Gingold | 2020-12-08 | 1 | -0/+2 |
| | | | | | | | | | | | | | Attributes of entity/architecture/configurations are expected to be locally static so that they can be referenced from outside (so on the non-instantiated entity). But many designs break this assumption. In relaxed mode, non-locally static attributes are allowed but now cannot be referenced outside the entity. Locally static attributes can be referenced from outside. Fix #1528 | ||||
* | vhdl: analyze subprogram instantiations. WIP. For #1470 | Tristan Gingold | 2020-09-26 | 1 | -2/+101 |
| | |||||
* | vhdl: allow conflict design unit name with -frelaxed | Tristan Gingold | 2020-09-12 | 1 | -2/+10 |
| | | | | | | Fix #1461 Allow a design unit (package or entity) to have the same name as a library. | ||||
* | vhdl-sem: handle array attributes in are_trees_equal. | Tristan Gingold | 2020-07-02 | 1 | -0/+10 |
| | |||||
* | vhdl: check missing association to generics. Fix #1379 | Tristan Gingold | 2020-06-26 | 1 | -5/+5 |
| | |||||
* | vhdl: slightly improve error message for libraries. | Tristan Gingold | 2020-06-19 | 1 | -0/+14 |
| | |||||
* | vhdl: --std93c is now an alias for --std=93 -frelaxed | Tristan Gingold | 2020-06-13 | 1 | -1/+1 |
| | | | | This simplifies the definition of --std=93c | ||||
* | vhdl-sem: add a todo note. | Tristan Gingold | 2020-03-31 | 1 | -0/+1 |
| | |||||
* | vhdl-sem: improve error location for unknown entity. | Tristan Gingold | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | vhdl: improve support of AMS-vhdl (array and record natures, source quantities) | Tristan Gingold | 2019-12-28 | 1 | -77/+103 |
| | |||||
* | vhdl: handle architecture in verification unit hierarchical name. | Tristan Gingold | 2019-08-20 | 1 | -5/+5 |
| | |||||
* | vhdl: parse verification unit (WIP). | Tristan Gingold | 2019-08-17 | 1 | -6/+8 |
| | |||||
* | vhdl: declare verification units (WIP). | Tristan Gingold | 2019-08-16 | 1 | -0/+3 |
| | |||||
* | vhdl: improve reprint of inertial association. | Tristan Gingold | 2019-08-11 | 1 | -0/+2 |
| | |||||
* | vhdl-sem: fix minor thinko for sem_insert_anonymous_signal. | Tristan Gingold | 2019-08-11 | 1 | -1/+24 |
| | | | | Fix #885 | ||||
* | vhdl: set location on reference to the anonymous signal declaration. | Tristan Gingold | 2019-07-14 | 1 | -0/+1 |
| | |||||
* | vhdl: cleanup in clear_instantiation_configuration. | Tristan Gingold | 2019-07-13 | 1 | -1/+1 |
| | |||||
* | vhdl: translate anonymous_signal_declaration. | Tristan Gingold | 2019-07-03 | 1 | -0/+1 |
| | |||||
* | vhdl: add anonymous_signal_declaration. | Tristan Gingold | 2019-07-03 | 1 | -7/+38 |
| | |||||
* | vhdl: detect unused signals and variables. | Tristan Gingold | 2019-06-05 | 1 | -10/+19 |
| | |||||
* | errorout: add messages group instead of continuation. | Tristan Gingold | 2019-05-12 | 1 | -5/+9 |
| | |||||
* | vhdl: extract vhdl.errors from errorout. | Tristan Gingold | 2019-05-08 | 1 | -0/+1 |
| | |||||
* | vhdl: renames iir_chains to vhdl.nodes_utils. Remove iir_chain_handling. | Tristan Gingold | 2019-05-06 | 1 | -2/+2 |
| | |||||
* | vhdl: move iirs_utils to vhdl.utils | Tristan Gingold | 2019-05-06 | 1 | -1/+1 |
| |