aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-evaluation.ads
Commit message (Expand)AuthorAgeFilesLines
* vhdl: improve range checks, fix #2323Tristan Gingold2023-01-251-0/+9
* vhdl-evaluation(build_array_choices_vector): handle vhdl-08 aggregates.Tristan Gingold2022-11-161-2/+6
* update license headersumarcor2021-01-141-11/+9
* vhdl: handle aggregates in choices. Fix #1360Tristan Gingold2020-06-091-0/+3
* vhdl-evaluation: remove some cascaded errors.Tristan Gingold2020-04-181-1/+6
* vhdl: linearize analyze and evaluation of concat operators.Tristan Gingold2019-07-261-0/+6
* vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.Tristan Gingold2019-05-101-7/+7
* vhdl: Add a warning for null range in discrete type declaration.Tristan Gingold2019-05-071-0/+3
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-051-1/+1
* vhdl: move evaluation to vhdl child.Tristan Gingold2019-05-051-0/+218