Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed last testcase. | Patrick Lehmann | 2023-04-16 | 1 | -3/+1 |
| | |||||
* | Fixed expression. | Patrick Lehmann | 2023-04-16 | 1 | -3/+3 |
| | |||||
* | Dependency Graphs (#2308) | Patrick Lehmann | 2023-01-12 | 8 | -19/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Further fixes to the example code. * Bumped dependencies. * Fixed Debouncer example code. * Some more cleanup. * Black's opinion. * Run with pyVHDLModel dev-branch. * Fixed imports for Name. * Fixed test case. * Added a formatter to write dependency graphs and hierarchy as graphml. * Improved GraphML formatting. * Write compile order graph. * Computing compile order. * Bumped dependencies. * Black's opinion. * Fixed incorrect dependency. | ||||
* | Improved VHDL example project. | Patrick Lehmann | 2022-12-29 | 8 | -62/+77 |
| | |||||
* | Added Get***Symbol functions. Improved Symbol handling. | Patrick Lehmann | 2022-12-29 | 2 | -0/+84 |
| | |||||
* | Fixed duplicate testcase name (Vital). | Patrick Lehmann | 2022-12-27 | 1 | -1/+1 |
| | |||||
* | Fixed context and package names and their references in VHDL example code. | Patrick Lehmann | 2022-12-27 | 9 | -11/+20 |
| | |||||
* | Improved StopWatch testcase. | Patrick Lehmann | 2022-12-26 | 6 | -52/+51 |
| | |||||
* | New handling of symbols. | Patrick Lehmann | 2022-12-26 | 2 | -0/+33 |
| | |||||
* | Added one-line code documentations. | Patrick Lehmann | 2022-12-25 | 4 | -1/+4 |
| | |||||
* | Enable and disable AMS support based on VHDLVersion. | Patrick Lehmann | 2022-12-24 | 1 | -1/+4 |
| | | | | (cherry picked from commit 04d141309147a5731ea3461d59cfc8e17ad57c82) | ||||
* | Use VHDL library source files also for DOM testcases. | Patrick Lehmann | 2022-12-24 | 1 | -0/+93 |
| | | | | (cherry picked from commit 11d28273ead2421b6ae08d91c78f424a53334bfb) | ||||
* | Loading predefined libraries and packages. | Patrick Lehmann | 2022-12-23 | 1 | -0/+2 |
| | |||||
* | Updated to pyVHDLModel v0.18.0. | Patrick Lehmann | 2022-12-23 | 4 | -9/+34 |
| | |||||
* | Changed doc comment position. | Patrick Lehmann | 2022-12-23 | 1 | -1/+3 |
| | |||||
* | Updated StopWatch testcode. | Patrick Lehmann | 2022-12-23 | 1 | -31/+43 |
| | |||||
* | Added StopWatch example for DOM and documentation testing. | Patrick Lehmann | 2022-12-23 | 12 | -12/+813 |
| | |||||
* | Restructured test example sourcefiles. | Patrick Lehmann | 2022-12-23 | 3 | -1/+133 |
| | |||||
* | Reorganized comment tests. | Patrick Lehmann | 2022-12-23 | 1 | -2/+15 |
| | |||||
* | Enhanced SimpleEntity with code comments. | Patrick Lehmann | 2022-12-06 | 1 | -2/+2 |
| | |||||
* | Made paths relative, so it can be launched from testsuits directory too. | Patrick Lehmann | 2022-06-19 | 1 | -3/+5 |
| | |||||
* | Enabled AMS support for all VHDL files. Added more [NOT IMPLEMENTED] rules ↵ | Patrick Lehmann | 2022-06-19 | 1 | -13/+9 |
| | | | | to support VHDL-AMS code. | ||||
* | Checking if all other stuff is working without sanity checks. | Patrick Lehmann | 2022-06-18 | 1 | -0/+1 |
| | |||||
* | Fixed failing sanity checks for pyGHDL.dom in coverage job. | Patrick Lehmann | 2022-06-18 | 1 | -4/+3 |
| | |||||
* | Fixes due to a bug in pyVHDLModel. Name Context was used twice. | Patrick Lehmann | 2021-08-23 | 1 | -4/+4 |
| | |||||
* | Improved handling of ranges (e.g. via attribute names). | Patrick Lehmann | 2021-08-23 | 1 | -2/+6 |
| | |||||
* | Adjusted to renaming in pyVHDLModel. | Patrick Lehmann | 2021-08-23 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 '_?[nN]ame: str' to '_?[iI]dentifier: str'. | Patrick Lehmann | 2021-07-01 | 4 | -7/+6 |
| | |||||
* | Rework and fine tuning. | Patrick Lehmann | 2021-07-01 | 1 | -3/+3 |
| | |||||
* | 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 | 3 | -21/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) | ||||
* | Formatted pyunit tests via black. | Patrick Lehmann | 2021-06-23 | 5 | -64/+69 |
| | |||||
* | Renamed AllVHDLSources to Sanity. | Patrick Lehmann | 2021-06-22 | 7 | -23/+213 |
| | | | | | Improved glob in Sanity check. Bound requirement for pyVHDLModel to Git branch. | ||||
* | 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 |
| | |||||
* | Start handling function calls. | Patrick Lehmann | 2021-06-22 | 1 | -3/+3 |
| | |||||
* | 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 | 2 | -0/+119 |
|\ | | | | | 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. | ||||
| * | Testcase(s) for expressions. | Patrick Lehmann | 2021-06-19 | 2 | -2/+52 |
| | | |||||
| * | Added testcase for integer literals. | Patrick Lehmann | 2021-06-19 | 1 | -0/+48 |
| | | |||||
* | | 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 |
|/ | |||||
* | Updates to the dom namespace in pyGHDL. | Patrick Lehmann | 2021-06-17 | 1 | -1/+1 |
| | |||||
* | Enable coverage collection in pytest. | Patrick Lehmann | 2021-01-01 | 1 | -0/+31 |
| |