Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | translation: improve type conversion (recurse) | Tristan Gingold | 2023-04-07 | 1 | -1/+1 |
| | |||||
* | TBM | Tristan Gingold | 2023-02-02 | 1 | -2/+4 |
| | |||||
* | trans-chap5.adb: handle package association in entities. | Tristan Gingold | 2022-12-23 | 1 | -8/+13 |
| | | | | Fix #2264 | ||||
* | trans-chap5: handle inertial individual association. Fix #2118 | Tristan Gingold | 2022-08-11 | 1 | -13/+20 |
| | |||||
* | vhdl: add support for default in interface subprogram. Fix #2163 | Tristan Gingold | 2022-08-07 | 1 | -0/+3 |
| | |||||
* | Rework inertial associations. | Tristan Gingold | 2021-08-23 | 1 | -3/+11 |
| | | | | | Fix #1625 Fix #1672 | ||||
* | vhdl: introduce iir_kind_association_element_by_name | Tristan Gingold | 2021-08-06 | 1 | -4/+7 |
| | |||||
* | trans-chap5: use value mode to get object bounds. Fix #1612 | Tristan Gingold | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
| | |||||
* | vhdl: handle locally static attributes on entity/architecture/configurations | Tristan Gingold | 2020-12-08 | 1 | -10/+20 |
| | | | | | | | | | | | | | Attributes of entity/architecture/configurations are expected to be locally static so that they can be referenced from outside (so on the non-instantiated entity). But many designs break this assumption. In relaxed mode, non-locally static attributes are allowed but now cannot be referenced outside the entity. Locally static attributes can be referenced from outside. Fix #1528 | ||||
* | translate: minor changes. | Tristan Gingold | 2020-08-04 | 1 | -2/+0 |
| | |||||
* | translate: add a function to get allocation kind of layout var. | Tristan Gingold | 2020-07-29 | 1 | -1/+1 |
| | | | | Fix #1415 | ||||
* | trans: propagate parent_type changes. | Tristan Gingold | 2020-07-25 | 1 | -1/+1 |
| | |||||
* | translate: improve support of unbounded records and arrays. | Tristan Gingold | 2020-07-25 | 1 | -4/+7 |
| | |||||
* | vhdl: improve support of subtype attribute. | Tristan Gingold | 2020-07-18 | 1 | -0/+2 |
| | | | | | A subtype definition does not mean anymore that the subtype is constrained. It is now defined by the subtype indication of the name. | ||||
* | vhdl/translate: rework object type elaboration. For #641 | Tristan Gingold | 2020-06-24 | 1 | -3/+1 |
| | |||||
* | trans-chap5: handle record subtypes in port association. | Tristan Gingold | 2020-05-13 | 1 | -13/+22 |
| | | | | Part of #1300 | ||||
* | vhdl: minimal support of interface package in entities. For #1262 | Tristan Gingold | 2020-04-27 | 1 | -13/+25 |
| | |||||
* | vhdl: fix crash on vhdl08 sub-sub index constraint. For #1191 | Tristan Gingold | 2020-04-07 | 1 | -3/+2 |
| | |||||
* | vhdl: improve support of AMS-vhdl (array and record natures, source quantities) | Tristan Gingold | 2019-12-28 | 1 | -3/+3 |
| | |||||
* | vhdl: handle P32 in connect_scalar. Fix #918 | Tristan Gingold | 2019-09-05 | 1 | -1/+2 |
| | |||||
* | vhdl: translate anonymous_signal_declaration. | Tristan Gingold | 2019-07-03 | 1 | -8/+2 |
| | |||||
* | vhdl: add anonymous_signal_declaration. | Tristan Gingold | 2019-07-03 | 1 | -1/+7 |
| | |||||
* | vhdl: extract vhdl.errors from errorout. | Tristan Gingold | 2019-05-08 | 1 | -1/+1 |
| | |||||
* | vhdl: move iirs_utils to vhdl.utils | Tristan Gingold | 2019-05-06 | 1 | -1/+1 |
| | |||||
* | vhdl/translate: check_composite_match: rename and handle records. | Tristan Gingold | 2019-05-03 | 1 | -3/+4 |
| | | | | Fix #807 | ||||
* | translate: renaming, support constrained unbounded record aggregates. | Tristan Gingold | 2018-12-07 | 1 | -4/+4 |
| | |||||
* | trans-chap5: do subtype conversion in signal association. | Tristan Gingold | 2018-11-10 | 1 | -2/+10 |
| | |||||
* | Rework translation of unbounded and complex types. | Tristan Gingold | 2018-10-21 | 1 | -18/+16 |
| | |||||
* | translation: for port assiation by expression: handle formal before actual. | Tristan Gingold | 2018-02-20 | 1 | -2/+2 |
| | | | | Fix #532 | ||||
* | Translate; properly separates translation of types from translation of subtypes. | Tristan Gingold | 2018-01-17 | 1 | -1/+2 |
| | |||||
* | trans-chap3: unbox recod in Get_Composite_Base. | Tristan Gingold | 2017-11-27 | 1 | -1/+1 |
| | | | | Fix #467 | ||||
* | Use flist for disconnection specification and component specification. | Tristan Gingold | 2017-11-08 | 1 | -3/+2 |
| | |||||
* | Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion. | Tristan Gingold | 2017-09-13 | 1 | -6/+6 |
| | |||||
* | translate: renaming. | Tristan Gingold | 2017-06-21 | 1 | -3/+4 |
| | |||||
* | Fix crash of implicit conversion in instantiation. | Tristan Gingold | 2017-06-12 | 1 | -2/+14 |
| | | | | Fix #301 | ||||
* | Create default value for ports. | Tristan Gingold | 2017-05-09 | 1 | -35/+49 |
| | | | | Fix #328 | ||||
* | Minor optimization: avoid calls to Get_Association_Formal. | Tristan Gingold | 2017-05-08 | 1 | -7/+6 |
| | |||||
* | vhdl08: unbounded records (WIP - individual association) | Tristan Gingold | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | translate: WIP - refactoring for unbounded records. | Tristan Gingold | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | translate: rename get_array_base to get_composite_base | Tristan Gingold | 2017-01-02 | 1 | -3/+3 |
| | |||||
* | translate: refactoring for ortho_info_type. | Tristan Gingold | 2016-12-30 | 1 | -6/+6 |
| | |||||
* | canon: do not set formal of association by position. | Tristan Gingold | 2016-10-19 | 1 | -23/+30 |
| | |||||
* | Rework AST to setup ownership and reference policy. | Tristan Gingold | 2016-10-11 | 1 | -2/+2 |
| | | | | Check it with nodes_gc. | ||||
* | Fix attribute specification with non-static expression | Tristan Gingold | 2016-10-04 | 1 | -9/+32 |
| | |||||
* | Emit error message during analysis for missing generic association. | Tristan Gingold | 2016-10-01 | 1 | -0/+1 |
| | |||||
* | vhdl08: more support for interface subprograms. | Tristan Gingold | 2016-09-27 | 1 | -1/+2 |
| | |||||
* | vhdl08: handle interface type in generic-mapped package | Tristan Gingold | 2016-09-15 | 1 | -0/+2 |
| | |||||
* | Enable vest recursive instantiation test. | Tristan Gingold | 2016-07-03 | 1 | -5/+11 |
| | |||||
* | Initial support of direct recursive instantiation. | Tristan Gingold | 2016-07-03 | 1 | -116/+160 |
| | | | | Fix issue #2. |