aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/libghdl/libghdl.ads
Commit message (Collapse)AuthorAgeFilesLines
* update license headersumarcor2021-01-141-11/+9
|
* Rework initialization and finalization.Tristan Gingold2020-12-301-1/+2
| | | | libghdl can now be re-initialized.
* libraries: Load_Std_Library: now return a status.Tristan Gingold2020-12-261-0/+3
| | | | | | Propagate this change to libghdl and python binding to avoid abort. For #1551
* libghdl: also add synthesis part. For #884Tristan Gingold2019-08-131-0/+2
|
* libghdl: preliminary work to also support synth.Tristan Gingold2019-08-131-0/+3
|
* libghdl: automatically set the prefix from shared libraryTristan Gingold2019-07-091-0/+3
|
* Rework libghdl build/install procedure (#840)1138-4EB2019-06-171-0/+33
* 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