aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs.ads
Commit message (Expand)AuthorAgeFilesLines
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-051-7549/+0
* vhdl: move nodes to vhdl.nodes_priv.Tristan Gingold2019-05-051-12/+17
* vhdl: move tokens as vhdl child package.Tristan Gingold2019-05-041-1/+1
* vhdl/translate: check_composite_match: rename and handle records.Tristan Gingold2019-05-031-0/+4
* vhdl: fix uvvm failure in scoreboard testbench.Tristan Gingold2019-02-071-1/+7
* Remove unused is_ref for choices. Adjust.Tristan Gingold2019-01-021-12/+7
* sem_expr: do not reorder choices, adjust for consequences.Tristan Gingold2019-01-021-0/+1
* simul: handle array values. Reformating.Tristan Gingold2018-12-291-0/+1
* sem: tolerate parse errors in object subtype.Tristan Gingold2018-12-191-0/+2
* iir_kind_selected_element: use Named_Entity for homogeneity.Tristan Gingold2018-12-181-6/+6
* record ownership of record element constraints.Tristan Gingold2018-12-091-2/+24
* Implement Get_Base_Element_Declaration in iirs_utils.Tristan Gingold2018-12-091-11/+0
* iirs: remove set/get_element_declaration.Tristan Gingold2018-12-081-8/+0
* trans-chap8: handle unstable range in for-loop.Tristan Gingold2018-12-041-0/+4
* Keep source file entry in design file to avoid searching the file.Tristan Gingold2018-11-261-0/+6
* Check for uninstantiated package in expanded names.Tristan Gingold2018-11-191-0/+2
* Forward type of expression in qualified expression.Tristan Gingold2018-11-071-2/+2
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-211-1/+1
* aggregates (2008): support array expressionTristan Gingold2018-09-231-10/+10
* Improve doc, fix English typo.Tristan Gingold2018-09-231-2/+2
* Add Maybe_Ref_Chain (WIP).Tristan Gingold2018-09-201-3/+7
* Add Get/Set_Choice_Position (WIP).Tristan Gingold2018-09-201-0/+8
* trans-chap7: refactoring for aggregates.Tristan Gingold2018-09-111-3/+5
* Add Element_Type_Flag for associations.Tristan Gingold2018-09-101-0/+8
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-101-0/+7
* elocations: add more 'is' locations.Tristan Gingold2018-02-081-0/+10
* Improve handling of implicit condition.Tristan Gingold2018-02-031-0/+5
* sem_names: improve support of external names.Tristan Gingold2018-01-211-24/+36
* 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