aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate
Commit message (Collapse)AuthorAgeFilesLines
* Allocate dynamic object in suspended procedures on stack2.Tristan Gingold2017-06-166-29/+82
|
* Check bounds for real.Tristan Gingold2017-06-141-10/+2
| | | | Fix #368
* trans-chap3.adb: constify.Tristan Gingold2017-06-141-12/+7
|
* Silent spurious warning.Tristan Gingold2017-06-141-0/+5
| | | | Fix #360
* Fix crash of implicit conversion in instantiation.Tristan Gingold2017-06-123-2/+22
| | | | Fix #301
* Translation: set line number very early in subprograms.Tristan Gingold2017-05-222-4/+5
| | | | | To avoid weird coverage experience. For #346
* translate: avoid to duplicate range_var.Tristan Gingold2017-05-212-17/+59
| | | | Fix #349
* Adjust previous patch: handle info instantiation for interface package.Tristan Gingold2017-05-192-31/+69
|
* trans-chap2: minor refactoring to clarify code.Tristan Gingold2017-05-181-11/+4
| | | | Minor reformating.
* Handle instantiation of protected types.Tristan Gingold2017-05-181-0/+38
|
* Add comment.Tristan Gingold2017-05-181-0/+20
|
* wip: rework subprogram translation.Tristan Gingold2017-05-186-101/+123
|
* Translation: separate subprogram translation spec and body.Tristan Gingold2017-05-188-81/+126
|
* Add comments.Tristan Gingold2017-05-181-0/+2
|
* translate: separate spec and body translation for implicit subprograms.Tristan Gingold2017-05-176-194/+343
|
* translation: save operator argument declarations into infos.Tristan Gingold2017-05-122-96/+106
|
* translation: renames Ortho_Func to Subprg_Node for consistency.Tristan Gingold2017-05-125-10/+10
|
* translate: add specific infos for implicit subprograms.Tristan Gingold2017-05-125-72/+112
|
* sem_inst: remove assert that prevented nested instantiation.Tristan Gingold2017-05-121-0/+1
|
* vhdl2008: allow nested packages in uninstantiated packageTristan Gingold2017-05-111-1/+27
| | | | For #317
* Create default value for ports.Tristan Gingold2017-05-0917-458/+580
| | | | Fix #328
* Minor optimization: avoid calls to Get_Association_Formal.Tristan Gingold2017-05-083-13/+14
|
* Handle generic package without a body.Tristan Gingold2017-03-111-12/+70
| | | | Fix #310
* vhdl08: unbounded records (WIP - individual association)Tristan Gingold2017-03-092-9/+14
|
* translate: factorize code for function callTristan Gingold2017-02-231-19/+2
|
* vhdl08: more on unbounded records (WIP)Tristan Gingold2017-02-233-6/+7
|
* unbounded records: add rti support (WIP)Tristan Gingold2017-02-213-55/+80
|
* vhdl08: unbounded records (WIP)Tristan Gingold2017-02-211-17/+47
|
* vhdl08: unbounded records - WIPTristan Gingold2017-02-174-20/+28
|
* vhdl08: unbounded records (WIP)Tristan Gingold2017-02-127-82/+211
|
* WIP: unbounded records (set record subtype staticness)Tristan Gingold2017-01-317-47/+128
|
* WIP: translate size of unbounded records.Tristan Gingold2017-01-232-7/+61
|
* evaluation: handle vector minimum and maximum.Tristan Gingold2017-01-181-2/+2
| | | | Fix #257
* wip for unbounded records.Tristan Gingold2017-01-161-13/+86
|
* vhdl08: implement 'subtype attributeTristan Gingold2017-01-131-2/+6
| | | | Fix #253
* Add 'Image and 'Value for i64.Tristan Gingold2017-01-133-14/+20
| | | | Fix #254
* vhdl08: allow PSL default clock declaration in block declarative parts.Tristan Gingold2017-01-132-0/+15
|
* WIP for unconstrained records.Tristan Gingold2017-01-133-15/+36
|
* removing PSL coverage hit default reportThomas Hiscock2017-01-051-2/+4
| | | | | | | It closes #228. Nothing is displayed unless the user specifies a report statement. Testcase added to check this behaviour.
* translate: WIP - refactoring for unbounded records.Tristan Gingold2017-01-026-114/+178
|
* iirs_utils: reimplement Are_Bounds_Locally_Static.Tristan Gingold2017-01-022-46/+24
|
* translate: remove unused align_var variable.Tristan Gingold2017-01-022-19/+1
|
* translate: WIP for unbounded records.Tristan Gingold2017-01-025-29/+110
|
* iirs: renames Iir_Kinds_Scalar_Type_DefinitionTristan Gingold2017-01-025-13/+14
|
* translate: refactoring for unbounded types.Tristan Gingold2017-01-021-38/+56
|
* translate: rename get_array_base to get_composite_baseTristan Gingold2017-01-0210-74/+76
|
* translate: remove unused fields.Tristan Gingold2016-12-301-9/+3
|
* translate: refactoring for ortho_info_type.Tristan Gingold2016-12-3014-294/+319
|
* trans: reformatting, add predicate for unbounded types.Tristan Gingold2016-12-293-14/+31
|
* trans-chap3: constify.Tristan Gingold2016-12-261-5/+3
|