Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 1 | -811/+0 |
| | | | | | | | | | | * Rename 'python' to 'pyGHDL'. * Let 'thin' be 'libghdl'. * Move move 'pyutils.py' from 'python/libghdl/vhdl' to a separate package ('pyGHDL/libghdl/utils/'). * Update 'vhdl_langserver' accordingly. * Rename 'vhdl_langserver' to 'lsp'. * Move 'ghdl-ls' to 'pyGHDL/cli'. | ||||
* | vhdl: recognize find_leftmost/find_rightmost. For #1460 | Tristan Gingold | 2020-09-16 | 1 | -182/+184 |
| | |||||
* | vhdl: recognize more std_logic_arith operators. | Tristan Gingold | 2020-08-07 | 1 | -184/+186 |
| | |||||
* | vhdl: add force and release tokens. For #1416 | Tristan Gingold | 2020-08-01 | 1 | -72/+72 |
| | |||||
* | vhdl: decode to_x01 (from ieee.std_logic_1164) | Tristan Gingold | 2020-06-19 | 1 | -200/+203 |
| | |||||
* | vhdl: recognize math_real.floor. For #1210 | Tristan Gingold | 2020-04-11 | 1 | -188/+189 |
| | |||||
* | vhdl: handle pragma synthesis_on/synthesis_off. | Tristan Gingold | 2020-04-11 | 1 | -180/+184 |
| | |||||
* | synth: handle ieee.numeric_std.to_01 | Tristan Gingold | 2020-03-22 | 1 | -193/+196 |
| | |||||
* | std_names: add *_reduce names. | Tristan Gingold | 2020-03-13 | 1 | -183/+189 |
| | |||||
* | vhdl-ieee-std_logic_arith: recognize more conversions. | Tristan Gingold | 2020-03-11 | 1 | -183/+184 |
| | |||||
* | [PATCH] Add names for synopsys packages. | Tristan Gingold | 2020-03-03 | 1 | -220/+223 |
| | |||||
* | vhdl: recognize conversion functions from std_logic_1164 | Tristan Gingold | 2020-02-18 | 1 | -189/+193 |
| | |||||
* | synth: handle ieee.math_real.round Fix #1075 | Tristan Gingold | 2020-01-10 | 1 | -181/+182 |
| | |||||
* | ams-vhdl: handle zoh, ltf and ztf attributes. | Tristan Gingold | 2019-12-31 | 1 | -3/+3 |
| | |||||
* | vhdl: recognize ieee.std_logic_1164.is_x. | Tristan Gingold | 2019-12-24 | 1 | -186/+187 |
| | |||||
* | vhdl: recognize sin and cos from math_real. | Tristan Gingold | 2019-11-26 | 1 | -178/+180 |
| | |||||
* | vhdl: recognize rising_edge/falling_edge. | Tristan Gingold | 2019-11-06 | 1 | -220/+221 |
| | |||||
* | Add names for formal input gates/attributes. | Tristan Gingold | 2019-10-30 | 1 | -167/+173 |
| | |||||
* | vhdl: recognize conv_integer functions from std_logic_arith. | Tristan Gingold | 2019-10-11 | 1 | -172/+174 |
| | |||||
* | vhdl: recognize std_logic_signed package (from synopsys). | Tristan Gingold | 2019-10-11 | 1 | -2/+2 |
| | |||||
* | vhdl: recognize conv_unsigned from ieee.std_logic_arith. | Tristan Gingold | 2019-10-10 | 1 | -171/+172 |
| | |||||
* | synth: handle package bodies. | Tristan Gingold | 2019-10-07 | 1 | -171/+172 |
| | |||||
* | 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 |