Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | Only for subtype definition and remove base_type in type definitions. Allows to better track the addition of contraints. | ||||
* | vhdl: improve support of subtype attribute. | Tristan Gingold | 2020-07-18 | 1 | -0/+53 |
| | | | | | A subtype definition does not mean anymore that the subtype is constrained. It is now defined by the subtype indication of the name. | ||||
* | 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 |
| | | | | For #1300 | ||||
* | types: introduce Direction_Type, which replaces Iir_Direction. | Tristan Gingold | 2020-04-20 | 1 | -7/+7 |
| | | | | Global renaming. | ||||
* | 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 |
| | | | | | | Report a warning (or an error if not relaxed) when a non-object name is used for an array attribute. Also consider subtype attribute as a type name. | ||||
* | 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 |
| | |||||
* | vhdl: handle subtype indication (with range) in discrete_range. | Tristan Gingold | 2019-08-10 | 1 | -0/+16 |
| | | | | For #877 | ||||
* | synth: minor rework. | Tristan Gingold | 2019-07-22 | 1 | -0/+10 |
| | |||||
* | vhdl: cleanup in clear_instantiation_configuration. | Tristan Gingold | 2019-07-13 | 1 | -66/+19 |
| | |||||
* | vhdl: minor reformating. | Tristan Gingold | 2019-07-11 | 1 | -5/+2 |
| | |||||
* | vhdl: translate anonymous_signal_declaration. | Tristan Gingold | 2019-07-03 | 1 | -1/+3 |
| | |||||
* | vhdl: add anonymous_signal_declaration. | Tristan Gingold | 2019-07-03 | 1 | -1/+4 |
| | |||||
* | vhdl: move Current_Text from vhdl-utils to vhdl-parse. | Tristan Gingold | 2019-05-25 | 1 | -24/+3 |
| | |||||
* | vhdl-utils: avoid a crash on architecture without name. | Tristan Gingold | 2019-05-21 | 1 | -0/+2 |
| | |||||
* | 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 | -0/+1688 |