aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add testcase for generic-mapped packageTristan Gingold2016-09-153-0/+56
|
* vhdl08: add support for generic-mapped packagesTristan Gingold2016-09-155-28/+47
|
* Comments and reformatting.Tristan Gingold2016-09-144-171/+120
|
* Add testcase for nested package instantiationTristan Gingold2016-09-142-0/+33
|
* vhdl08: add support for nested package instantiation.Tristan Gingold2016-09-145-14/+54
|
* Add testcase from issue #150Tristan Gingold2016-09-132-0/+34
|
* Add llvm-nodebug, an llvm backend more portable across llvm versions.Tristan Gingold2016-09-1217-7/+4883
| | | | Tested with llvm-3.8
* vhdl08: add dependency on package body in package instantiation.Tristan Gingold2016-09-121-1/+3
|
* Add testcase for generic packages.Tristan Gingold2016-09-1214-0/+202
|
* Makefile.in: fix library build during development.Tristan Gingold2016-09-121-1/+4
|
* vhdl08: avoid a crash on package instantiation failureTristan Gingold2016-09-121-1/+3
|
* Handle expanded name for interface package.Tristan Gingold2016-09-125-147/+155
|
* iirs: add Iir_Kinds_Simple_Concurrent_StatementTristan Gingold2016-09-124-40/+67
| | | | Also add Is_Valid
* vhdl08: strengthten nested packages.Tristan Gingold2016-09-125-13/+57
|
* parse: improve some error messages.Tristan Gingold2016-09-062-14/+27
|
* ghdllocal: set location of progress message.Tristan Gingold2016-09-051-1/+1
|
* Rework restriction checks on declarative item.Tristan Gingold2016-09-053-126/+367
| | | | Properly handle declarations in nested package.
* Add testcase for previous commit.Tristan Gingold2016-09-045-0/+2244
|
* vhdl08: preliminary work to support nested package bodies.Tristan Gingold2016-09-046-29/+83
|
* vcd,fst: avoid spurious error message for packages.Tristan Gingold2016-09-032-0/+9
|
* Add testcase for previous patch (very simple nested packages)Tristan Gingold2016-09-035-0/+65
|
* vhdl08: handle very simple nested packages.Tristan Gingold2016-09-036-119/+148
|
* oread: check for duplicate fields in records.Tristan Gingold2016-09-021-0/+9
|
* vhdl08: preliminary work for nested package and type association.Tristan Gingold2016-09-0112-317/+474
|
* vhdl08: parse and analyze interface types.Tristan Gingold2016-09-0115-252/+477
|
* ghdlprint: remove useless duplicate call.Tristan Gingold2016-09-011-2/+0
|
* Document response filesTristan Gingold2016-08-301-7/+12
|
* Add testcase for issue #136Tristan Gingold2016-08-294-0/+18
|
* ghdldrv: support response files.Tristan Gingold2016-08-291-18/+69
| | | | Fixes #136
* Add testcase for previous patchTristan Gingold2016-08-274-0/+53
|
* Avoid a crash with postponed assertions in vhdl08Tristan Gingold2016-08-274-84/+100
|
* Add testcase for previous patchTristan Gingold2016-08-275-0/+42
|
* Display a nice message if std_logic_textio is not found.Tristan Gingold2016-08-274-2/+8
|
* Add testcase for issue #140Tristan Gingold2016-08-263-0/+52
|
* Avoid crash on invalid selection of a procedure.Tristan Gingold2016-08-262-3/+10
| | | | Fixes #140
* Add testcase for issue #141.Tristan Gingold2016-08-262-0/+17
|
* Also consider 'not' for non-psl assert statement.Tristan Gingold2016-08-261-1/+1
| | | | Fixes #141
* Add testcase for issue #143Tristan Gingold2016-08-263-0/+42
|
* Avoid redudant quote in error messageTristan Gingold2016-08-261-2/+0
|
* Add testcase for issue #144Tristan Gingold2016-08-262-0/+19
|
* Avoid a crash on bad component name.Tristan Gingold2016-08-263-6/+20
| | | | Fixes #144
* Add testcase for issue #132Tristan Gingold2016-08-252-0/+15
|
* evaluation: factorize code, rewrite an error message.Tristan Gingold2016-08-251-12/+4
|
* Merge pull request #145 from enyx-opensource/mastertgingold2016-08-251-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 Keller2016-08-231-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/winbuildtgingold2016-08-2512-725/+763
|\ \ | |/ |/| Reworked compile scripts for Windows.
| * Silenced Import-Module and Remove-Module CmdLets, if verbose mode is active.Patrick Lehmann2016-08-087-19/+21
| |
| * Reworked compile scripts for Windows.Patrick Lehmann2016-08-085-706/+742
| |
* | Merge pull request #131 from Jonsba/jonsba/signals_selectiontgingold2016-08-033-10/+19
|\ \ | | | | | | Jonsba/signals selection
| * | Fix a bug when opening the wave option file provided.Jonas Baggett2016-08-031-2/+5
| | |