aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Some updates.Patrick Lehmann2021-08-234-21/+75
| * Fixed pretty printer after model fix.Patrick Lehmann2021-08-231-1/+1
| * Handle context references.Patrick Lehmann2021-08-233-11/+35
| * Handle contexts.Patrick Lehmann2021-08-237-39/+118
| * Implemented if, case and for-loop statements.Patrick Lehmann2021-08-234-63/+88
| * Handle if-statements.Patrick Lehmann2021-08-232-14/+9
| * Extended testcase.Patrick Lehmann2021-08-231-1/+9
| * Handle bodies in case generate statements.Patrick Lehmann2021-08-232-25/+30
| * Handle multiple choices per case.Patrick Lehmann2021-08-231-11/+41
| * Fixed missed adjustments to range in expressions.Patrick Lehmann2021-08-232-10/+9
| * Some naming cleanups.Patrick Lehmann2021-08-231-30/+30
| * Preparations for sequential statements.Patrick Lehmann2021-08-231-0/+39
| * Black formatting.Patrick Lehmann2021-08-235-24/+40
| * Improved handling of ranges (e.g. via attribute names).Patrick Lehmann2021-08-236-22/+142
| * Preparations for sequential statements.Patrick Lehmann2021-08-235-35/+488
| * Support for concurrent procedure call.Patrick Lehmann2021-08-234-5/+40
| * Improvements for case generate statements.Patrick Lehmann2021-08-233-7/+155
| * Improved handling of generate statements and pretty-printing of hierarchy.Patrick Lehmann2021-08-233-47/+70
| * Improved pretty-printing for hierarchy.Patrick Lehmann2021-08-234-33/+164
| * Reworked pretty printing.Patrick Lehmann2021-08-231-27/+44
| * Resolve entity names in architectures to entities.Patrick Lehmann2021-08-231-0/+8
| * Handle assignments (target and kind).Patrick Lehmann2021-08-231-5/+19
| * More for generate statements.Patrick Lehmann2021-08-231-5/+86
| * Renamed BodyItems to Statements.Patrick Lehmann2021-08-232-12/+12
| * Renamed to ConcurrentSimpleSignalAssignment.Patrick Lehmann2021-08-232-3/+3
| * Added handling of simple concurrent statements.Patrick Lehmann2021-08-232-8/+37
| * Disabled Python 3.8 syntax.Patrick Lehmann2021-08-231-6/+8
| * FIX pass the length to probably unterminated string extractionumarcor2021-08-232-5/+9
| * Another fix for consecutive identifiers.Patrick Lehmann2021-08-232-0/+24
| * Fixes.Patrick Lehmann2021-08-233-19/+19
| * Trying to provide a binding for str_table.Patrick Lehmann2021-08-232-2/+62
| * Handle parameter '-D' in ghdl-dom.Patrick Lehmann2021-08-231-0/+20
| * PrettyPrint deferred constants.Patrick Lehmann2021-08-231-5/+10
| * Fixed handling of declarations with multiple identifiers, if this is the last...Patrick Lehmann2021-08-231-0/+8
| * Added generate statements.Patrick Lehmann2021-08-231-1/+14
| * Moved parsing into IfGenerateBranch.Patrick Lehmann2021-08-231-13/+37
| * More handling of concurrent statements.Patrick Lehmann2021-08-232-65/+178
| * Handle instantiations 1/2.Patrick Lehmann2021-08-233-41/+73
| * Handle more concurrent statements and report as not implemented yet.Patrick Lehmann2021-08-231-1/+48
| * Changed List to Iterable. Parse instantiations. Some SimpleName fixes.Patrick Lehmann2021-08-233-17/+232
| * Also handle multiple identifiers in record elements.Patrick Lehmann2021-08-233-17/+51
| * Also handle multiple identifiers in signal, variable, object and file declara...Patrick Lehmann2021-08-233-110/+223
| * Handle declarations with multiple identifiers.Patrick Lehmann2021-08-232-51/+93
| * Needed for changes in prettyprint for the Identifier(s) change in pyVHDLModel.Patrick Lehmann2021-08-232-6/+6
| * Reordered content in YAML file and fixed syntax for lists.Patrick Lehmann2021-08-231-512/+533
| * Adjust DOM to a change in pyVHDLModel: some Identifiers being now a list of i...Patrick Lehmann2021-08-231-10/+10
| * Fixed typo in IIR translation of Greater_Than_Or_Equal_Operator: should be Gr...Patrick Lehmann2021-08-231-1/+1
| * Wrap typeMarks in a SimpleName.Patrick Lehmann2021-08-231-2/+4
| * Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-2322-67/+125
|/
* testsuite/gna: add a test for #1625Tristan Gingold2021-08-234-0/+127