index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
/
synth-oper.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
synth: add synth_static_monadic_predefined
Tristan Gingold
2019-11-30
1
-32
/
+14
*
synth-static_oper: add support for array array concat. Fix #1046
Tristan Gingold
2019-11-29
1
-41
/
+16
*
synth: handle static calls to sin and cos. Fix #1033
Tristan Gingold
2019-11-26
1
-4
/
+30
*
synth: fix regression due to synth_bit_eq_const change.
Tristan Gingold
2019-11-20
1
-2
/
+7
*
synth-expr: properly set the return type in synth_bit_eq_const. For #1022
Tristan Gingold
2019-11-18
1
-1
/
+2
*
synth: renames Is_Const to Is_Static.
Tristan Gingold
2019-11-13
1
-17
/
+17
*
synth: introduce synth-static_oper.
Tristan Gingold
2019-11-13
1
-115
/
+26
*
synth: add support for endfile.
Tristan Gingold
2019-11-13
1
-0
/
+9
*
synth-oper: handle const substraction.
Tristan Gingold
2019-11-12
1
-2
/
+2
*
synth-oper: handle constant values for to_unsigned.
Tristan Gingold
2019-11-12
1
-1
/
+3
*
synth: simplify equality tests.
Tristan Gingold
2019-11-11
1
-2
/
+3
*
synth: handle edge operators in synth_predefined_function_call.
Tristan Gingold
2019-11-06
1
-0
/
+19
*
synth-oper: simplify code.
Tristan Gingold
2019-11-05
1
-7
/
+4
*
netlists: add build2_sresize, simplify code.
Tristan Gingold
2019-11-05
1
-47
/
+21
*
synth: extract netlists-folds from netlists-builders.
Tristan Gingold
2019-11-05
1
-0
/
+1
*
synth-oper: handle constant not.
Tristan Gingold
2019-11-04
1
-3
/
+8
*
synth-oper: use build2_uresize
Tristan Gingold
2019-11-03
1
-16
/
+2
*
synth: add value_const.
Tristan Gingold
2019-10-20
1
-0
/
+3
*
synth: handle constants for condition operator.
Tristan Gingold
2019-10-13
1
-1
/
+15
*
synth-oper: handle const array array concat.
Tristan Gingold
2019-10-13
1
-16
/
+41
*
synth-oper: add more operations (float div, less for arrays)
Tristan Gingold
2019-10-13
1
-7
/
+39
*
synth-oper: handle unsigned unsigned mul.
Tristan Gingold
2019-10-13
1
-0
/
+13
*
vhdl: recognize std_logic_unsigned.conv_integer.
Tristan Gingold
2019-10-13
1
-2
/
+5
*
add record (in)equality (#975)
Pepijn de Vos
2019-10-13
1
-2
/
+4
*
vhdl: recognize conv_integer functions from std_logic_arith.
Tristan Gingold
2019-10-11
1
-1
/
+2
*
vhdl: recognize std_logic_signed package (from synopsys).
Tristan Gingold
2019-10-11
1
-1
/
+2
*
vhdl: recognize minus from std_logic_unsigned
Tristan Gingold
2019-10-11
1
-1
/
+2
*
synth: remove synth-types
Tristan Gingold
2019-10-10
1
-2
/
+1
*
synth: handle constants for enum equality.
Tristan Gingold
2019-10-10
1
-1
/
+5
*
synth-opeer: extend synth_uresize
Tristan Gingold
2019-10-10
1
-1
/
+1
*
synth-oper: handle more operators.
Tristan Gingold
2019-10-10
1
-3
/
+6
*
synth: use synth.source for setting location.
Tristan Gingold
2019-10-09
1
-0
/
+4
*
synth: fix mul sgn sgn width.
Tristan Gingold
2019-10-08
1
-8
/
+8
*
synth-oper: handle to_bitvector, simplify.
Tristan Gingold
2019-10-07
1
-9
/
+18
*
synth-oper: add support for more functions.
Tristan Gingold
2019-10-07
1
-1
/
+51
*
synth: revert patch on synth_subprogram_association.
Tristan Gingold
2019-10-06
1
-1
/
+1
*
synth: handle subtypes in components. Fix #970
Tristan Gingold
2019-10-06
1
-1
/
+1
*
synth: handle /= with non-matching length. For #968
Tristan Gingold
2019-10-06
1
-6
/
+10
*
synth: handle neg for integers.
Tristan Gingold
2019-10-06
1
-0
/
+13
*
synth: add support for comp. equal of two numeric signed (#966)
T. Meissner
2019-10-05
1
-0
/
+4
*
synth-oper: convert type of unary operation operand.
Tristan Gingold
2019-10-03
1
-2
/
+10
*
synth: remove unused wlen field of bound_type.
Tristan Gingold
2019-10-03
1
-2
/
+0
*
synth-oper: handle non-constant integer divisions.
Tristan Gingold
2019-10-03
1
-2
/
+1
*
synth: add support for integer rem.
Tristan Gingold
2019-10-01
1
-2
/
+1
*
synth: improve support of arrays or arrays. Fix #955
Tristan Gingold
2019-10-01
1
-3
/
+5
*
synth: improve support of * and /. Fix #953
Tristan Gingold
2019-09-30
1
-0
/
+36
*
synth-oper: implement >= and <= for uns/nat. Fix #952
Tristan Gingold
2019-09-30
1
-0
/
+6
*
synth: check matching bounds for array equality. Fix #947
Tristan Gingold
2019-09-30
1
-4
/
+6
*
synth: introduce type_logic
Tristan Gingold
2019-09-29
1
-1
/
+1
*
synth: add support for mod operator.
Tristan Gingold
2019-09-28
1
-2
/
+1
[next]