aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl/thin/std_names.py
Commit message (Collapse)AuthorAgeFilesLines
* vhdl: recognize conversion functions from std_logic_1164Tristan Gingold2020-02-181-189/+193
|
* synth: handle ieee.math_real.round Fix #1075Tristan Gingold2020-01-101-181/+182
|
* ams-vhdl: handle zoh, ltf and ztf attributes.Tristan Gingold2019-12-311-3/+3
|
* vhdl: recognize ieee.std_logic_1164.is_x.Tristan Gingold2019-12-241-186/+187
|
* vhdl: recognize sin and cos from math_real.Tristan Gingold2019-11-261-178/+180
|
* vhdl: recognize rising_edge/falling_edge.Tristan Gingold2019-11-061-220/+221
|
* Add names for formal input gates/attributes.Tristan Gingold2019-10-301-167/+173
|
* vhdl: recognize conv_integer functions from std_logic_arith.Tristan Gingold2019-10-111-172/+174
|
* vhdl: recognize std_logic_signed package (from synopsys).Tristan Gingold2019-10-111-2/+2
|
* vhdl: recognize conv_unsigned from ieee.std_logic_arith.Tristan Gingold2019-10-101-171/+172
|
* synth: handle package bodies.Tristan Gingold2019-10-071-171/+172
|
* vhdl: recognize rotate functions.Tristan Gingold2019-09-221-171/+173
|
* vhdl: recognize numeric_std shift_left.Tristan Gingold2019-09-111-171/+173
|
* vhdl: recognize ieee.numeric_std std_match.Tristan Gingold2019-08-301-171/+172
|
* vhdl: declare verification units (WIP).Tristan Gingold2019-08-161-27/+27
|
* vhdl: recognize PSL units reserved words.Tristan Gingold2019-08-161-652/+657
|
* python: regenerate files.Tristan Gingold2019-07-261-201/+205
|
* vhdl: add anonymous_signal_declaration.Tristan Gingold2019-07-031-173/+179
|
* Rework libghdl build/install procedure (#840)1138-4EB2019-06-171-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