Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add testcase for generic-mapped package | Tristan Gingold | 2016-09-15 | 3 | -0/+56 |
| | |||||
* | vhdl08: add support for generic-mapped packages | Tristan Gingold | 2016-09-15 | 5 | -28/+47 |
| | |||||
* | Comments and reformatting. | Tristan Gingold | 2016-09-14 | 4 | -171/+120 |
| | |||||
* | Add testcase for nested package instantiation | Tristan Gingold | 2016-09-14 | 2 | -0/+33 |
| | |||||
* | vhdl08: add support for nested package instantiation. | Tristan Gingold | 2016-09-14 | 5 | -14/+54 |
| | |||||
* | Add testcase from issue #150 | Tristan Gingold | 2016-09-13 | 2 | -0/+34 |
| | |||||
* | Add llvm-nodebug, an llvm backend more portable across llvm versions. | Tristan Gingold | 2016-09-12 | 17 | -7/+4883 |
| | | | | Tested with llvm-3.8 | ||||
* | vhdl08: add dependency on package body in package instantiation. | Tristan Gingold | 2016-09-12 | 1 | -1/+3 |
| | |||||
* | Add testcase for generic packages. | Tristan Gingold | 2016-09-12 | 14 | -0/+202 |
| | |||||
* | Makefile.in: fix library build during development. | Tristan Gingold | 2016-09-12 | 1 | -1/+4 |
| | |||||
* | 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 | 5 | -13/+57 |
| | |||||
* | parse: improve some error messages. | Tristan Gingold | 2016-09-06 | 2 | -14/+27 |
| | |||||
* | ghdllocal: set location of progress message. | Tristan Gingold | 2016-09-05 | 1 | -1/+1 |
| | |||||
* | Rework restriction checks on declarative item. | Tristan Gingold | 2016-09-05 | 3 | -126/+367 |
| | | | | Properly handle declarations in nested package. | ||||
* | Add testcase for previous commit. | Tristan Gingold | 2016-09-04 | 5 | -0/+2244 |
| | |||||
* | vhdl08: preliminary work to support nested package bodies. | Tristan Gingold | 2016-09-04 | 6 | -29/+83 |
| | |||||
* | vcd,fst: avoid spurious error message for packages. | Tristan Gingold | 2016-09-03 | 2 | -0/+9 |
| | |||||
* | Add testcase for previous patch (very simple nested packages) | Tristan Gingold | 2016-09-03 | 5 | -0/+65 |
| | |||||
* | vhdl08: handle very simple nested packages. | Tristan Gingold | 2016-09-03 | 6 | -119/+148 |
| | |||||
* | oread: check for duplicate fields in records. | Tristan Gingold | 2016-09-02 | 1 | -0/+9 |
| | |||||
* | 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 |
| | |||||
* | ghdlprint: remove useless duplicate call. | Tristan Gingold | 2016-09-01 | 1 | -2/+0 |
| | |||||
* | Document response files | Tristan Gingold | 2016-08-30 | 1 | -7/+12 |
| | |||||
* | Add testcase for issue #136 | Tristan Gingold | 2016-08-29 | 4 | -0/+18 |
| | |||||
* | ghdldrv: support response files. | Tristan Gingold | 2016-08-29 | 1 | -18/+69 |
| | | | | Fixes #136 | ||||
* | Add testcase for previous patch | Tristan Gingold | 2016-08-27 | 4 | -0/+53 |
| | |||||
* | Avoid a crash with postponed assertions in vhdl08 | Tristan Gingold | 2016-08-27 | 4 | -84/+100 |
| | |||||
* | Add testcase for previous patch | Tristan Gingold | 2016-08-27 | 5 | -0/+42 |
| | |||||
* | Display a nice message if std_logic_textio is not found. | Tristan Gingold | 2016-08-27 | 4 | -2/+8 |
| | |||||
* | Add testcase for issue #140 | Tristan Gingold | 2016-08-26 | 3 | -0/+52 |
| | |||||
* | Avoid crash on invalid selection of a procedure. | Tristan Gingold | 2016-08-26 | 2 | -3/+10 |
| | | | | Fixes #140 | ||||
* | Add testcase for issue #141. | Tristan Gingold | 2016-08-26 | 2 | -0/+17 |
| | |||||
* | Also consider 'not' for non-psl assert statement. | Tristan Gingold | 2016-08-26 | 1 | -1/+1 |
| | | | | Fixes #141 | ||||
* | Add testcase for issue #143 | Tristan Gingold | 2016-08-26 | 3 | -0/+42 |
| | |||||
* | Avoid redudant quote in error message | Tristan Gingold | 2016-08-26 | 1 | -2/+0 |
| | |||||
* | Add testcase for issue #144 | Tristan Gingold | 2016-08-26 | 2 | -0/+19 |
| | |||||
* | Avoid a crash on bad component name. | Tristan Gingold | 2016-08-26 | 3 | -6/+20 |
| | | | | Fixes #144 | ||||
* | Add testcase for issue #132 | Tristan Gingold | 2016-08-25 | 2 | -0/+15 |
| | |||||
* | evaluation: factorize code, rewrite an error message. | Tristan Gingold | 2016-08-25 | 1 | -12/+4 |
| | |||||
* | Merge pull request #145 from enyx-opensource/master | tgingold | 2016-08-25 | 1 | -1/+1 |
|\ | | | | | Fix synopsys V08 library that was missing std_logic_1164-body.o. | ||||
| * | Fix synopsys V08 library that was missing std_logic_1164-body.o. | David Keller | 2016-08-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The objects from IEEE_SRCS were looked while objects from IEEE08_SRCS were built. Signed-off-by: David Keller <david.keller@enyx.fr> | ||||
* | | Merge pull request #139 from Paebbels/paebbels/winbuild | tgingold | 2016-08-25 | 12 | -725/+763 |
|\ \ | |/ |/| | Reworked compile scripts for Windows. | ||||
| * | Silenced Import-Module and Remove-Module CmdLets, if verbose mode is active. | Patrick Lehmann | 2016-08-08 | 7 | -19/+21 |
| | | |||||
| * | Reworked compile scripts for Windows. | Patrick Lehmann | 2016-08-08 | 5 | -706/+742 |
| | | |||||
* | | Merge pull request #131 from Jonsba/jonsba/signals_selection | tgingold | 2016-08-03 | 3 | -10/+19 |
|\ \ | | | | | | | Jonsba/signals selection | ||||
| * | | Fix a bug when opening the wave option file provided. | Jonas Baggett | 2016-08-03 | 1 | -2/+5 |
| | | |