aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl
Commit message (Expand)AuthorAgeFilesLines
* pyGHDL/libghdl: add more bindings to libghdlTristan Gingold2023-04-241-0/+31
* Updated dependencies and adjusted Python code.Patrick Lehmann2023-04-151-1/+1
|\
| * Bumped dependencies.Patrick Lehmann2023-04-101-1/+1
| * Bumped dependencies.Patrick Lehmann2023-04-101-1/+1
* | vhdl: recognize conv_signed. For #2408Tristan Gingold2023-04-141-138/+142
|/
* vhdl: add Owned_Instance_Package_Body to handle ownershipTristan Gingold2023-03-262-308/+328
* vhdl: add Set/Get_Immediate_Body_Flag (for package instantiation)Tristan Gingold2023-03-222-306/+326
* vhdl: add iir_kind_package_instantiation_bodyTristan Gingold2023-03-221-229/+230
* ghdllocal.adb(Build_Dependence): rebuild file dependencies.Tristan Gingold2023-03-132-400/+380
* Limiting versions of pyTooling to >=2.13, but <3.0.Patrick Lehmann2023-03-101-1/+1
* pyGHDL/libghdl: fix typo for argtypes.Tristan Gingold2023-02-221-1/+1
* pyGHDL: reformattingTristan Gingold2023-01-271-3/+3
* pyGHDL: update and add prints.pyTristan Gingold2023-01-263-53/+97
* Update py bindingTristan Gingold2023-01-211-513/+532
* Revert "standalone pyGHDL: put libraries in lib (instead of bin)"Tristan Gingold2023-01-171-1/+1
* standalone pyGHDL: put libraries in lib (instead of bin)Tristan Gingold2023-01-171-1/+1
* pyGHDL: update errorout.pyTristan Gingold2023-01-151-3/+4
* vhdl: add Get/Set_Elaboration_FlagTristan Gingold2023-01-142-38/+58
* Dependency Graphs (#2308)Patrick Lehmann2023-01-121-1/+1
* vhdl-sem_inst: handle suspend_stateTristan Gingold2023-01-042-0/+40
* Update pyGHDL/libghdl/flags.pytgingold2022-12-241-1/+1
* Added missing imports.Patrick Lehmann2022-12-241-0/+3
* Change needs to be done in pynodes.Patrick Lehmann2022-12-241-0/+9
* Formatting by black.Patrick Lehmann2022-12-241-8/+10
* Improved docs-strings.Patrick Lehmann2022-12-241-8/+19
* Improved doc-strings.Patrick Lehmann2022-12-242-0/+17
* Tiny fixes.Patrick Lehmann2022-12-242-8/+23
* Added new flag variables to __all__.Patrick Lehmann2022-12-241-4/+7
* Exposed new flags from libghdl: mb_comment, fexplicit, frelaxed.Patrick Lehmann2022-12-241-1/+4
* Enable and disable AMS support based on VHDLVersion.Patrick Lehmann2022-12-241-0/+3
* Change encoding to latin-1 for libghdl (to comply with standard).Patrick Lehmann2022-12-245-10/+15
* pyGHDL: reformattingTristan Gingold2022-12-201-1/+2
* libghdl: add Get_Source_Identifier_StrTristan Gingold2022-12-201-0/+11
* vhdl: add Get/Set_Associated_package. For #2264Tristan Gingold2022-12-182-123/+143
* vhdl-nodes: add Get/Set_Instantiated_Header.Tristan Gingold2022-12-162-144/+164
* Merge pull request #2255 from Paebbels/paebbels/f-stringstgingold2022-12-021-14/+10
|\
| * Workaround for the problem in EnumLookupTable decorator.Patrick Lehmann2022-12-011-2/+2
| * Formatted code with black.Patrick Lehmann2022-11-301-3/+11
| * Converted string formatting to f-strings.Patrick Lehmann2022-11-301-20/+8
* | vhdl-nodes: add Get/Set_Associated_Subprogram.Tristan Gingold2022-11-302-271/+291
|/
* Applied formatting rules from black.Patrick Lehmann2022-11-301-5/+9
* Updated errorout binding.Patrick Lehmann2022-11-301-4/+6
* vhdl-parse: handle inside commentsTristan Gingold2022-11-211-1/+1
* pyGHDL: add file_comments.pyTristan Gingold2022-11-203-1/+98
* pyGHDL: added missing type annotations. Fix #2192 (#2195)fhuemer2022-09-231-2/+2
* vhdl: add iir_kind_psl_boolean_parameter node. For #2178Tristan Gingold2022-08-151-212/+213
* pyGHDL: update bindingsTristan Gingold2022-08-151-201/+203
* vhdl: add support for file subtype. Fix #2174Tristan Gingold2022-08-111-257/+260
* vhdl: add Determined_Aggregate_Flag field. For #2166Tristan Gingold2022-08-102-63/+83
* vhdl: add an owner to interface type definitionTristan Gingold2022-08-073-284/+305