aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/nodes_meta.ads
Commit message (Expand)AuthorAgeFilesLines
* vhdl: move nodes_meta package to vhdl child.Tristan Gingold2019-05-061-924/+0
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-051-1/+1
* vhdl: move tokens as vhdl child package.Tristan Gingold2019-05-041-1/+1
* vhdl: fix uvvm failure in scoreboard testbench.Tristan Gingold2019-02-071-0/+2
* Remove unused is_ref for choices. Adjust.Tristan Gingold2019-01-021-3/+2
* iir_kind_selected_element: use Named_Entity for homogeneity.Tristan Gingold2018-12-181-2/+0
* record ownership of record element constraints.Tristan Gingold2018-12-091-0/+2
* Implement Get_Base_Element_Declaration in iirs_utils.Tristan Gingold2018-12-091-2/+0
* iirs: remove set/get_element_declaration.Tristan Gingold2018-12-081-2/+0
* Keep source file entry in design file to avoid searching the file.Tristan Gingold2018-11-261-0/+2
* Add Maybe_Ref_Chain (WIP).Tristan Gingold2018-09-201-0/+1
* Add Get/Set_Choice_Position (WIP).Tristan Gingold2018-09-201-0/+2
* Add Element_Type_Flag for associations.Tristan Gingold2018-09-101-0/+2
* sem_inst: fix relocation of instances in instances.Tristan Gingold2017-12-211-0/+8
* Use Flist for array indexes.Tristan Gingold2017-11-061-0/+6
* parser: add Has_Component for component instantiation.Tristan Gingold2017-10-181-0/+2
* Add extended locations (elocations). Still WIPTristan Gingold2017-10-181-8/+0
* case statement: check element of one-dimensional type is a character type.Tristan Gingold2017-10-041-0/+2
* nodes_meta: Generate Attr_, add subprograms for interfaces.Tristan Gingold2017-10-021-5/+18
* sem_assocs: rewrite (pass v87)Tristan Gingold2017-09-251-0/+2
* Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.Tristan Gingold2017-09-131-4/+4
* Remove Get/Set_Value_Staticness, add Get/Set_Aggregate_Expand_FlagTristan Gingold2016-12-201-2/+2
* cleanup: remove Package_Instantiation_Bodies_ChainTristan Gingold2016-12-051-3/+0
* ownership: check tree after sem and canon.Tristan Gingold2016-11-051-1/+2
* Remove default_*_map_aspect from binding_indication.Tristan Gingold2016-10-201-6/+0
* ownership: fix arrays and physical types from parse.Tristan Gingold2016-10-181-2/+0
* iirs: rename base_type to number_base_type to avoid confusion.Tristan Gingold2016-10-131-6/+6
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-1/+16
* Add signal_attribute_declaration to hold implicit atribute signals.Tristan Gingold2016-10-081-0/+6
* disp_vhdl: print 'parameter' if textually present.Tristan Gingold2016-10-051-0/+2
* Rework range_expression and incomplete type for instantiation.Tristan Gingold2016-09-301-3/+11
* vhdl08: more support for interface subprograms.Tristan Gingold2016-09-271-0/+2
* vhdl08: first working example of interface type.Tristan Gingold2016-09-221-0/+2
* vhdl08: preliminary work for package body instantiation.Tristan Gingold2016-09-181-2/+5
* Handle macro-expansion of instantiation of declaration with interface type.Tristan Gingold2016-09-161-0/+4
* vhdl08: parse and analyze interface types.Tristan Gingold2016-09-011-0/+2
* vhdl08: add support of case-generate statementTristan Gingold2016-07-071-0/+2
* Initial support of direct recursive instantiation.Tristan Gingold2016-07-031-0/+4
* Remove Get/Set_Type_ReferenceTristan Gingold2016-06-011-2/+0
* vhdl2008: implement new 'use clause' rules for types.Tristan Gingold2016-05-311-0/+2
* psl: cover directive works on a sequence, not on a property.Tristan Gingold2016-02-141-0/+2
* PSL: move canon code to canon.adbTristan Gingold2016-02-141-1/+7
* Add support for conditional assignments.Tristan Gingold2016-01-161-0/+2
* Translate: explicitly clean transient types.Tristan Gingold2015-09-021-0/+2
* Add suspend_flag.Tristan Gingold2015-06-071-0/+2
* Rework of overload resolution in implicit conversions.Tristan Gingold2015-05-261-2/+0
* Preliminary work to support external names (parse, semantic)Tristan Gingold2015-05-231-0/+6
* Give priority to function calls without implicit conversion.Tristan Gingold2015-05-161-0/+2
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-131-2/+8
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-0/+2