Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | Regenerated interface files. | Patrick Lehmann | 2021-06-19 | 7 | -1488/+2985 |
| | | |||||
| * | Added handling of new types to the decorator for the Python-C/Ada binding. | Patrick Lehmann | 2021-06-19 | 2 | -22/+65 |
| | | |||||
| * | Improvements to pyGHDL.dom. | Patrick Lehmann | 2021-06-19 | 6 | -77/+115 |
| | | |||||
| * | pyGHDL: handle c_double | umarcor | 2021-06-19 | 3 | -4/+7 |
| | | |||||
| * | pyGHDL: run black | umarcor | 2021-06-19 | 4 | -14/+38 |
| | | |||||
| * | Better aggregate handling | Patrick Lehmann | 2021-06-19 | 3 | -13/+27 |
| | | |||||
| * | Format aggregates. | Patrick Lehmann | 2021-06-19 | 2 | -2/+29 |
| | | |||||
| * | First step towards aggregates. | Patrick Lehmann | 2021-06-19 | 6 | -4/+155 |
| | | |||||
* | | Add unit tests for pyGHDL DOM | Patrick Lehmann | 2021-06-19 | 3 | -2/+25 |
|\ \ | |/ |/| | |||||
| * | pyGHDL: bump pyVHDLModel to 0.10.1 | umarcor | 2021-06-19 | 1 | -1/+1 |
| | | |||||
| * | testsuite/pyunit: add opts '-vs' to pytest call | umarcor | 2021-06-19 | 1 | -1/+1 |
| | | |||||
| * | testsuite/pyunit/dom: replace AllVHDLSources.sh with AllSources.py | umarcor | 2021-06-19 | 3 | -82/+24 |
| | | |||||
| * | ci: add MSYS2 jobs for testing DOM with AllVHDLSources.sh | umarcor | 2021-06-19 | 1 | -1/+51 |
| | | |||||
| * | testsuite/pyunit: add AllVHDLSources.sh | umarcor | 2021-06-19 | 1 | -0/+31 |
|/ | |||||
* | pyGHDL/cli/DOM: if an exception arises return non zero exit code and do not ↵ | umarcor | 2021-06-19 | 1 | -5/+8 |
| | | | | pretty print | ||||
* | vhdl-nodes: Initialize global state to allow restart. | Tristan Gingold | 2021-06-19 | 2 | -0/+4 |
| | | | | Fix handling of multiple files by cli/DOM.py | ||||
* | pyGHDL: use LocationType instead of Location_Type | Tristan Gingold | 2021-06-19 | 4 | -14/+13 |
| | |||||
* | pyGHDL/cli: make DOM.py executable | umarcor | 2021-06-18 | 1 | -0/+0 |
| | |||||
* | pyGHDL/dom: reformatting | Tristan Gingold | 2021-06-18 | 3 | -5/+14 |
| | |||||
* | pyGHDL/dom: add some guards to avoid crash for optional fields | Tristan Gingold | 2021-06-18 | 3 | -2/+6 |
| | |||||
* | Added handling of Floating Point. | Patrick Lehmann | 2021-06-18 | 4 | -10/+28 |
| | |||||
* | pyGHDL: automatically add type annotations for nodes.py | Tristan Gingold | 2021-06-18 | 5 | -759/+865 |
| | | | | Add missing types in _types.py, adjust lsp | ||||
* | vhdl-nodes.ads: use pnodes layout for Number_Base_Type | Tristan Gingold | 2021-06-18 | 1 | -1/+8 |
| | | | | So that it can be extracted. | ||||
* | pyGHDL/libghdl/_decorator.py: factorize code, handle c_uint32 | Tristan Gingold | 2021-06-18 | 1 | -46/+29 |
| | |||||
* | pyGHDL/cli/DOM: support passing target files as CLI arguments | umarcor | 2021-06-18 | 1 | -7/+19 |
| | |||||
* | Added missing file headers. | Patrick Lehmann | 2021-06-18 | 3 | -4/+66 |
| | |||||
* | Mode code more local. | Patrick Lehmann | 2021-06-18 | 6 | -91/+149 |
| | | | | (cherry picked from commit 2e64bb94806f080e015a5aea38c7c8734b971377) | ||||
* | Black found more files - strange. | Patrick Lehmann | 2021-06-17 | 31 | -296/+530 |
| | | | | | | Executed black to make code unreadable. (cherry picked from commit 1b34c2368428b1ec295073ee47d201ac1def35f6) | ||||
* | Reduced testcase. | Patrick Lehmann | 2021-06-17 | 1 | -10/+1 |
| | |||||
* | Using a decorator to bind libghdl to Python. | Patrick Lehmann | 2021-06-17 | 30 | -1575/+5204 |
| | |||||
* | Changes to pnodespy. | Patrick Lehmann | 2021-06-17 | 2 | -39/+96 |
| | |||||
* | Increment requirement pyVHDLModel to v0.10.0. | Patrick Lehmann | 2021-06-17 | 1 | -1/+1 |
| | |||||
* | Added a simple frontend for testing. | Patrick Lehmann | 2021-06-17 | 3 | -18/+66 |
| | |||||
* | Updates to the dom namespace in pyGHDL. | Patrick Lehmann | 2021-06-17 | 19 | -174/+1251 |
| | |||||
* | Added editor configuration file. | Patrick Lehmann | 2021-06-17 | 1 | -0/+33 |
| | |||||
* | Removed duplicate keys in dictionary. | Patrick Lehmann | 2021-06-17 | 1 | -2/+0 |
| | | | | (cherry picked from commit 2ab737115eb3fe650cfc559fd3f5a9a3ef9656e7) | ||||
* | testsuite/synth: add another test on if statements | Tristan Gingold | 2021-06-17 | 3 | -0/+92 |
| |