Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update license headers | umarcor | 2021-01-14 | 3 | -33/+27 |
| | |||||
* | Rework initialization and finalization. | Tristan Gingold | 2020-12-30 | 1 | -1/+2 |
| | | | | libghdl can now be re-initialized. | ||||
* | libraries: Load_Std_Library: now return a status. | Tristan Gingold | 2020-12-26 | 2 | -5/+31 |
| | | | | | | Propagate this change to libghdl and python binding to avoid abort. For #1551 | ||||
* | ghdlcomp: renaming; allow files in any order for --synth. | Tristan Gingold | 2020-01-30 | 1 | -1/+1 |
| | |||||
* | libghdl: also add synthesis part. For #884 | Tristan Gingold | 2019-08-13 | 1 | -0/+2 |
| | |||||
* | libghdl: preliminary work to also support synth. | Tristan Gingold | 2019-08-13 | 2 | -4/+9 |
| | |||||
* | libghdl: automatically set the prefix from shared library | Tristan Gingold | 2019-07-09 | 2 | -0/+8 |
| | |||||
* | Error_Msg_Option: do not raise exception. | Tristan Gingold | 2019-06-25 | 1 | -1/+2 |
| | |||||
* | Rework libghdl build/install procedure (#840) | 1138-4EB | 2019-06-17 | 3 | -0/+180 |
* 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 |