index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
vhdl-evaluation.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
grt: refactoring to fix build failure. For #1913
Tristan Gingold
2021-11-17
1
-2
/
+1
*
vhdl-evaluation: use grt to compute value attribute for integers.
Tristan Gingold
2021-11-17
1
-6
/
+17
*
vhdl-evaluation: catch bad parameter for value attribute. Fix #1913
Tristan Gingold
2021-11-15
1
-1
/
+7
*
vhdl: Iir_Kind_Foreign_Module is now a library unit
Tristan Gingold
2021-11-09
1
-0
/
+3
*
vhdl-evaluation.adb: Minor style fixes
Tristan Gingold
2021-09-23
1
-60
/
+61
*
Implement Matching Operators (#1872)
Brian Padalino
2021-09-22
1
-8
/
+148
*
vhdl-evaluation.adb: handle iir_kind_aggregate in build_constant. Fix #543
Tristan Gingold
2021-09-18
1
-0
/
+11
*
vhdl-evaluation.adb: fix warning
Tristan Gingold
2021-09-17
1
-3
/
+0
*
vhdl-evaluation: implement to_string for real with format. Fix #874
Tristan Gingold
2021-09-17
1
-23
/
+69
*
vhdl-evaluation: check integer evaluations fit in base type. Fix #1834
Tristan Gingold
2021-08-26
1
-7
/
+28
*
vhdl: introduce iir_kind_association_element_by_name
Tristan Gingold
2021-08-06
1
-1
/
+2
*
vhdl-evaluation: handle element attribute. Fix #1818
Tristan Gingold
2021-07-17
1
-1
/
+2
*
vhdl: handle mod/rem for physical. Fix #1810
Tristan Gingold
2021-06-30
1
-0
/
+7
*
vhdl-evaluation: add a comment
Tristan Gingold
2021-05-22
1
-0
/
+7
*
vhdl-evaluation: avoid a crash on null range for enumeration types
Tristan Gingold
2021-05-21
1
-2
/
+60
*
vhdl-evaluation.adb: use is_overflow_literal.
Tristan Gingold
2021-02-11
1
-13
/
+18
*
vhdl-evaluation: factorize code
Tristan Gingold
2021-02-11
1
-7
/
+5
*
eval_is_range_in_bound: avoid crash in case of overflow. Fix #1640
Tristan Gingold
2021-02-11
1
-2
/
+12
*
vhdl-evaluation: minor simplification
Tristan Gingold
2021-02-10
1
-3
/
+1
*
update license headers
umarcor
2021-01-14
1
-11
/
+9
*
vhdl-evaluation: minor rewrite.
Tristan Gingold
2020-09-28
1
-5
/
+5
*
vhdl: evaluate operands of operators, check bounds. For #1475
Tristan Gingold
2020-09-26
1
-3
/
+17
*
vhdl-evaluation: make eval_dyadic_bit_array_operator more generic.
Tristan Gingold
2020-08-25
1
-42
/
+71
*
vhdl: replace base_type with parent_type in nodes
Tristan Gingold
2020-07-22
1
-5
/
+7
*
vhdl-evaluation: fix for array index. For #1387
Tristan Gingold
2020-07-02
1
-1
/
+7
*
vhdl-evaluation: handle to_string for floating point types. Fix #1354
Tristan Gingold
2020-06-13
1
-0
/
+3
*
vhdl-evaluation: handle record equality. For #1283
Tristan Gingold
2020-05-05
1
-5
/
+127
*
vhdl: fix handling of types name in name attributes. Fix #1268
Tristan Gingold
2020-04-27
1
-9
/
+22
*
evaluation: weaken error for out of bound static value.
Tristan Gingold
2020-04-22
1
-1
/
+2
*
types: introduce Direction_Type, which replaces Iir_Direction.
Tristan Gingold
2020-04-20
1
-34
/
+34
*
vhdl-evaluation: remove some cascaded errors.
Tristan Gingold
2020-04-18
1
-23
/
+13
*
vhdl-evaluation: static out of bounds values are now a warning. For #1237
Tristan Gingold
2020-04-17
1
-3
/
+6
*
vhdl: evaluate std_logic matching equality. Fix #1063
Tristan Gingold
2020-01-01
1
-7
/
+50
*
ams-vhdl: add frequency function, minor fixes.
Tristan Gingold
2019-12-30
1
-0
/
+1
*
vhdl: improve support of AMS-vhdl (array and record natures, source quantities)
Tristan Gingold
2019-12-28
1
-1
/
+4
*
vhdl-evaluation: handle bit condition operator. Fix #977
Tristan Gingold
2019-10-13
1
-0
/
+3
*
vhdl: linearize analyze and evaluation of concat operators.
Tristan Gingold
2019-07-26
1
-121
/
+220
*
vhdl: get rid of Get/Set_Physical_Unit.
Tristan Gingold
2019-05-28
1
-19
/
+12
*
vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.
Tristan Gingold
2019-05-10
1
-80
/
+79
*
vhdl: extract vhdl.errors from errorout.
Tristan Gingold
2019-05-08
1
-0
/
+1
*
vhdl: Add a warning for null range in discrete type declaration.
Tristan Gingold
2019-05-07
1
-0
/
+14
*
vhdl: move iirs_utils to vhdl.utils
Tristan Gingold
2019-05-06
1
-1
/
+1
*
vhdl: move evaluation to vhdl child.
Tristan Gingold
2019-05-05
1
-0
/
+3994