aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/nodes_meta.adb
Commit message (Collapse)AuthorAgeFilesLines
* vhdl08: first working example of interface type.Tristan Gingold2016-09-221-9/+17
|
* iirs: add association_element_subprogramTristan Gingold2016-09-201-243/+261
|
* vhdl08: create interface subprogram declaration.Tristan Gingold2016-09-191-157/+229
|
* vhdl08: preliminary work for package body instantiation.Tristan Gingold2016-09-181-77/+86
|
* Handle macro-expansion of instantiation of declaration with interface type.Tristan Gingold2016-09-161-183/+213
|
* Handle expanded name for interface package.Tristan Gingold2016-09-121-144/+146
|
* iirs: add Iir_Kinds_Simple_Concurrent_StatementTristan Gingold2016-09-121-34/+34
| | | | Also add Is_Valid
* vhdl08: preliminary work for nested package and type association.Tristan Gingold2016-09-011-245/+279
|
* vhdl08: parse and analyze interface types.Tristan Gingold2016-09-011-210/+263
|
* Avoid a crash with postponed assertions in vhdl08Tristan Gingold2016-08-271-80/+84
|
* vhdl08: add support of case-generate statementTristan Gingold2016-07-071-19/+42
|
* Parse case generate statement.Tristan Gingold2016-07-051-75/+103
|
* Initial support of direct recursive instantiation.Tristan Gingold2016-07-031-252/+282
| | | | Fix issue #2.
* Remove Get/Set_Type_ReferenceTristan Gingold2016-06-011-180/+158
|
* vhdl2008: implement new 'use clause' rules for types.Tristan Gingold2016-05-311-158/+180
| | | | Adjust test issue72.
* Adjust previous patch (detect incorrect use of PSL endpoint in expressions)Tristan Gingold2016-03-231-164/+166
|
* PSL: add clocked SERE, make endpoints visible from VHDL.Tristan Gingold2016-03-221-167/+173
|
* Create psl_endpoint_declaration.Tristan Gingold2016-03-201-164/+193
|
* psl: cover directive works on a sequence, not on a property.Tristan Gingold2016-02-141-8/+16
|
* PSL: move canon code to canon.adbTristan Gingold2016-02-141-80/+146
|
* Clean up some code and comments about constant declarations.Tristan Gingold2016-01-191-2/+2
|
* Add support for conditional assignments.Tristan Gingold2016-01-161-258/+367
|
* Set type staticness for a constant declaration and attribute specification.Tristan Gingold2016-01-111-208/+210
| | | | Fix for issue 10.
* Fix crash on invalid individual association.Tristan Gingold2015-11-071-232/+234
|
* Translate: explicitly clean transient types.Tristan Gingold2015-09-021-90/+105
|
* iirs: block_statement is a ref.Tristan Gingold2015-08-311-2/+2
|
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-90/+92
| | | | | translate: separate info for signals from object. Improve some error messages.
* Add suspend_flag.Tristan Gingold2015-06-071-154/+190
|
* Rework of overload resolution in implicit conversions.Tristan Gingold2015-05-261-113/+96
| | | | Fix tiket 81.
* Preliminary work to support external names (parse, semantic)Tristan Gingold2015-05-231-43/+199
|
* errors: remove error_msg and warning_msg.Tristan Gingold2015-05-171-2/+2
|
* Give priority to function calls without implicit conversion.Tristan Gingold2015-05-161-89/+104
| | | | Fix ticket 64.
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-131-11/+31
| | | | For ticket 48.
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-239/+291
|
* vhdl2008: expanded names in for-generate statements.Tristan Gingold2015-01-121-65/+67
|
* vhdl2008: handle expanded names in if-generate statements.Tristan Gingold2015-01-121-66/+70
|
* vhdl08: forbid simple block_specification for labeled if-generate statement.Tristan Gingold2015-01-101-76/+100
|
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-116/+222
|
* vhdl 2008: handle sized bit strings.Tristan Gingold2014-12-301-229/+274
|
* Rework string literals: store literals position.Tristan Gingold2014-12-291-316/+260
|
* Fix ghdl -m for jit: handle multiple libraries.Tristan Gingold2014-12-231-159/+161
|
* Reduce size of library_declaration.Tristan Gingold2014-12-221-3/+3
|
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-225/+155
|
* reduce size of enumeration_literal.Tristan Gingold2014-12-141-169/+154
|
* iirs: reduce size of interface objects.Tristan Gingold2014-12-141-191/+186
|
* iirs: reduce size of signal_declaration.Tristan Gingold2014-12-141-144/+174
|
* iirs: reduce memory size.Tristan Gingold2014-12-141-276/+192
|
* Put attribute_value_chain in parent.Tristan Gingold2014-12-141-4/+0
|
* iirs: move delay_mechanism to flag1; adjust xtools/pnodes.py for new sources.Tristan Gingold2014-12-131-3/+3
|
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+9409