index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
/
synth-expr.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
synth: handle multi-dim ROMS. Fix #1220
Tristan Gingold
2020-04-13
1
-3
/
+4
*
synth-expr: avoid a crash after error.
Tristan Gingold
2020-04-12
1
-0
/
+4
*
synth: use memtyp in synth-static_oper. Fix #1181
Tristan Gingold
2020-04-09
1
-2
/
+21
*
synth: refactoring to store static values in wires.
Tristan Gingold
2020-04-09
1
-38
/
+80
*
synth: check length for vector conversion. Fix #1199
Tristan Gingold
2020-04-06
1
-3
/
+8
*
synth: add value_memory and use it to store objects value.
Tristan Gingold
2020-04-06
1
-589
/
+240
*
synth: more cleanup (and use of valtyp).
Tristan Gingold
2020-04-02
1
-35
/
+37
*
synth: handle reals in parameters. Fix #1186
Tristan Gingold
2020-04-02
1
-12
/
+25
*
synth: rework - use valtyp for expressions.
Tristan Gingold
2020-04-02
1
-180
/
+200
*
synth: use more Dim_Type.
Tristan Gingold
2020-04-01
1
-11
/
+12
*
synth: handle low/high type attributes. Fix #1180
Tristan Gingold
2020-04-01
1
-0
/
+22
*
synth: improve support of vhdl2008 aggregate targets. Fix #1178
Tristan Gingold
2020-03-30
1
-20
/
+0
*
synth-expr: handle multi-dimensional arrays for indexed names.
Tristan Gingold
2020-03-26
1
-24
/
+38
*
synth-expr: handle any object for array attributes.
Tristan Gingold
2020-03-26
1
-11
/
+69
*
synth-expr: handle dereference.
Tristan Gingold
2020-03-25
1
-1
/
+3
*
synth: introduce value_to_string.
Tristan Gingold
2020-03-25
1
-4
/
+1
*
synth: add support for image attribute
Tristan Gingold
2020-03-25
1
-10
/
+121
*
synth: improve handling of aliases.
Tristan Gingold
2020-03-25
1
-1
/
+5
*
synth-expr: fix handling of value_const in synth_subtype_conversion. Fix #1165
Tristan Gingold
2020-03-19
1
-1
/
+2
*
synth-expr: handle vectors in aggregates. For #1161
Tristan Gingold
2020-03-19
1
-9
/
+28
*
synth-expr: handle length attribute for subtypes. Fix #1160
Tristan Gingold
2020-03-18
1
-5
/
+13
*
synth: propagate more errors.
Tristan Gingold
2020-03-13
1
-0
/
+6
*
synth-expr: handle reverse_range attribute.
Tristan Gingold
2020-03-13
1
-0
/
+22
*
synth: handle conversions for enumerations.
Tristan Gingold
2020-03-13
1
-1
/
+6
*
synth-expr: propagate error.
Tristan Gingold
2020-03-11
1
-0
/
+3
*
synth: handle user-defined operator call.
Tristan Gingold
2020-03-08
1
-10
/
+11
*
synth: handle more physical operators. Fix #1146
Tristan Gingold
2020-02-29
1
-5
/
+8
*
synth-expr: handle anonymous signal declarations.
Tristan Gingold
2020-02-18
1
-2
/
+6
*
synth-expr: implement value and val attributes. Fix #1130
Tristan Gingold
2020-02-10
1
-1
/
+39
*
synth: handle some rotation and shifts. Fix #1077
Tristan Gingold
2020-01-30
1
-0
/
+29
*
synth: avoid crash on incorrect slice direction. For #1116
Tristan Gingold
2020-01-26
1
-0
/
+10
*
synth-expr: remove unused with-ed package.
Tristan Gingold
2020-01-18
1
-1
/
+0
*
synth: improve support for expanded names. For #1090
Tristan Gingold
2020-01-13
1
-1
/
+3
*
synth: remove wbound field of bound_type.
Tristan Gingold
2020-01-13
1
-16
/
+9
*
synth-expr: fix crash with negative values. Fix #1086
Tristan Gingold
2020-01-12
1
-2
/
+2
*
synth-expr: handle negative value in decompose_mul_add.
Tristan Gingold
2020-01-12
1
-5
/
+16
*
netlists-utils: factorize code (same_net).
Tristan Gingold
2020-01-12
1
-36
/
+1
*
synth: fix element order for simple aggregates. For #1080
Tristan Gingold
2020-01-12
1
-1
/
+1
*
synth-expr: handle pos attribute. For #1080
Tristan Gingold
2020-01-12
1
-0
/
+12
*
synth-expr: strip const for synth_type_conversion. Fix #1043
Tristan Gingold
2019-11-28
1
-0
/
+1
*
synth: factorize code, move value2logvec to synth-expr.
Tristan Gingold
2019-11-28
1
-0
/
+70
*
synth-expr: handle aliases in subtype conversion.
Tristan Gingold
2019-11-23
1
-1
/
+2
*
synth-expr: add strip_const for indexed names. Fix #1023
Tristan Gingold
2019-11-23
1
-0
/
+1
*
synth-expr: handle null slices in synth_slice_const_suffix.
Tristan Gingold
2019-11-23
1
-24
/
+32
*
synth: add debug_error.
Tristan Gingold
2019-11-22
1
-6
/
+16
*
synth: handle allocator_by_expression.
Tristan Gingold
2019-11-22
1
-0
/
+10
*
synth: add support for multi-dim aggregates.
Tristan Gingold
2019-11-17
1
-40
/
+80
*
synth: handle dereference.
Tristan Gingold
2019-11-17
1
-0
/
+12
*
synth: initial support of access types.
Tristan Gingold
2019-11-17
1
-0
/
+11
*
synth: add some support for access types.
Tristan Gingold
2019-11-13
1
-1
/
+4
[next]