aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
Commit message (Collapse)AuthorAgeFilesLines
* Parse case generate statement.Tristan Gingold2016-07-056-79/+269
|
* parse: extract parse_case_statement.Tristan Gingold2016-07-052-84/+101
|
* Fix indentation and English mistakes.Tristan Gingold2016-07-0524-101/+92
|
* A package instantiation does not depend on the body if it is not required.Tristan Gingold2016-07-031-4/+6
| | | | Tentative fix for issue #107.
* vhdl08: fix parse of elsif in generate.Tristan Gingold2016-07-031-9/+31
|
* Enable vest recursive instantiation test.Tristan Gingold2016-07-033-8/+23
|
* Initial support of direct recursive instantiation.Tristan Gingold2016-07-0313-400/+605
| | | | Fix issue #2.
* Handle uninstantiated packages without body.Tristan Gingold2016-06-282-14/+38
|
* trans-chap4: remove a when others.Tristan Gingold2016-06-281-4/+2
|
* simulate/execution: uses grt.stringsTristan Gingold2016-06-281-5/+6
|
* Handle default parameters for file_open.Tristan Gingold2016-06-024-7/+22
| | | | Display backtrace for error in file_open.
* Remove Get/Set_Type_ReferenceTristan Gingold2016-06-016-217/+166
|
* vhdl2008: implement new 'use clause' rules for types.Tristan Gingold2016-05-3110-231/+444
| | | | Adjust test issue72.
* Individual association: fix crash for array conversion due to slice.Tristan Gingold2016-05-271-0/+6
| | | | Fix for issue73.
* Minor cleanup.Tristan Gingold2016-03-311-9/+0
|
* simulation: remove unused kind_range.Tristan Gingold2016-03-292-9/+1
|
* Avoid a crash on error.Tristan Gingold2016-03-265-91/+73
| | | | Fix bug041.
* Adjust previous patch (detect incorrect use of PSL endpoint in expressions)Tristan Gingold2016-03-233-167/+171
|
* PSL: add clocked SERE, make endpoints visible from VHDL.Tristan Gingold2016-03-2217-237/+423
|
* Create psl_endpoint_declaration.Tristan Gingold2016-03-204-169/+226
|
* wip.Tristan Gingold2016-03-201-1/+3
|
* PSL: add counters, generate rti and add --psl-reportTristan Gingold2016-03-184-57/+66
|
* PSL translate: handle bit type.Tristan Gingold2016-03-181-4/+8
|
* translation: avoid memory leak while allocating ports.Tristan Gingold2016-03-164-18/+36
| | | | Issue found in bug040.
* trans-chap12: extract gen_stubs from write_list_list.Tristan Gingold2016-03-112-13/+54
|
* simulation: reuse Mode_Signal_Type from grt.types.Tristan Gingold2016-03-105-72/+76
|
* elaboration: use std_time to represent time in signal table.Tristan Gingold2016-03-103-9/+9
|
* simulation: add block id.Tristan Gingold2016-03-103-1/+13
|
* simul debugger: display packages and configuration.Tristan Gingold2016-03-101-2/+12
|
* trans-chap12: refactor.Tristan Gingold2016-03-072-53/+70
|
* translate: separate decl and stmt elab subprograms.Tristan Gingold2016-02-236-96/+319
|
* translate: minor reformating.Tristan Gingold2016-02-211-24/+19
|
* grt: remove rti field in signals (to reduce space).Tristan Gingold2016-02-211-1/+0
|
* ortho: rename start/finish_const_value to start/finish_init_value.Tristan Gingold2016-02-218-64/+64
|
* trans-chap12: factorize code.Tristan Gingold2016-02-201-9/+1
|
* Refactoring in simulate in order to link with ortho.Tristan Gingold2016-02-2016-1213/+1307
|
* parse: detect early use of signature in expressions.Tristan Gingold2016-02-181-1/+8
|
* parse: avoid weird error message for end protected.Tristan Gingold2016-02-171-1/+8
|
* assocations: check rules for unconstrained formal (LRM08 5.3.2.2 e 3)Tristan Gingold2016-02-172-4/+39
| | | | Fix issue40
* Tentative fix for issue43.Tristan Gingold2016-02-171-1/+1
|
* Fix crash of issue42.Tristan Gingold2016-02-171-1/+2
|
* simul debugger: add info instancesTristan Gingold2016-02-172-3/+46
|
* psl: cover directive works on a sequence, not on a property.Tristan Gingold2016-02-171-2/+0
|
* PSL: move canon code to canon.adbTristan Gingold2016-02-171-0/+2
|
* simul: fix local protected object, boolean for-generate loopTristan Gingold2016-02-143-38/+51
|
* simul debugger: handle more concurrent statements.Tristan Gingold2016-02-141-0/+50
|
* simul: more fixes for std_ulogic.Tristan Gingold2016-02-142-17/+21
|
* psl: cover directive works on a sequence, not on a property.Tristan Gingold2016-02-1416-78/+292
|
* simul: preliminary work to support PSL.Tristan Gingold2016-02-147-105/+323
|
* PSL: move canon code to canon.adbTristan Gingold2016-02-147-135/+308
|