aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/evaluation.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl2008: implement new 'use clause' rules for types.Tristan Gingold2016-05-311-17/+0
* simul: handle generic override.Tristan Gingold2016-02-101-20/+2
* evaluation: handle whitespace for 'value.Tristan Gingold2016-02-101-0/+38
* build_enumeration_value: correctly handle characters.Tristan Gingold2016-02-101-12/+22
* Fix crash for access type in aggregate.Tristan Gingold2015-09-241-0/+4
* Improve code generation of strings.Tristan Gingold2015-06-271-7/+68
* evaluation: handle fp_literal in build_constant.Tristan Gingold2015-06-091-1/+2
* Fix crash in assert translation for overflow literal.Tristan Gingold2015-05-201-1/+2
* Fix staticness of array attributes.Tristan Gingold2015-05-201-5/+2
* Array attribute: handle non-static function call prefix.Tristan Gingold2015-05-191-1/+2
* type_conversion: use constraint_state instead of kind.Tristan Gingold2015-05-151-34/+31
* Check enumeration overflow for succ/pred attributes.Tristan Gingold2015-05-151-3/+7
* Handle evaluation of to_string for enumeration and integer types.Tristan Gingold2015-05-141-3/+62
* Disable overflow checks in Eval_Discrete_Range_Length.Tristan Gingold2015-03-141-0/+2
* Minor rework of overflow in physical units: defer until execution.Tristan Gingold2015-01-201-4/+0
* execution: fix v87 concat with element.Tristan Gingold2015-01-181-3/+3
* debugger: add list command.Tristan Gingold2015-01-171-1/+9
* Evaluation: implement array compare for discrete arrays.Tristan Gingold2015-01-151-11/+46
* Evaluation: implement array comparaison (greater or less).Tristan Gingold2015-01-151-42/+98
* Handle overflow during evaluation of type conversion. Forward on 'image.Tristan Gingold2015-01-101-27/+49
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-13/+8
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-311-14/+14
* Rework string literals: store literals position.Tristan Gingold2014-12-291-154/+81
* evaluation.adb: style changes.Tristan Gingold2014-12-241-5/+5
* Recognize some ieee.std_logic_1164 functions.Tristan Gingold2014-12-161-1/+1
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-7/+5
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+3047