Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vhdl: recognize rotate functions. | Tristan Gingold | 2019-09-22 | 1 | -171/+173 |
| | |||||
* | vhdl: recognize numeric_std shift_left. | Tristan Gingold | 2019-09-11 | 1 | -171/+173 |
| | |||||
* | vhdl: recognize ieee.numeric_std std_match. | Tristan Gingold | 2019-08-30 | 1 | -171/+172 |
| | |||||
* | vhdl: declare verification units (WIP). | Tristan Gingold | 2019-08-16 | 1 | -27/+27 |
| | |||||
* | vhdl: recognize PSL units reserved words. | Tristan Gingold | 2019-08-16 | 1 | -652/+657 |
| | |||||
* | python: regenerate files. | Tristan Gingold | 2019-07-26 | 1 | -201/+205 |
| | |||||
* | vhdl: add anonymous_signal_declaration. | Tristan Gingold | 2019-07-03 | 1 | -173/+179 |
| | |||||
* | Rework libghdl build/install procedure (#840) | 1138-4EB | 2019-06-17 | 1 | -0/+747 |
* 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 |