aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/flags.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Formatting by black.Patrick Lehmann2022-12-241-8/+10
| | | | (cherry picked from commit 68f9ef6f18ac454dd25a180c6bf1046c8172174d)
* Improved doc-strings.Patrick Lehmann2022-12-241-0/+14
| | | | (cherry picked from commit 54ce76e3938413f9ee7d823cf63611c4ff5d8faf)
* 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)
* pyGHDL: add file_comments.pyTristan Gingold2022-11-201-0/+3
|
* black: rerun, to pick pyproject settingsumarcor2021-08-231-3/+1
|
* Black found more files - strange.Patrick Lehmann2021-06-171-2/+4
| | | | | | Executed black to make code unreadable. (cherry picked from commit 1b34c2368428b1ec295073ee47d201ac1def35f6)
* Using a decorator to bind libghdl to Python.Patrick Lehmann2021-06-171-7/+5
|
* pyGHDL: format using blackXiretza2021-02-101-4/+4
|
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-151-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Enhanced docstrings for Python/Ada interface.Patrick Lehmann2021-01-101-2/+9
|
* Reordered import statments to: std library, global install, current project.Patrick Lehmann2021-01-021-1/+3
|
* Add more missing file headers (incl. license info) to non-autogenerated ↵Patrick Lehmann2021-01-021-0/+34
| | | | Python files.
* pyGHDL/libghdl: fix absolute importsumarcor2020-12-291-1/+1
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-0/+14
* Rename 'python' to 'pyGHDL'. * Let 'thin' be 'libghdl'. * Move move 'pyutils.py' from 'python/libghdl/vhdl' to a separate package ('pyGHDL/libghdl/utils/'). * Update 'vhdl_langserver' accordingly. * Rename 'vhdl_langserver' to 'lsp'. * Move 'ghdl-ls' to 'pyGHDL/cli'.