Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 1 | -106/+0 |
| | | | | | | | | | | * 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'. | ||||
* | libraries: Load_Std_Library: now return a status. | Tristan Gingold | 2020-12-26 | 1 | -1/+6 |
| | | | | | | Propagate this change to libghdl and python binding to avoid abort. For #1551 | ||||
* | python: execute 'black' | eine | 2020-08-23 | 1 | -12/+11 |
| | |||||
* | py: adjust blank lines to PEP 8 for vhdl_langserver (#1434) | m-kru | 2020-08-15 | 1 | -0/+2 |
| | | | | | | Why? 1. Conform to PEP 8. 2. Easier to read. 3. Make tools, such as PyCharm, not complain. | ||||
* | libghdl: preliminary work to also support synth. | Tristan Gingold | 2019-08-13 | 1 | -0/+1 |
| | |||||
* | libghdl: automatically set the prefix from shared library | Tristan Gingold | 2019-07-09 | 1 | -12/+17 |
| | |||||
* | python: add errorout_console, disp_config. | Tristan Gingold | 2019-07-08 | 1 | -0/+3 |
| | |||||
* | python: refine the result of set_option. | Tristan Gingold | 2019-06-26 | 1 | -1/+2 |
| | |||||
* | libghdl: fix support for non-posix OS. | Tristan Gingold | 2019-06-24 | 1 | -1/+2 |
| | |||||
* | python: add version.py, check it in configure. | Tristan Gingold | 2019-06-24 | 1 | -1/+1 |
| | |||||
* | setup.py: rework version extraction. | Tristan Gingold | 2019-06-21 | 1 | -1/+1 |
| | |||||
* | libghdl: just put the version in config.py | Tristan Gingold | 2019-06-20 | 1 | -23/+33 |
| | |||||
* | libghdl/__init__.py: rework prefix search. | Tristan Gingold | 2019-06-20 | 1 | -23/+55 |
| | |||||
* | Rework libghdl build/install procedure (#840) | 1138-4EB | 2019-06-17 | 1 | -0/+47 |
* feat(libghdl): add libghdl_pkg.py, add option to generate libghdl-py.tgz with dist/travis/build.sh * libghdl*.so is now part of GHDL * move python sources to python/libghdl and python/pnodes * rename src/vhdl/python to src/vhdl/libghdl * add generation of tarball for libghdl-py to the makefile * deprecate --enable-python and --disable-python * add configuration option --disable-libghdl * feat(python/libghdl): add support for LIBGHDL_PREFIX (#844) * fix(travis): disable libghdl on mac * feat(python/libghdl): add support for GHDL_BIN_PATH and VUNIT_GHDL_PATH |