Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vhdl08: create interface subprogram declaration. | Tristan Gingold | 2016-09-19 | 12 | -203/+412 |
| | |||||
* | vhdl08: preliminary work for package body instantiation. | Tristan Gingold | 2016-09-18 | 13 | -136/+329 |
| | |||||
* | Move Library_To_File_Name from Back_End to Libraries | Tristan Gingold | 2016-09-17 | 2 | -49/+0 |
| | |||||
* | Handle macro-expansion of instantiation of declaration with interface type. | Tristan Gingold | 2016-09-16 | 8 | -206/+438 |
| | |||||
* | Adjust disp_vhdl for nested packages. | Tristan Gingold | 2016-09-15 | 1 | -5/+16 |
| | |||||
* | vhdl08: handle new visibility rule of generic interface list. | Tristan Gingold | 2016-09-15 | 1 | -5/+20 |
| | |||||
* | vhdl08: handle interface type in generic-mapped package | Tristan Gingold | 2016-09-15 | 5 | -6/+131 |
| | |||||
* | sem_stmts: reformatting. | Tristan Gingold | 2016-09-15 | 1 | -4/+2 |
| | |||||
* | vhdl08: add support for generic-mapped packages | Tristan Gingold | 2016-09-15 | 5 | -28/+47 |
| | |||||
* | Comments and reformatting. | Tristan Gingold | 2016-09-14 | 3 | -163/+116 |
| | |||||
* | vhdl08: add support for nested package instantiation. | Tristan Gingold | 2016-09-14 | 5 | -14/+54 |
| | |||||
* | vhdl08: add dependency on package body in package instantiation. | Tristan Gingold | 2016-09-12 | 1 | -1/+3 |
| | |||||
* | vhdl08: avoid a crash on package instantiation failure | Tristan Gingold | 2016-09-12 | 1 | -1/+3 |
| | |||||
* | Handle expanded name for interface package. | Tristan Gingold | 2016-09-12 | 5 | -147/+155 |
| | |||||
* | iirs: add Iir_Kinds_Simple_Concurrent_Statement | Tristan Gingold | 2016-09-12 | 4 | -40/+67 |
| | | | | Also add Is_Valid | ||||
* | vhdl08: strengthten nested packages. | Tristan Gingold | 2016-09-12 | 4 | -13/+56 |
| | |||||
* | parse: improve some error messages. | Tristan Gingold | 2016-09-06 | 2 | -14/+27 |
| | |||||
* | Rework restriction checks on declarative item. | Tristan Gingold | 2016-09-05 | 3 | -126/+367 |
| | | | | Properly handle declarations in nested package. | ||||
* | vhdl08: preliminary work to support nested package bodies. | Tristan Gingold | 2016-09-04 | 6 | -29/+83 |
| | |||||
* | vhdl08: handle very simple nested packages. | Tristan Gingold | 2016-09-03 | 6 | -119/+148 |
| | |||||
* | vhdl08: preliminary work for nested package and type association. | Tristan Gingold | 2016-09-01 | 12 | -317/+474 |
| | |||||
* | vhdl08: parse and analyze interface types. | Tristan Gingold | 2016-09-01 | 15 | -252/+477 |
| | |||||
* | Avoid a crash with postponed assertions in vhdl08 | Tristan Gingold | 2016-08-27 | 4 | -84/+100 |
| | |||||
* | Display a nice message if std_logic_textio is not found. | Tristan Gingold | 2016-08-27 | 1 | -0/+4 |
| | |||||
* | Avoid crash on invalid selection of a procedure. | Tristan Gingold | 2016-08-26 | 2 | -3/+10 |
| | | | | Fixes #140 | ||||
* | Also consider 'not' for non-psl assert statement. | Tristan Gingold | 2016-08-26 | 1 | -1/+1 |
| | | | | Fixes #141 | ||||
* | Avoid redudant quote in error message | Tristan Gingold | 2016-08-26 | 1 | -2/+0 |
| | |||||
* | Avoid a crash on bad component name. | Tristan Gingold | 2016-08-26 | 3 | -6/+20 |
| | | | | Fixes #144 | ||||
* | evaluation: factorize code, rewrite an error message. | Tristan Gingold | 2016-08-25 | 1 | -12/+4 |
| | |||||
* | Rewrite most of error and warning messages. | Tristan Gingold | 2016-08-02 | 15 | -107/+165 |
| | |||||
* | Rewrite error messages. | Tristan Gingold | 2016-08-02 | 22 | -917/+897 |
| | |||||
* | Rewrite scan error messages: use formatting. | Tristan Gingold | 2016-08-02 | 17 | -241/+456 |
| | |||||
* | Rework warnings to have a uniq tag per warning. | Tristan Gingold | 2016-08-01 | 16 | -104/+263 |
| | |||||
* | sem_expr: minor rework. | Tristan Gingold | 2016-07-30 | 1 | -3/+2 |
| | |||||
* | Add comment. | Tristan Gingold | 2016-07-30 | 1 | -1/+7 |
| | |||||
* | Improve handling of direction in aggregate. | Tristan Gingold | 2016-07-30 | 1 | -5/+15 |
| | |||||
* | Fix translation of leftof/rightof. | Tristan Gingold | 2016-07-30 | 1 | -2/+4 |
| | |||||
* | Allow alias of literals in strings. | Tristan Gingold | 2016-07-30 | 2 | -6/+22 |
| | | | | Fix issue #125 | ||||
* | Improve error message if synopsys package it not found. | Tristan Gingold | 2016-07-18 | 1 | -3/+23 |
| | |||||
* | sem: handle case-generate in block configuration. | Tristan Gingold | 2016-07-17 | 1 | -2/+55 |
| | |||||
* | ghdldrv: add --bootstrap-standard to simplify build. | Tristan Gingold | 2016-07-15 | 1 | -1/+3 |
| | |||||
* | Clean up links, repository-wide (#117) | Ben Wiederhake | 2016-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * https: ieee.org * https: readthedocs * https: technet.com * https: debian.org * https: w3.org * Fix or mark dead links | ||||
* | Adjust xrefs for case-generate and context declaration. | Tristan Gingold | 2016-07-07 | 1 | -3/+9 |
| | |||||
* | disp_vhdl: support context declaration and reference | Tristan Gingold | 2016-07-07 | 1 | -7/+39 |
| | |||||
* | vhdl08: add support of case-generate statement | Tristan Gingold | 2016-07-07 | 16 | -231/+693 |
| | |||||
* | Parse case generate statement. | Tristan Gingold | 2016-07-05 | 6 | -79/+269 |
| | |||||
* | parse: extract parse_case_statement. | Tristan Gingold | 2016-07-05 | 2 | -84/+101 |
| | |||||
* | Fix indentation and English mistakes. | Tristan Gingold | 2016-07-05 | 24 | -101/+92 |
| | |||||
* | A package instantiation does not depend on the body if it is not required. | Tristan Gingold | 2016-07-03 | 1 | -4/+6 |
| | | | | Tentative fix for issue #107. | ||||
* | vhdl08: fix parse of elsif in generate. | Tristan Gingold | 2016-07-03 | 1 | -9/+31 |
| |