aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.ads
Commit message (Expand)AuthorAgeFilesLines
* std_names: add more AMS namesTristan Gingold2023-01-181-1/+21
* vhdl: recognize log10 and sqrt from math_real. Fix #2176Tristan Gingold2022-08-141-10/+12
* vhdl: recognize ieee.math_real.sign, fix is_x recogn.Tristan Gingold2022-06-111-6/+7
* vhdl-sem: adjust condition to set suspend_state on proceduresTristan Gingold2022-06-071-9/+10
* std_names: add names from std.envTristan Gingold2022-05-291-3/+8
* std_names: add syn_black_boxTristan Gingold2021-11-121-1/+2
* vhdl: add tok_inherit. Preliminary work for #1899Tristan Gingold2021-11-031-20/+21
* std_names: add name keep.Tristan Gingold2021-08-271-1/+2
* std_names: add full and parallel case.Tristan Gingold2021-05-071-2/+4
* std_names: add Name_LocTristan Gingold2021-03-171-1/+2
* synth: handle pow and arctan from ieee.math_real. Fix #1665Tristan Gingold2021-02-271-6/+7
* std_names: add async_abort and sync_abort. For #1654Tristan Gingold2021-02-211-29/+31
* Add support for PSL onehot/onehot0 functions (#1633)T. Meissner2021-02-091-7/+9
* std_names: add gclk. For #1610Tristan Gingold2021-01-251-1/+2
* update license headersumarcor2021-01-141-11/+9
* vhdl: recognize ieee.numeric_std_unsigned. For #1572Tristan Gingold2021-01-011-13/+14
* vhdl: recognize find_leftmost/find_rightmost. For #1460Tristan Gingold2020-09-161-1/+3
* vhdl: recognize more std_logic_arith operators.Tristan Gingold2020-08-071-2/+4
* vhdl: add force and release tokens. For #1416Tristan Gingold2020-08-011-68/+68
* vhdl: decode to_x01 (from ieee.std_logic_1164)Tristan Gingold2020-06-191-18/+21
* vhdl: recognize math_real.floor. For #1210Tristan Gingold2020-04-111-6/+7
* vhdl: handle pragma synthesis_on/synthesis_off.Tristan Gingold2020-04-111-1/+3
* vhdl: recognize ext/sxt from std_logic_arith.Tristan Gingold2020-04-111-1/+3
* synth: handle ieee.numeric_std.to_01Tristan Gingold2020-03-221-16/+19
* std_names: add *_reduce names.Tristan Gingold2020-03-131-5/+11
* vhdl-ieee-std_logic_arith: recognize more conversions.Tristan Gingold2020-03-111-5/+6
* [PATCH] Add names for synopsys packages.Tristan Gingold2020-03-031-47/+51
* vhdl: recognize conversion functions from std_logic_1164Tristan Gingold2020-02-181-11/+15
* synth: handle ieee.math_real.round Fix #1075Tristan Gingold2020-01-101-3/+4
* 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-8/+9
* vhdl: recognize sin and cos from math_real.Tristan Gingold2019-11-261-1/+3
* vhdl-scanner: handle 'synopsys' pragma.Tristan Gingold2019-11-041-10/+11
* Add names for formal input gates/attributes.Tristan Gingold2019-10-301-1/+8
* vhdl: recognize conv_integer functions from std_logic_arith.Tristan Gingold2019-10-111-4/+6
* 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-3/+4
* vhdl: recognize to_bitvector.Tristan Gingold2019-10-071-3/+4
* vhdl: recognize rotate functions.Tristan Gingold2019-09-221-3/+5
* vhdl: recognize numeric_std shift_left.Tristan Gingold2019-09-111-3/+5
* std_names: add std_matchTristan Gingold2019-08-301-3/+4
* vhdl: recognize PSL units reserved words.Tristan Gingold2019-08-161-10/+10
* vhdl: add PSL keywords to vhdl08 reserved words.Tristan Gingold2019-08-141-133/+135
* vhdl: handle (discard) more pragmas.Tristan Gingold2019-07-251-1/+6
* vhdl scanner: handle pragma translate_on/translate_off.Tristan Gingold2019-07-241-1/+4
* vhdl: recognize resize function.Tristan Gingold2019-07-241-3/+4
* std_names: add names for math_real.Tristan Gingold2019-06-281-1/+4
* vhdl: recognize to_integer/to_signed/to_unsigned.Tristan Gingold2019-06-201-1/+4
* names: add more sv names.Tristan Gingold2019-05-111-39/+60
* std_names: add new names.Tristan Gingold2018-12-071-5/+16