aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-evaluation.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl: evaluate std_logic matching equality. Fix #1063Tristan Gingold2020-01-011-7/+50
* ams-vhdl: add frequency function, minor fixes.Tristan Gingold2019-12-301-0/+1
* vhdl: improve support of AMS-vhdl (array and record natures, source quantities)Tristan Gingold2019-12-281-1/+4
* vhdl-evaluation: handle bit condition operator. Fix #977Tristan Gingold2019-10-131-0/+3
* vhdl: linearize analyze and evaluation of concat operators.Tristan Gingold2019-07-261-121/+220
* vhdl: get rid of Get/Set_Physical_Unit.Tristan Gingold2019-05-281-19/+12
* vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.Tristan Gingold2019-05-101-80/+79
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-0/+1
* vhdl: Add a warning for null range in discrete type declaration.Tristan Gingold2019-05-071-0/+14
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
* vhdl: move evaluation to vhdl child.Tristan Gingold2019-05-051-0/+3994