aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | | | * Added DLL search path for Python ≥3.8. Let Windows CPython 64-bit execute GHDL in msys64/mingw64. * Fix executable name of Python based on the current environment. (cherry picked from commit 618c8149df1fa53d06cb197d65b3b10a02ae52ee) * Removed debug code.
* More DOM improvements (#1806)Patrick Lehmann2021-06-263-10/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First try to handle names. * Reworked names. * Reworked range expressions. * Handle AttributeNames. * Added handling of file declaration and attribute declarations. * Improved error outputs. * Handle protected types. * Make black happy with ugly code. * Handle Null literal and File parameters. * File type and physical type. * Don't fail on reported syntax errors. Catch call errors into libghdl. * Improved Sanity checks for pyGHDL.dom. * Load sourcecode via Python and process in-memory. Fixed testcases. * Added package instantiations and packages with generics. * Added UseClause, AttributeSpecification and PhysicalTypes. * Improved pretty-printing. * Fixed AttributeName in subtype indication. * Get code position of IIR nodes. * Added DOMMixin into all derived classes. * Mark as not yet implemented. * Pinned pyVHDLModel version to v0.10.4. * Removed xfail in LSP test. Bumped requirement of pyVHDLModel to v0.10.4. Fixed some Codacy issues. (cherry picked from commit f64e7ed7c3d69cbf84cd60db8e9b085e90b846cb)
* 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
| | | | This function is the most likely to be called on a Null_Iir node.
* 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
| | | | Add missing types in _types.py, adjust lsp
* 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
| | | | | | Executed black to make code unreadable. (cherry picked from commit 1b34c2368428b1ec295073ee47d201ac1def35f6)
* 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: parse PSL onehot/onehot0 builtin calls. For #662 * update pyGHDL bindings * Synthesis of PSL built-in onehot/onehot0 function. * testsuite/synth: add tests of PSL built-in functions onehot()/onehot0() for #662 * doc: add info about PSL built-in functions onehot()/onehot0() for #662 * synth: refactor synthesis of onehot/onehot0 functions Co-authored-by: eine <eine@users.noreply.github.com>
* 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
| | | | Regenerate python files.
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-1523-363/+339
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated pre-compile scripts for OSVVM. * Reworked script for Vivado. * Reworked script for ISE. * Reworked UVVM compile script. Cannot be tested due to missing feature in GHDL see #1593. * Reworked scripts for Altera, Intel and Lattice. * Updated module imports. * Adjusted warnings. * Read OSVVM package files from compile-order file 'osvvm.pro'. * Support OSVVM and OSVVMLibraries as source directory. * Added support for OSVVM models to precompile script. * First update to the pre-compile scripts documentation. * Minimized file headers and redundant documentation. Using PowerShell's feature to document files, functions and modules. * Updated README in precompile scripts directory. * license: update headers of pyGHDL, scripts/windows, libraries/vendors * Fixed ForegroundColor and InvocationName. Co-authored-by: umarcor <unai.martinezcorral@ehu.eus>
* 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 ↵Patrick Lehmann2021-01-102-9/+10
| | | | utf-8 encoding/decoding.
* Implemented a decorator to pre-calculate enum position to enum literal name ↵Patrick Lehmann2021-01-103-38/+70
| | | | lookups.