Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Support for concurrent procedure call. | Patrick Lehmann | 2021-08-23 | 1 | -0/+3 | |
| | ||||||
* | Improvements for case generate statements. | Patrick Lehmann | 2021-08-23 | 1 | -1/+16 | |
| | ||||||
* | Improved handling of generate statements and pretty-printing of hierarchy. | Patrick Lehmann | 2021-08-23 | 1 | -6/+6 | |
| | ||||||
* | Improved pretty-printing for hierarchy. | Patrick Lehmann | 2021-08-23 | 1 | -2/+20 | |
| | ||||||
* | Added generate statements. | Patrick Lehmann | 2021-08-23 | 1 | -1/+14 | |
| | ||||||
* | Handle instantiations 1/2. | Patrick Lehmann | 2021-08-23 | 1 | -1/+31 | |
| | ||||||
* | Adjusted to renaming in pyVHDLModel. | Patrick Lehmann | 2021-08-23 | 1 | -1/+1 | |
| | ||||||
* | testsuite/pyunit/lsp: xfail Test004 on non MSYS2 Windows | umarcor | 2021-07-18 | 1 | -2/+9 | |
| | ||||||
* | testsuite/pyunit/lsp/LanguageServer.py: do not quote anymore uri. | Tristan Gingold | 2021-07-07 | 1 | -5/+1 | |
| | | | | | The ':' after the driver letter must not be quoted on Windows. And there are no special characters (yet) in the filenames of the tests. | |||||
* | pyunit/lsp/LanguageServer.py: adjust error message | Tristan Gingold | 2021-07-07 | 1 | -2/+2 | |
| | ||||||
* | Fixed bug in OthersAggregateElement. | Patrick Lehmann | 2021-07-01 | 1 | -2/+2 | |
| | ||||||
* | Simplified test code for literals. | Patrick Lehmann | 2021-07-01 | 1 | -28/+31 | |
| | ||||||
* | New command line interface for DOM. | Patrick Lehmann | 2021-07-01 | 1 | -1/+1 | |
| | ||||||
* | Added package declarations inside of declarations. | Patrick Lehmann | 2021-07-01 | 1 | -1/+8 | |
| | | | | | Added PSL Default clock (dummy). Added Disconnect specification (dummy). | |||||
* | Exchanged sides in asserts to the understanding of pytests actual vs. ↵ | Patrick Lehmann | 2021-07-01 | 4 | -16/+16 | |
| | | | | expected order. | |||||
* | Improved test code. | Patrick Lehmann | 2021-07-01 | 4 | -10/+10 | |
| | ||||||
* | Minor changes. | Patrick Lehmann | 2021-07-01 | 2 | -6/+6 | |
| | ||||||
* | Renamed '[sS]ubType' to '[sS]ubtype'. | Patrick Lehmann | 2021-07-01 | 1 | -0/+12 | |
| | ||||||
* | Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'. | Patrick Lehmann | 2021-07-01 | 4 | -7/+6 | |
| | ||||||
* | Rework and fine tuning. | Patrick Lehmann | 2021-07-01 | 2 | -7/+12 | |
| | ||||||
* | pyGHDL: Added DLL search path for Python ≥3.8. (#1811) | Patrick Lehmann | 2021-06-30 | 1 | -2/+3 | |
| | | | | | | | | | | | * Added DLL search path for Python ≥3.8. Let Windows CPython 64-bit execute GHDL in msys64/mingw64. * Fix executable name of Python based on the current environment. (cherry picked from commit 618c8149df1fa53d06cb197d65b3b10a02ae52ee) * Removed debug code. | |||||
* | More DOM improvements (#1806) | Patrick Lehmann | 2021-06-26 | 5 | -23/+98 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First try to handle names. * Reworked names. * Reworked range expressions. * Handle AttributeNames. * Added handling of file declaration and attribute declarations. * Improved error outputs. * Handle protected types. * Make black happy with ugly code. * Handle Null literal and File parameters. * File type and physical type. * Don't fail on reported syntax errors. Catch call errors into libghdl. * Improved Sanity checks for pyGHDL.dom. * Load sourcecode via Python and process in-memory. Fixed testcases. * Added package instantiations and packages with generics. * Added UseClause, AttributeSpecification and PhysicalTypes. * Improved pretty-printing. * Fixed AttributeName in subtype indication. * Get code position of IIR nodes. * Added DOMMixin into all derived classes. * Mark as not yet implemented. * Pinned pyVHDLModel version to v0.10.4. * Removed xfail in LSP test. Bumped requirement of pyVHDLModel to v0.10.4. Fixed some Codacy issues. (cherry picked from commit f64e7ed7c3d69cbf84cd60db8e9b085e90b846cb) | |||||
* | Handle 'Subtype_Definition' in record definitions. | Patrick Lehmann | 2021-06-23 | 1 | -0/+3 | |
| | ||||||
* | First primitive handling of selected names. | Patrick Lehmann | 2021-06-23 | 1 | -2/+2 | |
| | ||||||
* | Added handling of enumeration, array and record types. | Patrick Lehmann | 2021-06-23 | 1 | -1/+3 | |
| | ||||||
* | Formatted pyunit tests via black. | Patrick Lehmann | 2021-06-23 | 7 | -273/+297 | |
| | ||||||
* | Handle shared variables. | Patrick Lehmann | 2021-06-22 | 1 | -2/+23 | |
| | ||||||
* | Renamed AllVHDLSources to Sanity. | Patrick Lehmann | 2021-06-22 | 7 | -23/+213 | |
| | | | | | Improved glob in Sanity check. Bound requirement for pyVHDLModel to Git branch. | |||||
* | fix issues reported by Codacy | umarcor | 2021-06-22 | 2 | -4/+3 | |
| | ||||||
* | Fixed issues reported by Codacy. | Patrick Lehmann | 2021-06-22 | 1 | -1/+1 | |
| | ||||||
* | Prepared handling of functions, types, subtypes and aliases. | Patrick Lehmann | 2021-06-22 | 4 | -4/+4 | |
| | ||||||
* | Minimal handling of types and subtypes. | Patrick Lehmann | 2021-06-22 | 1 | -1/+1 | |
| | ||||||
* | Start handling function calls. | Patrick Lehmann | 2021-06-22 | 1 | -3/+3 | |
| | ||||||
* | New testing file. | Patrick Lehmann | 2021-06-22 | 1 | -2/+2 | |
| | ||||||
* | testsuite/pyunit/dom: test only vhdl source files from sanity/ | Tristan Gingold | 2021-06-22 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1798 from Paebbels/paebbels/aggregates | tgingold | 2021-06-20 | 4 | -2/+177 | |
|\ | | | | | Python-C/Ada Bindings - Updated decorator | |||||
| * | Simplified prettyprint, as pyVHDLModel has now builtin __str__ methods for ↵ | Patrick Lehmann | 2021-06-19 | 1 | -9/+30 | |
| | | | | | | | | expressions, aggregates and literals. | |||||
| * | Added handling of Parenthesis. | Patrick Lehmann | 2021-06-19 | 1 | -2/+2 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Improvements to pyGHDL.dom. | Patrick Lehmann | 2021-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | pyGHDL: handle c_double | umarcor | 2021-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | Better aggregate handling | Patrick Lehmann | 2021-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | First step towards aggregates. | Patrick Lehmann | 2021-06-19 | 1 | -0/+8 | |
| | | ||||||
* | | testsuite/pyunit/dom: replace AllVHDLSources.sh with AllSources.py | umarcor | 2021-06-19 | 2 | -31/+23 | |
| | | ||||||
* | | testsuite/pyunit: add AllVHDLSources.sh | umarcor | 2021-06-19 | 1 | -0/+31 | |
|/ | ||||||
* | Added handling of Floating Point. | Patrick Lehmann | 2021-06-18 | 1 | -1/+2 | |
| | ||||||
* | Reduced testcase. | Patrick Lehmann | 2021-06-17 | 1 | -10/+1 | |
| | ||||||
* | Updates to the dom namespace in pyGHDL. | Patrick Lehmann | 2021-06-17 | 3 | -5/+5 | |
| | ||||||
* | lsp testsuite: improve substitution (for windows) | Tristan Gingold | 2021-01-21 | 1 | -8/+13 | |
| | | | | URI and paths need to be substitued differently |