aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/PSL.py
Commit message (Collapse)AuthorAgeFilesLines
* Dependency Graphs (#2308)Patrick Lehmann2023-01-121-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Removed declarations of __all__ when not needed by export.Patrick Lehmann2022-12-251-3/+0
|
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
|
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-231-1/+0
|
* Added package declarations inside of declarations.Patrick Lehmann2021-07-011-0/+21
| | | | | Added PSL Default clock (dummy). Added Disconnect specification (dummy).
* Preparations for PSL.Patrick Lehmann2021-07-011-0/+112