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: cap max in synth_slice_suffix
Tristan Gingold
2019-11-03
1
-1
/
+8
*
synth: add support for inout variable interfaces.
Tristan Gingold
2019-11-01
1
-0
/
+1
*
synth: adjust computation of max for dyn_extract.
Tristan Gingold
2019-10-28
1
-2
/
+6
*
synth-expr (synth_slice_suffix): compute max value for slices.
Tristan Gingold
2019-10-27
1
-1
/
+4
*
synth: fixes for value_const.
Tristan Gingold
2019-10-20
1
-0
/
+6
*
synth: add value_const.
Tristan Gingold
2019-10-20
1
-0
/
+1
*
synth: add more locations.
Tristan Gingold
2019-10-20
1
-0
/
+1
*
synth: handle overflow literal.
Tristan Gingold
2019-10-15
1
-0
/
+9
*
synth-expr: handle any discrete_range in aggregate choices.
Tristan Gingold
2019-10-15
1
-1
/
+2
*
synth: handle constants for condition operator.
Tristan Gingold
2019-10-13
1
-0
/
+4
*
synth-expr: handle integer type conversion.
Tristan Gingold
2019-10-13
1
-1
/
+4
*
synth-expr: handle range array attribute in slices.
Tristan Gingold
2019-10-13
1
-42
/
+74
*
synth: remove synth-types
Tristan Gingold
2019-10-10
1
-11
/
+12
*
synth: use synth.source for setting location.
Tristan Gingold
2019-10-09
1
-13
/
+2
*
synth: fix mul sgn sgn width.
Tristan Gingold
2019-10-08
1
-0
/
+1
*
netlists: remove renaming of Get_Parent for Net.
Tristan Gingold
2019-10-06
1
-5
/
+5
*
synth: factorize code to read memories.
Tristan Gingold
2019-10-04
1
-70
/
+14
*
synth-oper: convert type of unary operation operand.
Tristan Gingold
2019-10-03
1
-1
/
+1
*
netlists: rename id_memidx1 to id_memidx
Tristan Gingold
2019-10-03
1
-3
/
+3
*
synth: remove unused wlen field of bound_type.
Tristan Gingold
2019-10-03
1
-3
/
+0
*
synth: simplify id_dyn_extract.
Tristan Gingold
2019-10-02
1
-3
/
+2
*
synth: refactoring for memidx1.
Tristan Gingold
2019-10-02
1
-22
/
+25
*
synth: introduce memidx1
Tristan Gingold
2019-10-02
1
-7
/
+4
*
synth: handle string subtype defined by a port. Fix #958
Tristan Gingold
2019-10-01
1
-3
/
+15
*
synth: fix a crash on choice by range for aggregate.
Tristan Gingold
2019-10-01
1
-1
/
+2
*
synth: handle selected element of const record.
Tristan Gingold
2019-10-01
1
-5
/
+8
*
synth: improve support of arrays or arrays. Fix #955
Tristan Gingold
2019-10-01
1
-27
/
+73
*
synth: handle range defined by high/low attributes. Fix #956
Tristan Gingold
2019-09-30
1
-2
/
+2
*
synth-expr: minor factorisation.
Tristan Gingold
2019-09-30
1
-25
/
+19
*
synth: special handling of 'const' functions.
Tristan Gingold
2019-09-30
1
-1
/
+2
*
synth: refactoring of alias (allow alias of anything).
Tristan Gingold
2019-09-30
1
-1
/
+1
*
synth: handle slice with index from a record.
Tristan Gingold
2019-09-30
1
-5
/
+15
*
synth: introduce type_logic
Tristan Gingold
2019-09-29
1
-2
/
+7
*
synth: handle alias for reshape.
Tristan Gingold
2019-09-26
1
-0
/
+2
*
synth: do subtype conversion for expression at calls.
Tristan Gingold
2019-09-26
1
-4
/
+2
*
synth: subtype conversion for selected elements.
Tristan Gingold
2019-09-26
1
-1
/
+2
*
synth: fix handling of single-bit memories.
Tristan Gingold
2019-09-26
1
-1
/
+2
*
synth: fix crash on slice of slice.
Tristan Gingold
2019-09-25
1
-1
/
+2
*
synth: handle array equality (for constances).
Tristan Gingold
2019-09-25
1
-1
/
+8
*
synth: fixes after previous patch.
Tristan Gingold
2019-09-25
1
-3
/
+2
*
synth: rework type for expression.
Tristan Gingold
2019-09-25
1
-154
/
+64
*
testsuite/synth: add testcase for previous commit.
Tristan Gingold
2019-09-22
1
-0
/
+1
*
synth: handle subtype conversions on interfaces.
Tristan Gingold
2019-09-22
1
-6
/
+29
*
synth: introduce type_unbounded_vector.
Tristan Gingold
2019-09-22
1
-9
/
+41
*
synth: preliminary work for subtype conversions on interfaces.
Tristan Gingold
2019-09-22
1
-4
/
+9
*
synth: fix tgingold/ghdlsynth-beta#27
Tristan Gingold
2019-09-21
1
-1
/
+2
*
synth: fold addition on constant nets.
Tristan Gingold
2019-09-17
1
-38
/
+75
*
synth: initialize subprogram variables.
Tristan Gingold
2019-09-13
1
-1
/
+1
*
synth: remove get_width from synth-expr
Tristan Gingold
2019-09-12
1
-11
/
+0
*
synth: extract synth-oper from synth-expr
Tristan Gingold
2019-09-12
1
-926
/
+1
[next]