aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/disp_tree.adb
Commit message (Collapse)AuthorAgeFilesLines
* vhdl: move disp_tree and disp_vhdl as vhdl child.Tristan Gingold2019-05-041-604/+0
|
* vhdl: move tokens as vhdl child package.Tristan Gingold2019-05-041-2/+2
|
* Remove unused is_ref for choices. Adjust.Tristan Gingold2019-01-021-6/+0
|
* Disp_Tree: use Logging instead of Text_IO.Tristan Gingold2018-12-051-58/+58
|
* Add Maybe_Ref_Chain (WIP).Tristan Gingold2018-09-201-0/+6
|
* disp_tree: also disp identifier id.Tristan Gingold2018-07-251-3/+12
|
* disp_tree: adjust Image_Name_IdTristan Gingold2018-01-181-3/+5
|
* sem_inst: fix relocation of instances in instances.Tristan Gingold2017-12-211-0/+3
|
* Rework list implementation, use iterator.Tristan Gingold2017-11-111-11/+11
|
* Remove List_Others, cleanup lists.Tristan Gingold2017-11-081-31/+28
|
* Use flist for enumerations.Tristan Gingold2017-11-071-1/+1
|
* Use Flist for array indexes.Tristan Gingold2017-11-061-0/+39
|
* Add extended locations (elocations). Still WIPTristan Gingold2017-10-181-3/+0
|
* Disp_tree: make Disp_Iir public.Tristan Gingold2017-10-091-1/+0
|
* disp_tree: reduce use of global variable.Tristan Gingold2017-09-281-2/+1
|
* disp_tree: avoid a crash on Ref list.Tristan Gingold2016-12-051-0/+2
|
* ownership: check tree after sem and canon.Tristan Gingold2016-11-051-6/+15
|
* ghdlxml: display image of string_literal8Tristan Gingold2016-11-011-0/+28
| | | | Fix #176
* Add --file-to-xml to dump tree as XML.Tristan Gingold2016-10-141-1/+0
|
* iirs: rename base_type to number_base_type to avoid confusion.Tristan Gingold2016-10-131-2/+3
|
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-1/+2
| | | | Check it with nodes_gc.
* iirs: add Forward_Ref linksTristan Gingold2016-09-301-1/+2
|
* Create a pseudo source file for instantiation.Tristan Gingold2016-09-201-4/+12
|
* Improve mixed dump of PSL and VHDL nodes.Tristan Gingold2016-02-091-11/+13
|
* Add support for conditional assignments.Tristan Gingold2016-01-161-0/+16
|
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-34/+31
| | | | | translate: separate info for signals from object. Improve some error messages.
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-131-0/+6
| | | | For ticket 48.
* Rename Get_Location_Str to Image.Tristan Gingold2015-05-091-2/+1
|
* disp_tree: add Max_Depth to limit recursion.Tristan Gingold2015-01-161-1/+6
|
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-311-1/+1
|
* Rework string literals: store literals position.Tristan Gingold2014-12-291-6/+2
|
* iirs: reduce size of interface objects.Tristan Gingold2014-12-141-20/+0
|
* iirs: reduce size of signal_declaration.Tristan Gingold2014-12-141-2/+0
|
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+511