aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-evaluation.ads
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Add an argument to eval_is_in_bound for the return value of overflow literal.
* 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
| | | | For issue #810
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-051-1/+1
|
* vhdl: move evaluation to vhdl child.Tristan Gingold2019-05-051-0/+218