aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap6.adb
Commit message (Collapse)AuthorAgeFilesLines
* trans-chap6: fix reuse violation of a node.Tristan Gingold2020-08-061-0/+1
|
* trans-chap6: adjust types in translate_selected_element.Tristan Gingold2020-07-281-24/+28
|
* translate: handle slice of arrays with unbounded elements.Tristan Gingold2020-07-271-9/+46
|
* trans-chap6: minor rework in translate_slice_name_finishTristan Gingold2020-07-271-32/+39
|
* translate: improve support of unbounded records and arrays.Tristan Gingold2020-07-251-66/+56
|
* vhdl/translate: clarify meaning of Mstate_E for Mnode.Tristan Gingold2020-07-181-2/+2
| | | | | Split into Mstate_Ev (for values) and Mstate_Ep (for pointers). Also fix stabilize calls for Ev.
* vhdl: add ghdl_integer_index_check_failed. For #1257Tristan Gingold2020-06-171-40/+82
| | | | Improve error message in case of (integer) index not in bounds.
* vhdl/translate: minor refactoring.Tristan Gingold2020-06-171-45/+46
|
* evaluation: weaken error for out of bound static value.Tristan Gingold2020-04-221-4/+6
|
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-201-7/+7
| | | | Global renaming.
* vhdl-evaluation: static out of bounds values are now a warning. For #1237Tristan Gingold2020-04-171-7/+11
| | | | Also adjust 'Image attribute evaluation and translate for thin arrays.
* translate: refine condition. Fix #1125Tristan Gingold2020-02-111-1/+1
| | | | For the check of matching direction in slices.
* vhdl/translate: handle more partially constrained array subtypes. For #1038Tristan Gingold2020-01-061-2/+5
|
* vhdl: add anonymous_signal_declaration.Tristan Gingold2019-07-031-4/+8
|
* vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.Tristan Gingold2019-05-101-5/+5
|
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-1/+1
|
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
|
* vhdl: move evaluation to vhdl child.Tristan Gingold2019-05-051-1/+1
|
* trans-chap6: minor refactoring.Tristan Gingold2019-01-111-6/+4
|
* translate: refactoring of slice diff for enum types.Tristan Gingold2019-01-061-9/+28
|
* iir_kind_selected_element: use Named_Entity for homogeneity.Tristan Gingold2018-12-181-61/+2
|
* trans-chap6: fix for previous patch.Tristan Gingold2018-12-081-2/+3
|
* translate: renaming, support constrained unbounded record aggregates.Tristan Gingold2018-12-071-1/+1
|
* translate: minor refactoring.Tristan Gingold2018-11-211-2/+1
|
* vhdl/translate: improve support of unbounded arrays.Tristan Gingold2018-11-091-14/+38
|
* trans-chap6: refactoring for translate_indexed_nameTristan Gingold2018-11-091-27/+29
|
* Add bound checks on signal assignment.Tristan Gingold2018-11-071-10/+6
| | | | Fix #687
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-211-20/+24
|
* translate: refactoring and renaming (chap3)Tristan Gingold2018-09-181-22/+19
|
* Use specific error message for direction mismatch.Tristan Gingold2018-04-251-6/+28
| | | | Fix #559
* Rework array/record type mode to improve support of constrained records.Tristan Gingold2018-01-111-17/+15
|
* trans-chap3: unbox recod in Get_Composite_Base.Tristan Gingold2017-11-271-2/+9
| | | | Fix #467
* Use Flist for array indexes.Tristan Gingold2017-11-061-2/+2
|
* Handle complex subtype in unbounded records.Tristan Gingold2017-11-051-3/+14
|
* translate: handle unbounded record in individual assocs.Tristan Gingold2017-10-221-1/+1
|
* translate: renaming.Tristan Gingold2017-06-211-2/+2
|
* translate: factorize code.Tristan Gingold2017-06-211-2/+1
|
* Create default value for ports.Tristan Gingold2017-05-091-63/+133
| | | | Fix #328
* translate: factorize code for function callTristan Gingold2017-02-231-19/+2
|
* vhdl08: unbounded records (WIP)Tristan Gingold2017-02-121-7/+5
|
* WIP: unbounded records (set record subtype staticness)Tristan Gingold2017-01-311-6/+27
|
* translate: WIP for unbounded records.Tristan Gingold2017-01-021-9/+45
|
* translate: rename get_array_base to get_composite_baseTristan Gingold2017-01-021-4/+4
|
* translate: refactoring for ortho_info_type.Tristan Gingold2016-12-301-2/+2
|
* select_name: consider subtype.Tristan Gingold2016-12-131-2/+3
| | | | For #191
* Fix attribute specification with non-static expressionTristan Gingold2016-10-041-3/+14
|
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-58/+137
| | | | Improve simulation speed by about 20%.
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-041-2/+2
|
* Translate: explicitly clean transient types.Tristan Gingold2015-09-021-1/+1
|
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-22/+32
| | | | | translate: separate info for signals from object. Improve some error messages.