aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl
Commit message (Expand)AuthorAgeFilesLines
* Fixes for Python files.Patrick Lehmann2021-01-1011-130/+204
* Improved docstrings.Patrick Lehmann2021-01-102-104/+118
* Changed pyGHDL.libghdl.utils from package to module.Patrick Lehmann2021-01-101-0/+0
* Documented files_map.Patrick Lehmann2021-01-101-20/+203
* Enhanced docstrings for Python/Ada interface.Patrick Lehmann2021-01-1016-109/+650
* Make API more pythonic be replacing C-like byte arrays with str. Abstracted u...Patrick Lehmann2021-01-102-9/+10
* Implemented a decorator to pre-calculate enum position to enum literal name l...Patrick Lehmann2021-01-103-38/+70
* Adding types and docstrings to libghdl.Patrick Lehmann2021-01-1010-51/+180
* Fixed parameter reference.Patrick Lehmann2021-01-052-16/+16
* vhdl: fix reprint of vhdl08 array element constraints.Tristan Gingold2021-01-052-188/+202
* Added '@export' to list public interface items in '__all__'.Patrick Lehmann2021-01-025-0/+26
* 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 Pytho...Patrick Lehmann2021-01-0218-0/+612
* 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
* 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