aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl
Commit message (Expand)AuthorAgeFilesLines
* trans-chap9.adb: handle async_abort, sync_abort. Fix #1654Tristan Gingold2021-08-301-0/+17
* vhdl and psl: parse sync_abort and async_abort. For #1654Tristan Gingold2021-08-303-31/+53
* pyGHDL: update errorout.pyTristan Gingold2021-08-291-4/+5
* std_names: add name keep.Tristan Gingold2021-08-271-182/+183
* vhdl: remove iir_kind_anonymous_signal_declaration (now unused)Tristan Gingold2021-08-241-180/+179
* black: rerun, to pick pyproject settingsumarcor2021-08-2310-66/+20
* FIX pass the length to probably unterminated string extractionumarcor2021-08-231-2/+2
* Trying to provide a binding for str_table.Patrick Lehmann2021-08-231-0/+60
* vhdl: introduce iir_kind_association_element_by_nameTristan Gingold2021-08-061-297/+305
* files_map.py: reindentTristan Gingold2021-07-221-0/+2
* files_map.py: Add get_buffer_lengthTristan Gingold2021-07-221-0/+9
* files_map.py: Add get_buffer_lengthTristan Gingold2021-07-191-0/+11
* pyGHDL: reformattingTristan Gingold2021-07-051-2/+3
* libghdl: also use dll extension on msysTristan Gingold2021-07-051-1/+2
* Changed dependency files. Fixed a typo.Patrick Lehmann2021-07-021-0/+1
* Fix Codacy problems.Patrick Lehmann2021-07-0114-5/+425
* 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