aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* translate: add unbounded records type_mode (WIP)Tristan Gingold2016-12-266-56/+80
|
* trans-chap7: workaround compiler bug.Tristan Gingold2016-12-241-0/+6
|
* Build all Static_Construct aggregate statically.Tristan Gingold2016-12-231-79/+89
|
* trans-chap8: adjust to handle non statically built static aggregate.Tristan Gingold2016-12-221-5/+5
|
* Remove Get/Set_Value_Staticness, add Get/Set_Aggregate_Expand_FlagTristan Gingold2016-12-201-36/+12
|
* Evaluation: handle array aggregate and indexed names.Tristan Gingold2016-12-192-21/+33
| | | | Fix #216
* trans-chap8: fix incorrect declare block nesting.Tristan Gingold2016-12-171-0/+2
|
* vhdl2008: evaluate static record aggregate.Tristan Gingold2016-12-171-6/+2
| | | | Fix #227
* select_name: consider subtype.Tristan Gingold2016-12-131-2/+3
| | | | For #191
* Add testcase for #202Tristan Gingold2016-12-112-28/+8
|
* Rework subprograms translation for package instance.Tristan Gingold2016-12-112-11/+11
| | | | Fix #202
* cleanup: remove Package_Instantiation_Bodies_ChainTristan Gingold2016-12-051-13/+0
|
* vhdl08: support top-level macro-expanded package instantiation declarations.Tristan Gingold2016-12-055-59/+160
| | | | Fixes #199
* Handle top-level instantiation of macro-expansed packages.Tristan Gingold2016-11-122-1/+9
| | | | Fix #199
* WIP for nested instantiation of macro-expansed packages.Tristan Gingold2016-11-121-17/+23
|
* ownership: check tree after sem and canon.Tristan Gingold2016-11-053-8/+23
|
* vhdl08: allow unaffected in sequential signal assignments.Tristan Gingold2016-11-012-15/+59
|
* Add translation for selected signal assignment.Tristan Gingold2016-11-012-52/+206
|
* translation of case: rewrite as generic code (preliminary work).Tristan Gingold2016-11-012-96/+87
|
* canon: do not set formal of association by position.Tristan Gingold2016-10-1910-160/+186
|
* Finish_Compilation: factorize code, move to libraries.Tristan Gingold2016-10-155-247/+181
|
* iirs: rename base_type to number_base_type to avoid confusion.Tristan Gingold2016-10-132-2/+2
|
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-116-16/+14
| | | | Check it with nodes_gc.
* Add signal_attribute_declaration to hold implicit atribute signals.Tristan Gingold2016-10-082-29/+56
|