aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs.ads
Commit message (Expand)AuthorAgeFilesLines
* Add an analysis time check for bounds on port association.Tristan Gingold2016-09-241-1/+2
* vhdl08: first working example of interface type.Tristan Gingold2016-09-221-2/+9
* iirs: add association_element_subprogramTristan Gingold2016-09-201-0/+5
* vhdl08: create interface subprogram declaration.Tristan Gingold2016-09-191-7/+63
* vhdl08: preliminary work for package body instantiation.Tristan Gingold2016-09-181-14/+23
* Handle macro-expansion of instantiation of declaration with interface type.Tristan Gingold2016-09-161-0/+16
* Handle expanded name for interface package.Tristan Gingold2016-09-121-0/+2
* iirs: add Iir_Kinds_Simple_Concurrent_StatementTristan Gingold2016-09-121-5/+22
* vhdl08: preliminary work for nested package and type association.Tristan Gingold2016-09-011-20/+35
* vhdl08: parse and analyze interface types.Tristan Gingold2016-09-011-0/+58
* Avoid a crash with postponed assertions in vhdl08Tristan Gingold2016-08-271-0/+2
* Avoid a crash on bad component name.Tristan Gingold2016-08-261-0/+5
* Clean up links, repository-wide (#117)Ben Wiederhake2016-07-091-1/+1
* vhdl08: add support of case-generate statementTristan Gingold2016-07-071-4/+16
* Parse case generate statement.Tristan Gingold2016-07-051-0/+24
* parse: extract parse_case_statement.Tristan Gingold2016-07-051-1/+1
* Fix indentation and English mistakes.Tristan Gingold2016-07-051-3/+3
* Initial support of direct recursive instantiation.Tristan Gingold2016-07-031-0/+16
* Remove Get/Set_Type_ReferenceTristan Gingold2016-06-011-8/+0
* vhdl2008: implement new 'use clause' rules for types.Tristan Gingold2016-05-311-26/+87
* Adjust previous patch (detect incorrect use of PSL endpoint in expressions)Tristan Gingold2016-03-231-0/+2
* PSL: add clocked SERE, make endpoints visible from VHDL.Tristan Gingold2016-03-221-0/+8
* Create psl_endpoint_declaration.Tristan Gingold2016-03-201-3/+28
* psl: cover directive works on a sequence, not on a property.Tristan Gingold2016-02-141-0/+8
* PSL: move canon code to canon.adbTristan Gingold2016-02-141-0/+22
* Clean up some code and comments about constant declarations.Tristan Gingold2016-01-191-4/+4
* Add support for conditional assignments.Tristan Gingold2016-01-161-6/+85
* Set type staticness for a constant declaration and attribute specification.Tristan Gingold2016-01-111-6/+9
* Fix crash on invalid individual association.Tristan Gingold2015-11-071-0/+4
* Translate: explicitly clean transient types.Tristan Gingold2015-09-021-0/+8
* iirs: block_statement is a ref.Tristan Gingold2015-08-311-1/+2
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-0/+3
* Add suspend_flag.Tristan Gingold2015-06-071-0/+29
* Rework of overload resolution in implicit conversions.Tristan Gingold2015-05-261-9/+0
* Preliminary work to support external names (parse, semantic)Tristan Gingold2015-05-231-44/+80
* errors: remove error_msg and warning_msg.Tristan Gingold2015-05-171-1/+1
* Give priority to function calls without implicit conversion.Tristan Gingold2015-05-161-0/+9
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-131-3/+3
* Add ieee context files.Tristan Gingold2015-05-121-0/+2
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-6/+47
* iirs.ads: fix indentation and adjust pnodes.pyTristan Gingold2015-01-241-249/+249
* vhdl2008: expanded names in for-generate statements.Tristan Gingold2015-01-121-0/+2
* vhdl2008: handle expanded names in if-generate statements.Tristan Gingold2015-01-121-0/+4
* vhdl08: forbid simple block_specification for labeled if-generate statement.Tristan Gingold2015-01-101-0/+9
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-23/+97
* vhdl 2008: handle sized bit strings.Tristan Gingold2014-12-301-14/+41
* Rework string literals: store literals position.Tristan Gingold2014-12-291-51/+24
* Fix ghdl -m for jit: handle multiple libraries.Tristan Gingold2014-12-231-0/+3
* Reduce size of library_declaration.Tristan Gingold2014-12-221-13/+15
* Recognize some ieee.std_logic_1164 functions.Tristan Gingold2014-12-161-1/+23