Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vhdl-prints: improve output of generate statements | Tristan Gingold | 2023-02-04 | 1 | -12/+5 |
| | |||||
* | vhdl-prints: minor rewrite | Tristan Gingold | 2023-01-31 | 1 | -31/+33 |
| | |||||
* | vhdl-prints: add Print_String | Tristan Gingold | 2023-01-26 | 1 | -1/+130 |
| | | | | Move Vstring methods from formatters to prints. | ||||
* | vhdl-prints: handle suspend state declarations and statements | Tristan Gingold | 2023-01-10 | 1 | -2/+22 |
| | |||||
* | vhdl-parse: handle 'end for' in configuration specification. | Tristan Gingold | 2022-12-21 | 1 | -0/+9 |
| | | | | Fix #2277 | ||||
* | vhdl: rework comment gathering to handle empty lines. | Tristan Gingold | 2022-11-27 | 1 | -0/+2 |
| | |||||
* | vhdl-prints: add an option to display comments | Tristan Gingold | 2022-11-20 | 1 | -0/+46 |
| | |||||
* | vhdl-prints: improve handling of PSL. For #2178 | Tristan Gingold | 2022-08-15 | 1 | -5/+75 |
| | |||||
* | vhdl: add iir_kind_psl_boolean_parameter node. For #2178 | Tristan Gingold | 2022-08-15 | 1 | -1/+4 |
| | |||||
* | vhdl-prints: handle default in interface subprogram | Tristan Gingold | 2022-08-07 | 1 | -1/+19 |
| | |||||
* | vhdl-prints.adb: avoid crash on PSL endpoints | Tristan Gingold | 2022-08-04 | 1 | -3/+12 |
| | |||||
* | vhdl-prints: improve output | Tristan Gingold | 2022-08-03 | 1 | -2/+22 |
| | |||||
* | vhdl-nodes: renaming. | Tristan Gingold | 2022-07-21 | 1 | -1/+1 |
| | | | | | | | Node Iir_Kind_Signal_Attribute_Declaration is now Iir_Kind_Attribute_Implicit_Declaration Will also handle quantities. | ||||
* | vhdl: Iir_Kind_Foreign_Module is now a library unit | Tristan Gingold | 2021-11-09 | 1 | -0/+2 |
| | | | | | (instead of a design unit). Also, add Iir_Kind_Foreign_Vector_Type_Definition | ||||
* | vhdl and psl: parse sync_abort and async_abort. For #1654 | Tristan Gingold | 2021-08-30 | 1 | -3/+15 |
| | |||||
* | PSL: handle inf in star repeat sequence. Fix #1832 | Tristan Gingold | 2021-08-26 | 1 | -0/+4 |
| | |||||
* | vhdl: remove iir_kind_anonymous_signal_declaration (now unused) | Tristan Gingold | 2021-08-24 | 1 | -25/+0 |
| | |||||
* | vhdl: introduce iir_kind_association_element_by_name | Tristan Gingold | 2021-08-06 | 1 | -2/+3 |
| | |||||
* | psl: prefix of goto/non-consecutive repetition is a bool. Fix #1708 | Tristan Gingold | 2021-04-03 | 1 | -8/+15 |
| | |||||
* | Add base support for the attribue element in vhdl 08 | Anselmo95 | 2021-04-03 | 1 | -0/+2 |
| | |||||
* | Add support for PSL onehot/onehot0 functions (#1633) | T. Meissner | 2021-02-09 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | * vhdl: parse PSL onehot/onehot0 builtin calls. For #662 * update pyGHDL bindings * Synthesis of PSL built-in onehot/onehot0 function. * testsuite/synth: add tests of PSL built-in functions onehot()/onehot0() for #662 * doc: add info about PSL built-in functions onehot()/onehot0() for #662 * synth: refactor synthesis of onehot/onehot0 functions Co-authored-by: eine <eine@users.noreply.github.com> | ||||
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
| | |||||
* | vhdl-formatters: add realignment | Tristan Gingold | 2021-01-11 | 1 | -1/+12 |
| | |||||
* | vhdl: rework formatter engine, add 'ghdl fmt' command | Tristan Gingold | 2021-01-09 | 1 | -2/+1 |
| | |||||
* | vhdl: fix reprint of vhdl08 array element constraints. | Tristan Gingold | 2021-01-05 | 1 | -16/+20 |
| | |||||
* | vhdl-prints: avoid assertion on empty hbox for simple loop | Tristan Gingold | 2021-01-04 | 1 | -7/+16 |
| | |||||
* | vhdl: parse and analyze force/release signal assignment statements. | Tristan Gingold | 2020-08-01 | 1 | -0/+31 |
| | | | | For #1416 | ||||
* | Synthesis of PSL built-in fell() function. | tmeissner | 2020-06-07 | 1 | -0/+17 |
| | |||||
* | Synthesis of PSL built-in rose() function. | tmeissner | 2020-06-06 | 1 | -0/+17 |
| | |||||
* | Synthesis of PSL stable() function. | tmeissner | 2020-06-06 | 1 | -0/+17 |
| | |||||
* | vhdl: parse PSL prev/stable/rose/fell builtin calls. For #662 | Tristan Gingold | 2020-06-02 | 1 | -1/+25 |
| | |||||
* | types: introduce Direction_Type, which replaces Iir_Direction. | Tristan Gingold | 2020-04-20 | 1 | -1/+1 |
| | | | | Global renaming. | ||||
* | vhdl-prints: handle evaluated expression for qualified_expression. | Tristan Gingold | 2020-04-18 | 1 | -16/+19 |
| | |||||
* | psl: keep denoting names in the PSL ast. | Tristan Gingold | 2020-03-13 | 1 | -1/+2 |
| | |||||
* | vhdl-prints: disable code to display anonymous signal. | Tristan Gingold | 2020-03-02 | 1 | -2/+10 |
| | |||||
* | ams-vhdl: add support for 'delayed for quantity. | Tristan Gingold | 2019-12-31 | 1 | -0/+2 |
| | |||||
* | ams-vhdl: handle zoh, ltf and ztf attributes. | Tristan Gingold | 2019-12-31 | 1 | -8/+7 |
| | |||||
* | ams-vhdl: add simultaneous null statement. | Tristan Gingold | 2019-12-30 | 1 | -40/+89 |
| | |||||
* | ams-vhdl: handle record nature end name. | Tristan Gingold | 2019-12-30 | 1 | -0/+2 |
| | |||||
* | ams-vhdl: analyze, canon and print simultaneous procedural statements. | Tristan Gingold | 2019-12-30 | 1 | -1/+36 |
| | |||||
* | ams-vhdl: print subnature declarations. | Tristan Gingold | 2019-12-30 | 1 | -1/+16 |
| | |||||
* | vhdl: improve support of AMS-vhdl (array and record natures, source quantities) | Tristan Gingold | 2019-12-28 | 1 | -127/+405 |
| | |||||
* | vhdl: add Has_Delay_Machanism for optional 'inertial' printing. | Tristan Gingold | 2019-12-26 | 1 | -0/+2 |
| | |||||
* | vhdl-prints: subtype indication is optional in object alias. | Tristan Gingold | 2019-12-26 | 1 | -3/+2 |
| | |||||
* | vhdl-prints: handle more constructs in psl vunit. | Tristan Gingold | 2019-10-31 | 1 | -0/+5 |
| | |||||
* | vhdl-prints: do not crash on vunit declarations. | Tristan Gingold | 2019-10-23 | 1 | -0/+4 |
| | |||||
* | psl: add active state. | Tristan Gingold | 2019-10-21 | 1 | -0/+7 |
| | |||||
* | vhdl-prints: handle restrict in vunit. | Tristan Gingold | 2019-10-21 | 1 | -0/+2 |
| | |||||
* | vhdl-prints: add parenthesis around boolean and/or. | Tristan Gingold | 2019-10-18 | 1 | -0/+4 |
| | |||||
* | vhdl: renames Conditional_Expression to Conditional_Expression_Chain. | Tristan Gingold | 2019-09-02 | 1 | -3/+4 |
| |