aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pyGHDL/dom/_Utils.py: add assert, adjust previous commitTristan Gingold2021-06-223-2/+4
* nodes.py: add an assertion on Get_KindTristan Gingold2021-06-222-2/+2
* vhdl/Makefile: use python3 by defaultTristan Gingold2021-06-221-1/+1
* Merge pull request #1801 from umarcor/py-dom-entrypointtgingold2021-06-222-12/+30
|\
| * pyGHDL/cli/DOM: handle multiple exception typesumarcor2021-06-221-9/+26
| * pyGHDL: add ghdl-dom entrypointumarcor2021-06-222-3/+4
|/
* More expression kinds and function calls (#1802)Unai Martinez-Corral2021-06-2220-272/+958
|\
| * Fixed issues reported by Codacy.Patrick Lehmann2021-06-226-20/+14
| * Fixed filename in error messages.Patrick Lehmann2021-06-221-1/+1
| * Implemented handling of generic parameters to subprograms.Patrick Lehmann2021-06-225-20/+178
| * Print position where exception happened.Patrick Lehmann2021-06-224-35/+110
| * Fixed function call parameters.Patrick Lehmann2021-06-225-6/+37
| * Incremented dependency to pyVHDLModel to v0.10.2.Patrick Lehmann2021-06-221-1/+1
| * Handle Physical...LiteralsPatrick Lehmann2021-06-224-12/+46
| * Handle component declarations.Patrick Lehmann2021-06-224-24/+68
| * Prepared handling of functions, types, subtypes and aliases.Patrick Lehmann2021-06-2211-135/+296
| * Minimal handling of types and subtypes.Patrick Lehmann2021-06-225-23/+94
| * Asked black for his opinion.Patrick Lehmann2021-06-222-7/+33
| * Start handling function calls.Patrick Lehmann2021-06-223-9/+37
| * Renamed 'NodeToName' to 'GetNameOfNode'.Patrick Lehmann2021-06-226-24/+24
| * Handle more expressions (logical, compare, rem/mod).Patrick Lehmann2021-06-222-19/+71
| * Handle OthersAggregateElement properly.Patrick Lehmann2021-06-221-6/+3
| * Added concatenation and string literal.Patrick Lehmann2021-06-223-27/+42
| * New testing file.Patrick Lehmann2021-06-222-3/+3
|/
* pyGHDL: pin pyVHDLModelumarcor2021-06-221-1/+1
* testsuite/gna/testsuite.py: add --jobs optionTristan Gingold2021-06-221-0/+3
* testsuite/pyunit/dom: test only vhdl source files from sanity/Tristan Gingold2021-06-221-1/+1
* testsuite/synth: more checks of inferred memoriesTristan Gingold2021-06-222-6/+8
* synth-vhdl_stmts: add location on AddidxTristan Gingold2021-06-211-0/+2
* testsuite/synth: check ram in mem01 and mem02Tristan Gingold2021-06-2110-28/+34
* synth-environment: early transformation of dyn_insert to dyn_insert_enTristan Gingold2021-06-214-25/+59
* synth-vhdl_stmts: merge static extract before dyn_extract.Tristan Gingold2021-06-211-4/+2
* synth-vhdl_expr: adjust width of memidx for indexed names.Tristan Gingold2021-06-211-1/+1
* Merge pull request #1798 from Paebbels/paebbels/aggregatestgingold2021-06-2022-1681/+3530
|\
| * Fixed missed renaming. Removed formatRange.Patrick Lehmann2021-06-191-28/+5
| * Fixed a black issue.Patrick Lehmann2021-06-191-1/+1
| * Changes TypeVars to use CDLL types like c_int32.Patrick Lehmann2021-06-191-7/+7
| * Simplified prettyprint, as pyVHDLModel has now builtin __str__ methods for ex...Patrick Lehmann2021-06-194-134/+38
| * Added handling of Parenthesis.Patrick Lehmann2021-06-195-18/+43
| * Testcase(s) for expressions.Patrick Lehmann2021-06-192-2/+52
| * Added testcase for integer literals.Patrick Lehmann2021-06-193-9/+105
| * Regenerated interface files.Patrick Lehmann2021-06-197-1488/+2985
| * Added handling of new types to the decorator for the Python-C/Ada binding.Patrick Lehmann2021-06-192-22/+65
| * Improvements to pyGHDL.dom.Patrick Lehmann2021-06-196-77/+115
| * pyGHDL: handle c_doubleumarcor2021-06-193-4/+7
| * pyGHDL: run blackumarcor2021-06-194-14/+38
| * Better aggregate handlingPatrick Lehmann2021-06-193-13/+27
| * Format aggregates.Patrick Lehmann2021-06-192-2/+29
| * First step towards aggregates.Patrick Lehmann2021-06-196-4/+155
* | Add unit tests for pyGHDL DOMPatrick Lehmann2021-06-193-2/+25
|\ \ | |/ |/|