Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
| | |||||
* | vhdl: fix reprint of vhdl08 array element constraints. | Tristan Gingold | 2021-01-05 | 1 | -255/+285 |
| | |||||
* | vhdl: handle locally static attributes on entity/architecture/configurations | Tristan Gingold | 2020-12-08 | 1 | -266/+283 |
| | | | | | | | | | | | | | 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 | ||||
* | vhdl: analyze subprogram instantiations. WIP. For #1470 | Tristan Gingold | 2020-09-26 | 1 | -203/+215 |
| | |||||
* | vhdl: parse subprogram instantiations. For #1470 | Tristan Gingold | 2020-09-24 | 1 | -201/+259 |
| | |||||
* | vhdl: parse and analyze force/release signal assignment statements. | Tristan Gingold | 2020-08-01 | 1 | -85/+189 |
| | | | | For #1416 | ||||
* | vhdl: adjust hanlding of guard signals for translate. | Tristan Gingold | 2020-07-25 | 1 | -191/+193 |
| | |||||
* | vhdl: replace base_type with parent_type in nodes | Tristan Gingold | 2020-07-22 | 1 | -355/+329 |
| | | | | | Only for subtype definition and remove base_type in type definitions. Allows to better track the addition of contraints. | ||||
* | vhdl: fix ownership for recors subtypes. | Tristan Gingold | 2020-07-18 | 1 | -269/+273 |
| | |||||
* | vhdl-nodes: make Subtype_Indication Maybe_Ref. For #641 | Tristan Gingold | 2020-06-30 | 1 | -221/+241 |
| | |||||
* | vhdl-nodes: add Open_Flag to all generic interfaces. | Tristan Gingold | 2020-06-26 | 1 | -189/+204 |
| | |||||
* | vhdl: create default configuration for a vunit. Fix #1372 | Tristan Gingold | 2020-06-15 | 1 | -226/+251 |
| | |||||
* | Synthesis of PSL prev function. | Tristan Gingold | 2020-06-02 | 1 | -132/+140 |
| | |||||
* | vhdl: parse PSL prev/stable/rose/fell builtin calls. For #662 | Tristan Gingold | 2020-06-02 | 1 | -115/+214 |
| | |||||
* | vhdl-nodes: use a flag field for direction. | Tristan Gingold | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | vhdl: allow attribute specifications in protected types. For #1252 | Tristan Gingold | 2020-04-20 | 1 | -252/+256 |
| | |||||
* | types: introduce Direction_Type, which replaces Iir_Direction. | Tristan Gingold | 2020-04-20 | 1 | -25/+25 |
| | | | | Global renaming. | ||||
* | vhdl: add scalar_size. Size of scalar types is computed during analysis. | Tristan Gingold | 2020-04-06 | 1 | -240/+286 |
| | |||||
* | synthesis: add option --vendor-library= for synthesis. | Tristan Gingold | 2020-03-10 | 1 | -210/+225 |
| | |||||
* | ams-vhdl: add support for 'delayed for quantity. | Tristan Gingold | 2019-12-31 | 1 | -25/+45 |
| | |||||
* | ams-vhdl: handle zoh, ltf and ztf attributes. | Tristan Gingold | 2019-12-31 | 1 | -29/+119 |
| | |||||
* | ams-vhdl: add simultaneous null statement. | Tristan Gingold | 2019-12-30 | 1 | -87/+123 |
| | |||||
* | ams-vhdl: improve error recovery | Tristan Gingold | 2019-12-30 | 1 | -1/+2 |
| | |||||
* | ams-vhdl: analyze, canon and print simultaneous procedural statements. | Tristan Gingold | 2019-12-30 | 1 | -86/+92 |
| | |||||
* | ams-vhdl: fix tree consistency for terminal declaration. | Tristan Gingold | 2019-12-30 | 1 | -1/+1 |
| | |||||
* | ams-vhdl: check nature for record natures and terminals. | Tristan Gingold | 2019-12-30 | 1 | -225/+247 |
| | |||||
* | vhdl-ams: fix tree consistency for subnature declaration. | Tristan Gingold | 2019-12-29 | 1 | -1/+1 |
| | | | | Also fix use and canon for it. | ||||
* | vhdl: improve support of AMS-vhdl (array and record natures, source quantities) | Tristan Gingold | 2019-12-28 | 1 | -379/+1315 |
| | |||||
* | vhdl: add Has_Delay_Machanism for optional 'inertial' printing. | Tristan Gingold | 2019-12-26 | 1 | -91/+121 |
| | |||||
* | vhdl: allow attributes in vunit declarations. | Tristan Gingold | 2019-10-30 | 1 | -197/+203 |
| | |||||
* | vhdl: add exit/next flags. | Tristan Gingold | 2019-09-18 | 1 | -63/+107 |
| | |||||
* | vhdl: renames Conditional_Expression to Conditional_Expression_Chain. | Tristan Gingold | 2019-09-02 | 1 | -11/+11 |
| | |||||
* | synth: handle verification units. | Tristan Gingold | 2019-08-20 | 1 | -202/+226 |
| | |||||
* | vhdl: parse verification unit (WIP). | Tristan Gingold | 2019-08-17 | 1 | -243/+256 |
| | |||||
* | vhdl: declare verification units (WIP). | Tristan Gingold | 2019-08-16 | 1 | -263/+392 |
| | |||||
* | vhdl: improve reprint of inertial association. | Tristan Gingold | 2019-08-11 | 1 | -152/+156 |
| | |||||
* | vhdl: remove unused Get/Set_Choice_Order. | Tristan Gingold | 2019-08-09 | 1 | -275/+247 |
| | |||||
* | vhdl: remove severity from cover, report and severity from assume. | Tristan Gingold | 2019-08-08 | 1 | -84/+86 |
| | |||||
* | vhdl-nodes: gather PSL nodes, regenerate nodes_meta. | Tristan Gingold | 2019-08-07 | 1 | -95/+87 |
| | |||||
* | Add support for PSL assumptions, used in formal verification (#880) | Pepijn de Vos | 2019-08-07 | 1 | -101/+137 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * vhdl: make the parser understand PSL assume * assume does not actually have report according to the spec. Just a property. * add SPL assume to semantic analysis * canonicalise PSL assume * add assume to annotations * add PSL assume to simulation code * statement -> directive * add assume to translation files * update ticked24 testcase * correctly parse assume * add assume testcase * refactor chunk of duplicated code | ||||
* | vhdl: linearize analyze and evaluation of concat operators. | Tristan Gingold | 2019-07-26 | 1 | -1/+13 |
| | |||||
* | vhdl: rename Cover_Statement to Cover_Directive. | Tristan Gingold | 2019-07-04 | 1 | -18/+18 |
| | |||||
* | vhdl: parse and analyze restrict directive. | Tristan Gingold | 2019-07-04 | 1 | -89/+121 |
| | |||||
* | vhdl: add anonymous_signal_declaration. | Tristan Gingold | 2019-07-03 | 1 | -151/+173 |
| | |||||
* | vhdl-disp_vhdl: print literals and identifiers from the source. | Tristan Gingold | 2019-05-29 | 1 | -264/+292 |
| | | | | Add Literal_Length and set it in the parser. | ||||
* | vhdl: get rid of Get/Set_Physical_Unit. | Tristan Gingold | 2019-05-28 | 1 | -280/+258 |
| | | | | Use integer_literal for evaluated physical literals. | ||||
* | vhdl: update AMS parsing. | Tristan Gingold | 2019-05-24 | 1 | -172/+176 |
| | |||||
* | vhdl-parse: Add Has_Is for block_statement. | Tristan Gingold | 2019-05-24 | 1 | -1/+3 |
| | |||||
* | vhdl-nodes: make subtype_Definition like the others. | Tristan Gingold | 2019-05-23 | 1 | -201/+205 |
| | |||||
* | vhdl-nodes: fix minor typo. | Tristan Gingold | 2019-05-11 | 1 | -54/+50 |
| |