aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/cli/DOM.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed rename operation in Git.Patrick Lehmann2021-07-011-373/+0
* Satisfy black.Patrick Lehmann2021-07-011-38/+113
* New command line interface for DOM.Patrick Lehmann2021-07-011-81/+258
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-2/+32
* Minor fixes and pinned pyVHDLModel version to v0.10.3.Patrick Lehmann2021-06-231-2/+2
* Improved error handling.Patrick Lehmann2021-06-221-0/+6
* Prepared for DeferredConstant.Patrick Lehmann2021-06-221-5/+7
* pyGHDL/cli/DOM: handle multiple exception typesumarcor2021-06-221-9/+26
* pyGHDL: add ghdl-dom entrypointumarcor2021-06-221-2/+2
* Fixed issues reported by Codacy.Patrick Lehmann2021-06-221-1/+0
* Implemented handling of generic parameters to subprograms.Patrick Lehmann2021-06-221-3/+7
* Prepared handling of functions, types, subtypes and aliases.Patrick Lehmann2021-06-221-4/+4
* New testing file.Patrick Lehmann2021-06-221-1/+1
* Improvements to pyGHDL.dom.Patrick Lehmann2021-06-191-5/+5
* pyGHDL/cli/DOM: if an exception arises return non zero exit code and do not p...umarcor2021-06-191-5/+8
* pyGHDL/cli: make DOM.py executableumarcor2021-06-181-0/+0
* pyGHDL/cli/DOM: support passing target files as CLI argumentsumarcor2021-06-181-7/+19
* Added a simple frontend for testing.Patrick Lehmann2021-06-171-0/+48