aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.adb.in
Commit message (Collapse)AuthorAgeFilesLines
* vhdl-nodes: do not reset free hooks on initializationTristan Gingold2021-06-261-1/+0
|
* vhdl-nodes: Initialize global state to allow restart.Tristan Gingold2021-06-191-0/+2
| | | | Fix handling of multiple files by cli/DOM.py
* update license headersumarcor2021-01-141-11/+9
|
* Rework initialization and finalization.Tristan Gingold2020-12-301-1/+5
| | | | libghdl can now be re-initialized.
* vhdl: parse and analyze force/release signal assignment statements.Tristan Gingold2020-08-011-0/+5
| | | | For #1416
* vhdl: replace base_type with parent_type in nodesTristan Gingold2020-07-221-1/+0
| | | | | Only for subtype definition and remove base_type in type definitions. Allows to better track the addition of contraints.
* vhdl-nodes: use a flag field for direction.Tristan Gingold2020-05-201-0/+5
|
* vhdl: add hook on free_node, automatically freeTristan Gingold2019-05-221-10/+33
|
* Make lists a generic package, add vhdl-lists.Tristan Gingold2019-05-091-1/+1
|
* vhdl: move nodes_meta package to vhdl child.Tristan Gingold2019-05-061-1/+1
|
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-051-0/+948