aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl
Commit message (Collapse)AuthorAgeFilesLines
* Bumped dependencies.Patrick Lehmann2023-04-101-1/+1
| | | | (cherry picked from commit 6f83d43a10737b353e7ed1227086d1c0d13c5fe7)
* Bumped dependencies.Patrick Lehmann2023-04-101-1/+1
| | | | (cherry picked from commit 8a01be0a33f6c72adac11d6090fad8ab511956f6)
* vhdl: add Owned_Instance_Package_Body to handle ownershipTristan Gingold2023-03-262-308/+328
| | | | of package body.
* 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
| | | | | vhdl: remove Get/Set_File_Dependence_List. Fix #2388
* 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
| | | | Fix ghdl/ghdl-language-server#151
* 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
| | | | This reverts commit 0574c562f9b1152e1077323f1bd8e57c2afda544.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Further fixes to the example code. * Bumped dependencies. * Fixed Debouncer example code. * Some more cleanup. * Black's opinion. * Run with pyVHDLModel dev-branch. * Fixed imports for Name. * Fixed test case. * Added a formatter to write dependency graphs and hierarchy as graphml. * Improved GraphML formatting. * Write compile order graph. * Computing compile order. * Bumped dependencies. * Black's opinion. * Fixed incorrect dependency.
* vhdl-sem_inst: handle suspend_stateTristan Gingold2023-01-042-0/+40
|
* Update pyGHDL/libghdl/flags.pytgingold2022-12-241-1/+1
| | | Co-authored-by: Patrick Lehmann <Paebbels@gmail.com>
* 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
| | | | (cherry picked from commit 68f9ef6f18ac454dd25a180c6bf1046c8172174d)
* Improved docs-strings.Patrick Lehmann2022-12-241-8/+19
| | | | (cherry picked from commit 6979b2846e07791629f7f6011145f5886abfee33)
* Improved doc-strings.Patrick Lehmann2022-12-242-0/+17
| | | | (cherry picked from commit 54ce76e3938413f9ee7d823cf63611c4ff5d8faf)
* Tiny fixes.Patrick Lehmann2022-12-242-8/+23
| | | | (cherry picked from commit 2cb36a37f5efa1185ba4c61ea65b49aa6e9345a0)
* Added new flag variables to __all__.Patrick Lehmann2022-12-241-4/+7
| | | | (cherry picked from commit a51422a1fd1c11a7add7b3ee799b93b98d5f20f0)
* Exposed new flags from libghdl: mb_comment, fexplicit, frelaxed.Patrick Lehmann2022-12-241-1/+4
| | | | (cherry picked from commit 2a78cc687299c5bc0f4f65127957dbe4d7176027)
* Enable and disable AMS support based on VHDLVersion.Patrick Lehmann2022-12-241-0/+3
| | | | (cherry picked from commit 04d141309147a5731ea3461d59cfc8e17ad57c82)
* Change encoding to latin-1 for libghdl (to comply with standard).Patrick Lehmann2022-12-245-10/+15
| | | | | | It can be monkey-patched via pyGHDL.libGHDL.ENCODING. (cherry picked from commit 2dd38de9d52493cde7c045ed73a987ed06bf617a)
* 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
| | | | For #2264
* Merge pull request #2255 from Paebbels/paebbels/f-stringstgingold2022-12-021-14/+10
|\ | | | | f-strings
| * 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
| | | | (cherry picked from commit cb2c42aae9a65f2418f135fa9d626fe491e6910a)
* 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
|
* vhdl: add support for default in interface subprogram. Fix #2163Tristan Gingold2022-08-072-327/+367
|
* vhdl-nodes: add Get/Set_Stop_Flag. For #2150Tristan Gingold2022-07-292-19/+39
|
* vhdl-nodes: add Get/Set_Reference_Terminal_FlagTristan Gingold2022-07-252-274/+294
|