Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vhdl: recognize to_integer/to_signed/to_unsigned. | Tristan Gingold | 2019-06-20 | 1 | -0/+3 |
| | |||||
* | names: add more sv names. | Tristan Gingold | 2019-05-11 | 1 | -1/+21 |
| | |||||
* | std_names: remove duplicate entries. | Tristan Gingold | 2018-12-17 | 1 | -10/+0 |
| | |||||
* | std_names: add new names. | Tristan Gingold | 2018-12-07 | 1 | -3/+24 |
| | |||||
* | std_names: add identifiers from EDIF. | Tristan Gingold | 2018-11-14 | 1 | -2/+33 |
| | |||||
* | reorder names. | Tristan Gingold | 2018-08-04 | 1 | -105/+216 |
| | |||||
* | rework parse_expression to add parse_binary_expression. | Tristan Gingold | 2018-08-04 | 1 | -6/+6 |
| | | | | This is needed to complete PSL expression parsing. | ||||
* | std_names: add more keywords. | Tristan Gingold | 2018-02-08 | 1 | -2/+6 |
| | |||||
* | std_names: add localparam, trior, triand.. | Tristan Gingold | 2018-02-06 | 1 | -0/+4 |
| | |||||
* | libraries: get rid of Nam_Buffer. | Tristan Gingold | 2018-01-20 | 1 | -0/+1 |
| | |||||
* | Preliminary support for tool directives. | Tristan Gingold | 2017-11-06 | 1 | -0/+5 |
| | |||||
* | textio: use grt.fcvt to write reals. | Tristan Gingold | 2017-04-19 | 1 | -0/+1 |
| | |||||
* | textio: use grt.fcvt to read real numbers. | Tristan Gingold | 2017-04-19 | 1 | -0/+1 |
| | |||||
* | vhdl08: implement 'subtype attribute | Tristan Gingold | 2017-01-13 | 1 | -0/+2 |
| | | | | Fix #253 | ||||
* | ieee: recognize ieee.numeric_std. | Tristan Gingold | 2016-12-30 | 1 | -0/+6 |
| | |||||
* | name_table: auto-initialize. | Tristan Gingold | 2016-11-01 | 1 | -2/+0 |
| | |||||
* | vhdl08: parse parameter reserved word. | Tristan Gingold | 2016-09-25 | 1 | -1/+1 |
| | |||||
* | Display a nice message if std_logic_textio is not found. | Tristan Gingold | 2016-08-27 | 1 | -0/+1 |
| | |||||
* | Improve error message if synopsys package it not found. | Tristan Gingold | 2016-07-18 | 1 | -11/+14 |
| | |||||
* | Add context declaration and reference (vhdl 2008). | Tristan Gingold | 2015-05-12 | 1 | -0/+2 |
| | |||||
* | std_names: remove dependency on tokens. | Tristan Gingold | 2015-01-27 | 1 | -7/+137 |
| | |||||
* | Move sources to src/ subdirectory. | Tristan Gingold | 2014-11-04 | 1 | -0/+482 |