Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved error handling. | Patrick Lehmann | 2021-06-22 | 5 | -26/+56 |
| | |||||
* | Prepared for DeferredConstant. | Patrick Lehmann | 2021-06-22 | 4 | -15/+38 |
| | |||||
* | Code cleanups. | Patrick Lehmann | 2021-06-22 | 3 | -88/+42 |
| | |||||
* | Fix Codacy issues | Patrick Lehmann | 2021-06-22 | 17 | -450/+729 |
|\ | |||||
| * | scripts/pnodespy: cleaner print_file_header | Patrick Lehmann | 2021-06-22 | 2 | -14/+5 |
| | | |||||
| * | pyGHDL/dom/NonStandard: one-line docstring | umarcor | 2021-06-22 | 1 | -3/+1 |
| | | |||||
| * | scripts/pnodespy: 's/includeIntEnumunique/includeIntEnumUnique/' | umarcor | 2021-06-22 | 1 | -3/+3 |
| | | |||||
| * | libraries: run black | umarcor | 2021-06-22 | 2 | -360/+662 |
| | | |||||
| * | fix issues reported by Codacy | umarcor | 2021-06-22 | 17 | -93/+81 |
| | | |||||
* | | pyGHDL/dom/_Utils.py: add assert, adjust previous commit | Tristan Gingold | 2021-06-22 | 3 | -2/+4 |
|/ | |||||
* | nodes.py: add an assertion on Get_Kind | Tristan Gingold | 2021-06-22 | 2 | -2/+2 |
| | | | | This function is the most likely to be called on a Null_Iir node. | ||||
* | vhdl/Makefile: use python3 by default | Tristan Gingold | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1801 from umarcor/py-dom-entrypoint | tgingold | 2021-06-22 | 2 | -12/+30 |
|\ | | | | | pyGHDL: add ghdl-dom entrypoint | ||||
| * | pyGHDL/cli/DOM: handle multiple exception types | umarcor | 2021-06-22 | 1 | -9/+26 |
| | | |||||
| * | pyGHDL: add ghdl-dom entrypoint | umarcor | 2021-06-22 | 2 | -3/+4 |
|/ | |||||
* | More expression kinds and function calls (#1802) | Unai Martinez-Corral | 2021-06-22 | 20 | -272/+958 |
|\ | |||||
| * | Fixed issues reported by Codacy. | Patrick Lehmann | 2021-06-22 | 6 | -20/+14 |
| | | |||||
| * | Fixed filename in error messages. | Patrick Lehmann | 2021-06-22 | 1 | -1/+1 |
| | | |||||
| * | Implemented handling of generic parameters to subprograms. | Patrick Lehmann | 2021-06-22 | 5 | -20/+178 |
| | | |||||
| * | Print position where exception happened. | Patrick Lehmann | 2021-06-22 | 4 | -35/+110 |
| | | |||||
| * | Fixed function call parameters. | Patrick Lehmann | 2021-06-22 | 5 | -6/+37 |
| | | | | | | | | | | Fixed physical literal units. Added basic Procedure detection. | ||||
| * | Incremented dependency to pyVHDLModel to v0.10.2. | Patrick Lehmann | 2021-06-22 | 1 | -1/+1 |
| | | |||||
| * | Handle Physical...Literals | Patrick Lehmann | 2021-06-22 | 4 | -12/+46 |
| | | |||||
| * | Handle component declarations. | Patrick Lehmann | 2021-06-22 | 4 | -24/+68 |
| | | |||||
| * | Prepared handling of functions, types, subtypes and aliases. | Patrick Lehmann | 2021-06-22 | 11 | -135/+296 |
| | | |||||
| * | Minimal handling of types and subtypes. | Patrick Lehmann | 2021-06-22 | 5 | -23/+94 |
| | | |||||
| * | Asked black for his opinion. | Patrick Lehmann | 2021-06-22 | 2 | -7/+33 |
| | | |||||
| * | Start handling function calls. | Patrick Lehmann | 2021-06-22 | 3 | -9/+37 |
| | | |||||
| * | Renamed 'NodeToName' to 'GetNameOfNode'. | Patrick Lehmann | 2021-06-22 | 6 | -24/+24 |
| | | |||||
| * | Handle more expressions (logical, compare, rem/mod). | Patrick Lehmann | 2021-06-22 | 2 | -19/+71 |
| | | |||||
| * | Handle OthersAggregateElement properly. | Patrick Lehmann | 2021-06-22 | 1 | -6/+3 |
| | | |||||
| * | Added concatenation and string literal. | Patrick Lehmann | 2021-06-22 | 3 | -27/+42 |
| | | |||||
| * | New testing file. | Patrick Lehmann | 2021-06-22 | 2 | -3/+3 |
|/ | |||||
* | pyGHDL: pin pyVHDLModel | umarcor | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | testsuite/gna/testsuite.py: add --jobs option | Tristan Gingold | 2021-06-22 | 1 | -0/+3 |
| | |||||
* | testsuite/pyunit/dom: test only vhdl source files from sanity/ | Tristan Gingold | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | testsuite/synth: more checks of inferred memories | Tristan Gingold | 2021-06-22 | 2 | -6/+8 |
| | |||||
* | synth-vhdl_stmts: add location on Addidx | Tristan Gingold | 2021-06-21 | 1 | -0/+2 |
| | |||||
* | testsuite/synth: check ram in mem01 and mem02 | Tristan Gingold | 2021-06-21 | 10 | -28/+34 |
| | |||||
* | synth-environment: early transformation of dyn_insert to dyn_insert_en | Tristan Gingold | 2021-06-21 | 4 | -25/+59 |
| | | | | Simplifies memory extraction | ||||
* | synth-vhdl_stmts: merge static extract before dyn_extract. | Tristan Gingold | 2021-06-21 | 1 | -4/+2 |
| | | | | No reasons to use an extra gate. | ||||
* | synth-vhdl_expr: adjust width of memidx for indexed names. | Tristan Gingold | 2021-06-21 | 1 | -1/+1 |
| | | | | In general the width of memidx is ignored, but it's better to correctly set it | ||||
* | Merge pull request #1798 from Paebbels/paebbels/aggregates | tgingold | 2021-06-20 | 22 | -1681/+3530 |
|\ | | | | | Python-C/Ada Bindings - Updated decorator | ||||
| * | Fixed missed renaming. Removed formatRange. | Patrick Lehmann | 2021-06-19 | 1 | -28/+5 |
| | | |||||
| * | Fixed a black issue. | Patrick Lehmann | 2021-06-19 | 1 | -1/+1 |
| | | |||||
| * | Changes TypeVars to use CDLL types like c_int32. | Patrick Lehmann | 2021-06-19 | 1 | -7/+7 |
| | | |||||
| * | Simplified prettyprint, as pyVHDLModel has now builtin __str__ methods for ↵ | Patrick Lehmann | 2021-06-19 | 4 | -134/+38 |
| | | | | | | | | expressions, aggregates and literals. | ||||
| * | Added handling of Parenthesis. | Patrick Lehmann | 2021-06-19 | 5 | -18/+43 |
| | | |||||
| * | Testcase(s) for expressions. | Patrick Lehmann | 2021-06-19 | 2 | -2/+52 |
| | | |||||
| * | Added testcase for integer literals. | Patrick Lehmann | 2021-06-19 | 3 | -9/+105 |
| | |