Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | vhdl: move xrefs to vhdl child package. | Tristan Gingold | 2019-05-06 | 1 | -1/+1 |
| | |||||
* | vhdl: move ieee packages to vhdl children. | Tristan Gingold | 2019-05-05 | 1 | -2/+2 |
| | |||||
* | vhdl: move std_standard package to vhdl child. | Tristan Gingold | 2019-05-05 | 1 | -1/+1 |
| | |||||
* | vhdl: move sem* packages to vhdl children. | Tristan Gingold | 2019-05-05 | 1 | -0/+3314 |