Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed rename operation in Git. | Patrick Lehmann | 2021-07-01 | 1 | -373/+0 |
| | |||||
* | Satisfy black. | Patrick Lehmann | 2021-07-01 | 1 | -38/+113 |
| | |||||
* | New command line interface for DOM. | Patrick Lehmann | 2021-07-01 | 1 | -81/+258 |
| | |||||
* | More DOM improvements (#1806) | Patrick Lehmann | 2021-06-26 | 1 | -2/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) | ||||
* | Minor fixes and pinned pyVHDLModel version to v0.10.3. | Patrick Lehmann | 2021-06-23 | 1 | -2/+2 |
| | |||||
* | Improved error handling. | Patrick Lehmann | 2021-06-22 | 1 | -0/+6 |
| | |||||
* | Prepared for DeferredConstant. | Patrick Lehmann | 2021-06-22 | 1 | -5/+7 |
| | |||||
* | pyGHDL/cli/DOM: handle multiple exception types | umarcor | 2021-06-22 | 1 | -9/+26 |
| | |||||
* | pyGHDL: add ghdl-dom entrypoint | umarcor | 2021-06-22 | 1 | -2/+2 |
| | |||||
* | Fixed issues reported by Codacy. | Patrick Lehmann | 2021-06-22 | 1 | -1/+0 |
| | |||||
* | Implemented handling of generic parameters to subprograms. | Patrick Lehmann | 2021-06-22 | 1 | -3/+7 |
| | |||||
* | Prepared handling of functions, types, subtypes and aliases. | Patrick Lehmann | 2021-06-22 | 1 | -4/+4 |
| | |||||
* | New testing file. | Patrick Lehmann | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | Improvements to pyGHDL.dom. | Patrick Lehmann | 2021-06-19 | 1 | -5/+5 |
| | |||||
* | pyGHDL/cli/DOM: if an exception arises return non zero exit code and do not ↵ | umarcor | 2021-06-19 | 1 | -5/+8 |
| | | | | pretty print | ||||
* | pyGHDL/cli: make DOM.py executable | umarcor | 2021-06-18 | 1 | -0/+0 |
| | |||||
* | pyGHDL/cli/DOM: support passing target files as CLI arguments | umarcor | 2021-06-18 | 1 | -7/+19 |
| | |||||
* | Added a simple frontend for testing. | Patrick Lehmann | 2021-06-17 | 1 | -0/+48 |