aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-evaluation.adb
Commit message (Collapse)AuthorAgeFilesLines
* vhdl-evaluation.adb: use is_overflow_literal.Tristan Gingold2021-02-111-13/+18
| | | | Avoid crash in Eval_Discrete_Range_Length on overflow.
* vhdl-evaluation: factorize codeTristan Gingold2021-02-111-7/+5
|
* eval_is_range_in_bound: avoid crash in case of overflow. Fix #1640Tristan Gingold2021-02-111-2/+12
|
* vhdl-evaluation: minor simplificationTristan Gingold2021-02-101-3/+1
|
* update license headersumarcor2021-01-141-11/+9
|
* vhdl-evaluation: minor rewrite.Tristan Gingold2020-09-281-5/+5
|
* vhdl: evaluate operands of operators, check bounds. For #1475Tristan Gingold2020-09-261-3/+17
|
* vhdl-evaluation: make eval_dyadic_bit_array_operator more generic.Tristan Gingold2020-08-251-42/+71
| | | | Handle any form of static expressions. Fix #1429
* vhdl: replace base_type with parent_type in nodesTristan Gingold2020-07-221-5/+7
| | | | | Only for subtype definition and remove base_type in type definitions. Allows to better track the addition of contraints.
* vhdl-evaluation: fix for array index. For #1387Tristan Gingold2020-07-021-1/+7
|
* vhdl-evaluation: handle to_string for floating point types. Fix #1354Tristan Gingold2020-06-131-0/+3
|
* vhdl-evaluation: handle record equality. For #1283Tristan Gingold2020-05-051-5/+127
|
* vhdl: fix handling of types name in name attributes. Fix #1268Tristan Gingold2020-04-271-9/+22
|
* evaluation: weaken error for out of bound static value.Tristan Gingold2020-04-221-1/+2
|
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-201-34/+34
| | | | Global renaming.
* vhdl-evaluation: remove some cascaded errors.Tristan Gingold2020-04-181-23/+13
| | | | Add an argument to eval_is_in_bound for the return value of overflow literal.
* vhdl-evaluation: static out of bounds values are now a warning. For #1237Tristan Gingold2020-04-171-3/+6
| | | | Also adjust 'Image attribute evaluation and translate for thin arrays.
* vhdl: evaluate std_logic matching equality. Fix #1063Tristan Gingold2020-01-011-7/+50
|
* ams-vhdl: add frequency function, minor fixes.Tristan Gingold2019-12-301-0/+1
|
* vhdl: improve support of AMS-vhdl (array and record natures, source quantities)Tristan Gingold2019-12-281-1/+4
|
* vhdl-evaluation: handle bit condition operator. Fix #977Tristan Gingold2019-10-131-0/+3
|
* vhdl: linearize analyze and evaluation of concat operators.Tristan Gingold2019-07-261-121/+220
|
* vhdl: get rid of Get/Set_Physical_Unit.Tristan Gingold2019-05-281-19/+12
| | | | Use integer_literal for evaluated physical literals.
* vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.Tristan Gingold2019-05-101-80/+79
|
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-0/+1
|
* vhdl: Add a warning for null range in discrete type declaration.Tristan Gingold2019-05-071-0/+14
| | | | For issue #810
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
|
* vhdl: move evaluation to vhdl child.Tristan Gingold2019-05-051-0/+3994