index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
/
synth-values.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
synth-values: tentatively try to fix warnings. For #1308
Tristan Gingold
2020-05-13
1
-8
/
+12
*
synth: initial support of unbounded records. Fix #1283
Tristan Gingold
2020-05-05
1
-3
/
+3
*
synth: move copy_memory to synth-objtypes; add unshare.
Tristan Gingold
2020-05-04
1
-8
/
+0
*
synth: use static values for control nets when possible.
Tristan Gingold
2020-05-02
1
-19
/
+0
*
synth: reject protected types. Fix #1244
Tristan Gingold
2020-04-19
1
-1
/
+2
*
synth: move memtyp handling to synth.objtypes.
Tristan Gingold
2020-04-13
1
-118
/
+13
*
synth: use more memtyp in synth-static_oper.
Tristan Gingold
2020-04-10
1
-0
/
+13
*
synth: use memtyp in synth-static_oper. Fix #1181
Tristan Gingold
2020-04-09
1
-30
/
+29
*
synth: refactoring to store static values in wires.
Tristan Gingold
2020-04-09
1
-9
/
+10
*
synth: extract synth.objtypes from synth.values.
Tristan Gingold
2020-04-09
1
-523
/
+2
*
synth: add value_memory and use it to store objects value.
Tristan Gingold
2020-04-06
1
-334
/
+458
*
synth: more cleanup (and use of valtyp).
Tristan Gingold
2020-04-02
1
-96
/
+91
*
synth: rework - use valtyp for expressions.
Tristan Gingold
2020-04-02
1
-30
/
+77
*
synth: use more Dim_Type.
Tristan Gingold
2020-04-01
1
-4
/
+4
*
synth-expr: handle any object for array attributes.
Tristan Gingold
2020-03-26
1
-0
/
+16
*
synth-static_oper: handle alias in concatenation.
Tristan Gingold
2020-03-25
1
-1
/
+1
*
synth: introduce value_to_string.
Tristan Gingold
2020-03-25
1
-0
/
+10
*
synth: do not crash immediately on access type.
Tristan Gingold
2020-03-22
1
-3
/
+25
*
synth-insts: handle record in generics.
Tristan Gingold
2020-03-13
1
-11
/
+35
*
synth-values: handle Is_Equal for floats.
Tristan Gingold
2020-03-10
1
-0
/
+2
*
synth: remove wbound field of bound_type.
Tristan Gingold
2020-01-13
1
-4
/
+1
*
synth: handle constants in assignments. Fix for #1080
Tristan Gingold
2020-01-12
1
-0
/
+9
*
synth: consider ports size to create unique instances.
Tristan Gingold
2020-01-10
1
-0
/
+56
*
synth: create const_array for default values.
Tristan Gingold
2019-11-17
1
-1
/
+1
*
synth: add some support for access types.
Tristan Gingold
2019-11-13
1
-2
/
+2
*
synth: renames Is_Const to Is_Static.
Tristan Gingold
2019-11-13
1
-5
/
+5
*
synth: introduce synth-static_oper.
Tristan Gingold
2019-11-13
1
-2
/
+3
*
synth: create const default values, adjust assign_value.
Tristan Gingold
2019-11-12
1
-2
/
+2
*
synth-stmts: return sub arrays/records for
Tristan Gingold
2019-11-12
1
-1
/
+1
*
synth: initial support for file types. For #1004
Tristan Gingold
2019-11-11
1
-3
/
+34
*
synth: initial support of access type. For #1004
Tristan Gingold
2019-11-11
1
-1
/
+36
*
synth: do not create a value_const of a value_const.
Tristan Gingold
2019-11-06
1
-0
/
+1
*
synth: unshare default value of variables. Fix #1006
Tristan Gingold
2019-11-06
1
-3
/
+41
*
synth-expr: handle vhdl 2008 aggregates (partially).
Tristan Gingold
2019-11-04
1
-5
/
+5
*
synth-values: handle value_const for is_equal.
Tristan Gingold
2019-11-01
1
-0
/
+5
*
synth: add value_const.
Tristan Gingold
2019-10-20
1
-0
/
+25
*
synth: remove unused wlen field of bound_type.
Tristan Gingold
2019-10-03
1
-1
/
+0
*
synth: improve support of arrays or arrays. Fix #955
Tristan Gingold
2019-10-01
1
-1
/
+3
*
synth: check matching bounds for array equality. Fix #947
Tristan Gingold
2019-09-30
1
-0
/
+48
*
synth: handle alias for is_const. Fix #948
Tristan Gingold
2019-09-30
1
-2
/
+3
*
synth: handle conversion from slice to unbounded vector.
Tristan Gingold
2019-09-30
1
-0
/
+2
*
synth: special handling of 'const' functions.
Tristan Gingold
2019-09-30
1
-0
/
+53
*
synth: refactoring of alias (allow alias of anything).
Tristan Gingold
2019-09-30
1
-2
/
+2
*
synth: introduce type_logic
Tristan Gingold
2019-09-29
1
-1
/
+10
*
synth: handle array equality (for constances).
Tristan Gingold
2019-09-25
1
-0
/
+10
*
synth: introduce type_unbounded_vector.
Tristan Gingold
2019-09-22
1
-9
/
+29
*
synth: remove value_mux2.
Tristan Gingold
2019-09-18
1
-18
/
+1
*
synth: fold addition on constant nets.
Tristan Gingold
2019-09-17
1
-6
/
+32
*
synth: extract synth-oper from synth-expr
Tristan Gingold
2019-09-12
1
-0
/
+26
*
synth: improve support of return statement.
Tristan Gingold
2019-09-11
1
-0
/
+16
[next]