aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl/thin/vhdl/nodes_meta.py
Commit message (Collapse)AuthorAgeFilesLines
* synthesis: add option --vendor-library= for synthesis.Tristan Gingold2020-03-101-141/+145
|
* ams-vhdl: handle zoh, ltf and ztf attributes.Tristan Gingold2019-12-311-70/+78
|
* ams-vhdl: check nature for record natures and terminals.Tristan Gingold2019-12-301-206/+210
|
* vhdl: improve support of AMS-vhdl (array and record natures, source quantities)Tristan Gingold2019-12-281-287/+375
|
* vhdl: add Has_Delay_Machanism for optional 'inertial' printing.Tristan Gingold2019-12-261-13/+17
|
* vhdl: add exit/next flags.Tristan Gingold2019-09-181-95/+103
|
* vhdl: renames Conditional_Expression to Conditional_Expression_Chain.Tristan Gingold2019-09-021-3/+3
|
* synth: handle verification units.Tristan Gingold2019-08-201-245/+249
|
* vhdl: declare verification units (WIP).Tristan Gingold2019-08-161-245/+257
|
* vhdl: remove unused Get/Set_Choice_Order.Tristan Gingold2019-08-091-272/+268
|
* Rework libghdl build/install procedure (#840)1138-4EB2019-06-171-0/+1435
* 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