aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl
Commit message (Expand)AuthorAgeFilesLines
...
* adjust previous commit (no identifier in Psl_Default_Clock)Tristan Gingold2021-07-011-1/+0
* vhdl-nodes: remove Identifier from Psl_Default_ClockTristan Gingold2021-06-301-563/+565
* pyGHDL: Added DLL search path for Python ≥3.8. (#1811)Patrick Lehmann2021-06-301-8/+19
* More DOM improvements (#1806)Patrick Lehmann2021-06-263-10/+30
* fix more codacy issuesumarcor2021-06-233-5/+1
* Minor fixes and pinned pyVHDLModel version to v0.10.3.Patrick Lehmann2021-06-231-1/+1
* Improved error handling.Patrick Lehmann2021-06-221-1/+10
* Fix Codacy issuesPatrick Lehmann2021-06-227-9/+3
|\
| * scripts/pnodespy: cleaner print_file_headerPatrick Lehmann2021-06-221-0/+1
| * fix issues reported by Codacyumarcor2021-06-227-10/+3
* | pyGHDL/dom/_Utils.py: add assert, adjust previous commitTristan Gingold2021-06-221-1/+1
|/
* nodes.py: add an assertion on Get_KindTristan Gingold2021-06-221-1/+1
* Changes TypeVars to use CDLL types like c_int32.Patrick Lehmann2021-06-191-7/+7
* Regenerated interface files.Patrick Lehmann2021-06-197-1488/+2985
* Added handling of new types to the decorator for the Python-C/Ada binding.Patrick Lehmann2021-06-191-6/+37
* pyGHDL: handle c_doubleumarcor2021-06-191-2/+5
* pyGHDL: use LocationType instead of Location_TypeTristan Gingold2021-06-194-14/+13
* pyGHDL: automatically add type annotations for nodes.pyTristan Gingold2021-06-182-748/+823
* pyGHDL/libghdl/_decorator.py: factorize code, handle c_uint32Tristan Gingold2021-06-181-46/+29
* Black found more files - strange.Patrick Lehmann2021-06-1719-100/+153
* Using a decorator to bind libghdl to Python.Patrick Lehmann2021-06-1729-1574/+5203
* pyGHDL: fix formattingTristan Gingold2021-06-171-0/+1
* pyGHDL: add Get_Character to name_table.pyTristan Gingold2021-06-161-2/+15
* vhdl: remove unused Get/Set_Alias_DeclarationTristan Gingold2021-05-162-104/+98
* libghdl: regenerateTristan Gingold2021-05-071-62/+64
* vhdl: add Iir_Kind_Foreign_ModuleTristan Gingold2021-04-052-313/+325
* pyGHDL: regenerateTristan Gingold2021-03-201-180/+181
* Regenerate errorout.pyTristan Gingold2021-03-091-11/+12
* synth: handle pow and arctan from ieee.math_real. Fix #1665Tristan Gingold2021-02-272-403/+406
* std_names: add async_abort and sync_abort. For #1654Tristan Gingold2021-02-211-52/+54
* pyGHDL: format using blackXiretza2021-02-1026-1440/+1160
* Add support for PSL onehot/onehot0 functions (#1633)T. Meissner2021-02-093-146/+154
* vhdl: recognize to_stdlogicvector. For #1628Tristan Gingold2021-02-041-216/+217
* Bump version to 2.0.0-devTristan Gingold2021-02-021-1/+1
* Prepare release 1.0.0Tristan Gingold2021-02-021-1/+1
* Bump version to v1.0.0rc4Tristan Gingold2021-02-011-1/+1
* Bump version to v1.0.0rc3Tristan Gingold2021-01-311-1/+1
* Bump version to v1.0.0.rc1Tristan Gingold2021-01-311-1/+1
* std_names: add gclk. For #1610Tristan Gingold2021-01-255-397/+400
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-1523-363/+339
* pyGHDL: fix wrappers for listsTristan Gingold2021-01-111-9/+9
* 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