aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.ads
Commit message (Expand)AuthorAgeFilesLines
* 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
* std_names: add identifiers from EDIF.Tristan Gingold2018-11-141-18/+50
* reorder names.Tristan Gingold2018-08-041-330/+458
* rework parse_expression to add parse_binary_expression.Tristan Gingold2018-08-041-101/+102
* std_names: add more keywords.Tristan Gingold2018-02-081-10/+13
* std_names: add localparam, trior, triand..Tristan Gingold2018-02-061-7/+14
* libraries: get rid of Nam_Buffer.Tristan Gingold2018-01-201-16/+17
* Preliminary support for tool directives.Tristan Gingold2017-11-061-1/+6
* Name_Last_Character: use usual notation.Tristan Gingold2017-10-051-3/+2
* textio: use grt.fcvt to write reals.Tristan Gingold2017-04-191-2/+3
* textio: use grt.fcvt to read real numbers.Tristan Gingold2017-04-191-2/+3
* vhdl08: implement 'subtype attributeTristan Gingold2017-01-131-4/+10
* ieee: recognize ieee.numeric_std.Tristan Gingold2016-12-301-4/+10
* vhdl08: parse parameter reserved word.Tristan Gingold2016-09-251-40/+40
* Display a nice message if std_logic_textio is not found.Tristan Gingold2016-08-271-1/+2
* Improve error message if synopsys package it not found.Tristan Gingold2016-07-181-13/+16
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-13/+20
* Move sources to src/ subdirectory.Tristan Gingold2014-11-041-0/+727