aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl
Commit message (Collapse)AuthorAgeFilesLines
* Reordered import statments to: std library, global install, current project.Patrick Lehmann2021-01-0216-14/+43
|
* Add more missing file headers (incl. license info) to non-autogenerated ↵Patrick Lehmann2021-01-0218-0/+612
| | | | Python files.
* vhdl: recognize ieee.numeric_std_unsigned. For #1572Tristan Gingold2021-01-012-457/+459
|
* Added file headers to auto generated Python sources.Patrick Lehmann2021-01-016-385/+20
|
* Added type annotations and fixed imports / object references. (#1565)Patrick Lehmann2020-12-311-72/+81
|
* Changed os.path to pathlib. Added exception handling.Patrick Lehmann2020-12-311-36/+49
|
* Modified docstrings and other minor changes.Patrick Lehmann2020-12-311-13/+21
|
* Added file headers and license texts. (#1564)Patrick Lehmann2020-12-312-2/+81
|
* Rework initialization and finalization.Tristan Gingold2020-12-301-0/+11
| | | | libghdl can now be re-initialized.
* Manually fixed import statements after running xtools.Patrick Lehmann2020-12-294-4/+4
|
* Run xtools.Patrick Lehmann2020-12-295-882/+1162
|
* pyGHDL/libghdl: fix absolute importsumarcor2020-12-2923-23/+35
|
* Made path to VHDL files relative to the testcase.Patrick Lehmann2020-12-291-1/+1
|
* Tiny improvements.Patrick Lehmann2020-12-281-1/+1
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-2728-0/+6478
* Rename 'python' to 'pyGHDL'. * Let 'thin' be 'libghdl'. * Move move 'pyutils.py' from 'python/libghdl/vhdl' to a separate package ('pyGHDL/libghdl/utils/'). * Update 'vhdl_langserver' accordingly. * Rename 'vhdl_langserver' to 'lsp'. * Move 'ghdl-ls' to 'pyGHDL/cli'.