aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_expr.adb
Commit message (Collapse)AuthorAgeFilesLines
* vhdl: improve support of AMS-vhdl (array and record natures, source quantities)Tristan Gingold2019-12-281-5/+10
|
* vhdl: avoid crash on incorrect unit name.Tristan Gingold2019-08-101-4/+14
| | | | Fix #886
* vhdl: handle subtype indication (with range) in discrete_range.Tristan Gingold2019-08-101-13/+19
| | | | For #877
* vhdl: remove unused Get/Set_Choice_Order.Tristan Gingold2019-08-091-4/+0
|
* vhdl: allow discrete subtype indication for discrete_range.Tristan Gingold2019-08-061-6/+5
| | | | For #877
* vhdl: for time resolution, do not consider unit name from textio body.Tristan Gingold2019-08-061-4/+7
| | | | For #881
* vhdl: linearize analyze and evaluation of concat operators.Tristan Gingold2019-07-261-238/+407
|
* vhdl: avoid a crash on no matching operator error.Tristan Gingold2019-07-151-1/+7
| | | | Fix #869
* synth: handle discrete choice in case statements.Tristan Gingold2019-06-231-5/+5
|
* vhdl-sem_expr: set string type in case of error.Tristan Gingold2019-06-131-9/+12
|
* vhdl-sem_expr: avoid crash after error with parenthesisTristan Gingold2019-06-131-3/+9
|
* vhdl-sem_expr: avoid crash if no choices.Tristan Gingold2019-06-131-1/+3
|
* vhdl: improve error messages for generate statement.Tristan Gingold2019-06-121-1/+3
|
* vhdl: detect unused signals and variables.Tristan Gingold2019-06-051-9/+4
|
* vhdl-sem_expr: do not try to report empty error message.Tristan Gingold2019-06-041-5/+7
|
* vhdl: get rid of Get/Set_Physical_Unit.Tristan Gingold2019-05-281-1/+0
| | | | Use integer_literal for evaluated physical literals.
* vhdl: properly group messages for overloading error.Tristan Gingold2019-05-211-0/+20
|
* errorout: add messages group instead of continuation.Tristan Gingold2019-05-121-8/+12
|
* vhdl: adjust aggregate staticness if not constrained. Fix #817Tristan Gingold2019-05-111-0/+6
|
* vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.Tristan Gingold2019-05-101-15/+15
|
* 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-2/+2
|
* vhdl: move xrefs to vhdl child package.Tristan Gingold2019-05-061-1/+1
|
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-051-3/+3
|
* 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/+5229