aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl08: first working example of interface type.Tristan Gingold2016-09-221-0/+16
* iirs: add association_element_subprogramTristan Gingold2016-09-201-0/+1
* vhdl08: create interface subprogram declaration.Tristan Gingold2016-09-191-0/+2
* vhdl08: preliminary work for package body instantiation.Tristan Gingold2016-09-181-16/+33
* Handle macro-expansion of instantiation of declaration with interface type.Tristan Gingold2016-09-161-0/+32
* iirs: add Iir_Kinds_Simple_Concurrent_StatementTristan Gingold2016-09-121-1/+6
* vhdl08: preliminary work for nested package and type association.Tristan Gingold2016-09-011-9/+10
* vhdl08: parse and analyze interface types.Tristan Gingold2016-09-011-0/+18
* vhdl08: add support of case-generate statementTristan Gingold2016-07-071-1/+17
* Parse case generate statement.Tristan Gingold2016-07-051-0/+1
* Initial support of direct recursive instantiation.Tristan Gingold2016-07-031-0/+32
* Remove Get/Set_Type_ReferenceTristan Gingold2016-06-011-16/+0
* vhdl2008: implement new 'use clause' rules for types.Tristan Gingold2016-05-311-0/+16
* Create psl_endpoint_declaration.Tristan Gingold2016-03-201-2/+3
* psl: cover directive works on a sequence, not on a property.Tristan Gingold2016-02-141-0/+16
* PSL: move canon code to canon.adbTristan Gingold2016-02-141-0/+48
* Add support for conditional assignments.Tristan Gingold2016-01-161-3/+29
* Set type staticness for a constant declaration and attribute specification.Tristan Gingold2016-01-111-2/+2
* Translate: explicitly clean transient types.Tristan Gingold2015-09-021-0/+16
* Add suspend_flag.Tristan Gingold2015-06-071-0/+16
* Rework of overload resolution in implicit conversions.Tristan Gingold2015-05-261-16/+0
* Preliminary work to support external names (parse, semantic)Tristan Gingold2015-05-231-0/+55
* Give priority to function calls without implicit conversion.Tristan Gingold2015-05-161-0/+16
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-131-10/+16
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-2/+20
* vhdl2008: handle expanded names in if-generate statements.Tristan Gingold2015-01-121-584/+1164
* vhdl08: forbid simple block_specification for labeled if-generate statement.Tristan Gingold2015-01-101-0/+14
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-39/+84
* vhdl 2008: handle sized bit strings.Tristan Gingold2014-12-301-2/+44
* Rework string literals: store literals position.Tristan Gingold2014-12-291-48/+19
* Reduce size of library_declaration.Tristan Gingold2014-12-221-7/+7
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-6/+4
* Reduce size of configuration declaration and guard signal declaration.Tristan Gingold2014-12-141-6/+6
* reduce size of enumeration_literal.Tristan Gingold2014-12-141-24/+10
* iirs: reduce size of interface objects.Tristan Gingold2014-12-141-22/+22
* iirs: reduce size of signal_declaration.Tristan Gingold2014-12-141-3/+22
* iirs: reduce memory size.Tristan Gingold2014-12-141-23/+23
* Put attribute_value_chain in parent.Tristan Gingold2014-12-141-4/+4
* iirs: move delay_mechanism to flag1; adjust xtools/pnodes.py for new sources.Tristan Gingold2014-12-131-2/+7
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+4515