aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl
Commit message (Expand)AuthorAgeFilesLines
* Bumped dependencies.Patrick Lehmann2021-12-131-1/+1
* Updated setup.py to use pyTooling.Packaging.Patrick Lehmann2021-12-121-1/+1
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-1228-32/+31
* std_names: add syn_black_boxTristan Gingold2021-11-121-181/+182
* vhdl: recognize ror/rol from ieee.numeric_std. For #1909Tristan Gingold2021-11-111-280/+284
* pyGHDL: regenerate nodes.pyTristan Gingold2021-11-101-309/+311
* vhdl: Iir_Kind_Foreign_Module is now a library unitTristan Gingold2021-11-091-5/+0
* vhdl: parse PSL inherit spec. For #1899Tristan Gingold2021-11-042-377/+378
* vhdl: add tok_inherit. Preliminary work for #1899Tristan Gingold2021-11-032-719/+720
* Add parsing of case? statement and simple test.Brian Padalino2021-09-243-238/+259
* Added binding to new function 'Get_Source_Identifier'.Patrick Lehmann2021-09-161-0/+50
* 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