aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs.ads
Commit message (Expand)AuthorAgeFilesLines
* sem_inst: fix relocation of instances in instances.Tristan Gingold2017-12-211-0/+10
* python: generate more declarations.Tristan Gingold2017-12-011-2/+10
* Improve error message in case of circular dependency.Tristan Gingold2017-12-011-5/+4
* Rename of Iir_Kinds_Library_UnitTristan Gingold2017-12-011-12/+19
* Update python binding for flists.Tristan Gingold2017-11-231-6/+19
* Rewrite list implementationTristan Gingold2017-11-111-2/+0
* Rework list implementation, use iterator.Tristan Gingold2017-11-111-16/+27
* Remove List_Others, cleanup lists.Tristan Gingold2017-11-081-5/+0
* Remove some deprecated iir_list subtypes.Tristan Gingold2017-11-081-8/+0
* Use flist for entity_name_list.Tristan Gingold2017-11-081-2/+2
* Use flist for disconnection specification and component specification.Tristan Gingold2017-11-081-4/+7
* Use flist for group declaration.Tristan Gingold2017-11-071-2/+2
* Use flist for enumerations.Tristan Gingold2017-11-071-2/+2
* Use Flist for records.Tristan Gingold2017-11-071-2/+2
* Use flist for signatures.Tristan Gingold2017-11-071-2/+2
* Use Flist for simple_aggregate.Tristan Gingold2017-11-071-2/+2
* Use Flist for array indexes.Tristan Gingold2017-11-061-9/+30
* Add elocations for specifications.Tristan Gingold2017-10-281-0/+2
* sem_specs: use architecture body for entity_aspect_entity when loaded.Tristan Gingold2017-10-241-2/+4
* parser: add Has_Component for component instantiation.Tristan Gingold2017-10-181-0/+7
* Add extended locations (elocations). Still WIPTristan Gingold2017-10-181-7/+10
* iirs: reformat enum, add more enums in python interface.Tristan Gingold2017-10-171-362/+362
* Reformating and comments.Tristan Gingold2017-10-151-2/+2
* Selected_Element: add Identifier field.Tristan Gingold2017-10-091-0/+2
* case statement: check element of one-dimensional type is a character type.Tristan Gingold2017-10-041-0/+7
* sem_assocs: rewrite (pass v87)Tristan Gingold2017-09-251-4/+13
* Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.Tristan Gingold2017-09-131-6/+6
* iirs.ads: fix typos in comment.Tristan Gingold2017-07-031-2/+2
* remove build_reference_decl, add maybe_ref to condition and target.Tristan Gingold2017-07-021-6/+28
* iirs: fix typos.Tristan Gingold2017-07-021-3/+3
* trans-chap2: minor refactoring to clarify code.Tristan Gingold2017-05-181-1/+1
* translate: separate spec and body translation for implicit subprograms.Tristan Gingold2017-05-171-0/+10
* vhdl08: unbounded records (WIP - individual association)Tristan Gingold2017-03-091-0/+2
* vhdl08: unbounded records (WIP)Tristan Gingold2017-02-121-0/+2
* iirs: add base_element_declaration to record_element_constraint.Tristan Gingold2017-01-231-2/+4
* disp_vhdl: handle psl default clock in declarative part.Tristan Gingold2017-01-131-1/+1
* vhdl08: implement 'subtype attributeTristan Gingold2017-01-131-1/+26
* iirs: renames Iir_Kinds_Scalar_Type_DefinitionTristan Gingold2017-01-021-1/+1
* ieee: recognize ieee.numeric_std.Tristan Gingold2016-12-301-2/+19
* vhdl08: check new 08 restrictions for file types.Tristan Gingold2016-12-261-0/+1
* Fixes for nodes_gcTristan Gingold2016-12-241-0/+4
* Remove Get/Set_Value_Staticness, add Get/Set_Aggregate_Expand_FlagTristan Gingold2016-12-201-10/+10
* iirs: reorder Iir_Kind_Choice_*, add Get_Literal_Origin for aggregate.Tristan Gingold2016-12-181-6/+30
* cleanup: remove Package_Instantiation_Bodies_ChainTristan Gingold2016-12-051-8/+0
* sem_assocs: handle overloaded operators for interface_functionTristan Gingold2016-12-051-8/+9
* iirs: add Iir_Predefined_IEEE_Explicit subtype.Tristan Gingold2016-11-111-0/+5
* ownership: check tree after sem and canon.Tristan Gingold2016-11-051-36/+49
* ghdlxml: display image of string_literal8Tristan Gingold2016-11-011-0/+2
* vhdl08: allow unaffected in sequential signal assignments.Tristan Gingold2016-11-011-0/+5
* Add translation for selected signal assignment.Tristan Gingold2016-11-011-0/+9