| Commit message (Expand) | Author | Age | Files | Lines |
* | vhdl: add iir_kind_package_instantiation_body | Tristan Gingold | 2023-03-22 | 1 | -0/+1 |
* | vhdl-canon: remove signal parameters for all-sensitized processes. | Tristan Gingold | 2023-02-08 | 1 | -0/+7 |
* | vhdl: reduce use of is_anonymous_type_definition | Tristan Gingold | 2023-02-03 | 1 | -5/+12 |
* | translate: rework translate_object_subtype_indication. | Tristan Gingold | 2023-02-02 | 1 | -12/+17 |
* | elab-vhdl_annotations: refactoring | Tristan Gingold | 2023-01-29 | 1 | -0/+1 |
* | vhdl: add Is_Owned_Subtype_Indication | Tristan Gingold | 2023-01-29 | 1 | -0/+29 |
* | vhdl: clear associated_type in Sem_Generic_Association_Chain | Tristan Gingold | 2023-01-12 | 1 | -0/+59 |
* | synth: handle vhdl-87 files | Tristan Gingold | 2022-09-15 | 1 | -2/+8 |
* | vhdl: add iir_kind_psl_boolean_parameter node. For #2178 | Tristan Gingold | 2022-08-15 | 1 | -0/+1 |
* | vhdl: add support for file subtype. Fix #2174 | Tristan Gingold | 2022-08-11 | 1 | -0/+2 |
* | vhdl: add support for default in interface subprogram. Fix #2163 | Tristan Gingold | 2022-08-07 | 1 | -0/+2 |
* | vhdl-sem_names: allow element attribute on element attribute. Fix #2141 | Tristan Gingold | 2022-07-28 | 1 | -0/+2 |
* | vhdl-nodes: renaming. | Tristan Gingold | 2022-07-21 | 1 | -1/+1 |
* | vhdl-utils(is_copyback_parameter): avoid a crash on file parameter | Tristan Gingold | 2022-06-01 | 1 | -6/+2 |
* | vhdl: improve use of interface types. For #2070 | Tristan Gingold | 2022-06-01 | 1 | -0/+2 |
* | vhdl: move Is_Copyback_Parameter to vhdl-utils | Tristan Gingold | 2022-05-25 | 1 | -0/+10 |
* | vhdl: add suspend state pseudo decl and stmt. WIP. | Tristan Gingold | 2022-05-17 | 1 | -36/+38 |
* | vhdl: avoid a crash after errors in associations for packages | Tristan Gingold | 2022-04-22 | 1 | -3/+13 |
* | vhdl-utils.adb: minor refactoring | Tristan Gingold | 2021-11-17 | 1 | -7/+3 |
* | vhdl: Iir_Kind_Foreign_Module is now a library unit | Tristan Gingold | 2021-11-09 | 1 | -1/+2 |
* | vhdl: parse PSL inherit spec. For #1899 | Tristan Gingold | 2021-11-04 | 1 | -0/+1 |
* | vhdl-utils: minor renaming for homogeneity | Tristan Gingold | 2021-09-16 | 1 | -1/+1 |
* | Fixed some typos (#1868) | Patrick Lehmann | 2021-09-16 | 1 | -3/+3 |
* | vhdl: move Get_Source_Identifier to vhdl-utils | Tristan Gingold | 2021-09-15 | 1 | -0/+19 |
* | vhdl: remove iir_kind_anonymous_signal_declaration (now unused) | Tristan Gingold | 2021-08-24 | 1 | -4/+0 |
* | vhdl-utils(free_recursive): only free the name (not the entity) | Tristan Gingold | 2021-07-22 | 1 | -1/+1 |
* | adjust previous commit (no identifier in Psl_Default_Clock) | Tristan Gingold | 2021-07-01 | 1 | -0/+1 |
* | vhdl-utils: element attribute is a type mark | Tristan Gingold | 2021-05-25 | 1 | -1/+2 |
* | vhdl-utils: an object alias may not have a subtype indication. Fix #1765 | Tristan Gingold | 2021-05-16 | 1 | -5/+10 |
* | vhdl and libraries: add support for binding to a foreign module | Tristan Gingold | 2021-04-05 | 1 | -4/+9 |
* | vhdl: add Iir_Kind_Foreign_Module | Tristan Gingold | 2021-04-05 | 1 | -0/+8 |
* | Add base support for the attribue element in vhdl 08 | Anselmo95 | 2021-04-03 | 1 | -0/+6 |
* | Add support for PSL onehot/onehot0 functions (#1633) | T. Meissner | 2021-02-09 | 1 | -0/+2 |
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
* | vhdl: analyze subprogram instantiations. WIP. For #1470 | Tristan Gingold | 2020-09-26 | 1 | -0/+9 |
* | vhdl: parse subprogram instantiations. For #1470 | Tristan Gingold | 2020-09-24 | 1 | -0/+2 |
* | vhdl: replace base_type with parent_type in nodes | Tristan Gingold | 2020-07-22 | 1 | -13/+36 |
* | vhdl: improve support of subtype attribute. | Tristan Gingold | 2020-07-18 | 1 | -0/+53 |
* | vhdl: parse PSL prev/stable/rose/fell builtin calls. For #662 | Tristan Gingold | 2020-06-02 | 1 | -68/+72 |
* | vhdl-utils: factorize Get_File_Signature. | Tristan Gingold | 2020-05-15 | 1 | -0/+101 |
* | trans-chap7: Translate_Equality: also convert to base type for records. | Tristan Gingold | 2020-05-13 | 1 | -0/+11 |
* | types: introduce Direction_Type, which replaces Iir_Direction. | Tristan Gingold | 2020-04-20 | 1 | -7/+7 |
* | vhdl-prints: handle evaluated expression for qualified_expression. | Tristan Gingold | 2020-04-18 | 1 | -0/+28 |
* | synthesis: add option --vendor-library= for synthesis. | Tristan Gingold | 2020-03-10 | 1 | -4/+2 |
* | Fix regressions after previous commit. | Tristan Gingold | 2020-03-01 | 1 | -0/+5 |
* | vhdl: a function call is not an object. Fix #1138. | Tristan Gingold | 2020-03-01 | 1 | -14/+23 |
* | ams-vhdl: handle zoh, ltf and ztf attributes. | Tristan Gingold | 2019-12-31 | 1 | -0/+30 |
* | vhdl: improve support of AMS-vhdl (array and record natures, source quantities) | Tristan Gingold | 2019-12-28 | 1 | -24/+83 |
* | synth: improve support of arrays or arrays. Fix #955 | Tristan Gingold | 2019-10-01 | 1 | -13/+8 |
* | vhdl: parse verification unit (WIP). | Tristan Gingold | 2019-08-17 | 1 | -0/+1 |