index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
/
synth-static_oper.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
synth-static_oper: add more operation.
Tristan Gingold
2020-03-28
1
-0
/
+8
*
synth-static_oper: improve support of unsigned comparisons.
Tristan Gingold
2020-03-27
1
-29
/
+255
*
synth-static_oper: handle alias in concatenation.
Tristan Gingold
2020-03-25
1
-2
/
+4
*
synth-static_oper: handle boolean xor.
Tristan Gingold
2020-03-25
1
-0
/
+6
*
synth-static_oper: handle not for signed and unsigned. Fix #1167
Tristan Gingold
2020-03-21
1
-1
/
+3
*
synth-static_oper: handle minimum/maximum for integers. Fix #1158
Tristan Gingold
2020-03-14
1
-2
/
+4
*
synth: handle static sub uns/nat.
Tristan Gingold
2020-03-13
1
-0
/
+17
*
synth-static_oper: handle unsigned "<".
Tristan Gingold
2020-03-13
1
-1
/
+60
*
synth-static_oper: handle static net for add_uns_nat.
Tristan Gingold
2020-03-13
1
-5
/
+14
*
synth: propagate more errors.
Tristan Gingold
2020-03-13
1
-1
/
+1
*
synth: implement more conversions.
Tristan Gingold
2020-03-11
1
-1
/
+2
*
synth-static_oper: handle and, or.
Tristan Gingold
2020-03-09
1
-2
/
+19
*
synth-static_oper: generalize "not".
Tristan Gingold
2020-03-09
1
-1
/
+2
*
synth-static_oper: handle const operands for enums.
Tristan Gingold
2020-03-07
1
-3
/
+6
*
synth: handle more physical operators. Fix #1146
Tristan Gingold
2020-02-29
1
-16
/
+50
*
synth-static_oper: handle enum inequality.
Tristan Gingold
2020-02-29
1
-0
/
+3
*
synth-static_oper: handle to_stdlogicvector_bv
Tristan Gingold
2020-02-27
1
-1
/
+20
*
synth: rework static predefined function calls.
Tristan Gingold
2020-02-18
1
-1
/
+152
*
synth-static_oper: handle more division operands. Fix #1134
Tristan Gingold
2020-02-12
1
-1
/
+2
*
synth: handle null vector for vec-vec concat. Fix #1133
Tristan Gingold
2020-02-11
1
-5
/
+9
*
synth-static_oper: handle xor.
Tristan Gingold
2020-02-10
1
-0
/
+11
*
synth: handle some rotation and shifts. Fix #1077
Tristan Gingold
2020-01-30
1
-0
/
+50
*
synth-static_oper: handle array-element concatenation.
Tristan Gingold
2020-01-21
1
-0
/
+20
*
synth: add id_abs gate. For #1101
Tristan Gingold
2020-01-20
1
-0
/
+2
*
synth-static_oper: handle element/array concat.
Tristan Gingold
2020-01-20
1
-0
/
+20
*
synth: handle static "-" for unsigned. For of #1087
Tristan Gingold
2020-01-13
1
-0
/
+19
*
synth-static_oper: handle unary not for std_logic. For #1080
Tristan Gingold
2020-01-12
1
-0
/
+5
*
synth: handle wire assigned to a static value. Fix #1058
Tristan Gingold
2019-12-29
1
-8
/
+79
*
synth: add static neg for signed.
Tristan Gingold
2019-12-03
1
-0
/
+12
*
synth: handle static float unary +, abs and exp. For #1044.
Tristan Gingold
2019-12-01
1
-0
/
+7
*
synth: add synth_static_monadic_predefined
Tristan Gingold
2019-11-30
1
-0
/
+88
*
synth-static_oper: add support for array array concat. Fix #1046
Tristan Gingold
2019-11-29
1
-0
/
+26
*
synth-static_oper: add +,-,* for floats. For #1044
Tristan Gingold
2019-11-29
1
-2
/
+7
*
synth-static_oper: handle floating point comparisons. Fix #1042
Tristan Gingold
2019-11-28
1
-0
/
+19
*
synth: implement static physical integer div. Fix #1032.
Tristan Gingold
2019-11-26
1
-1
/
+2
*
synth-static_oper: handle or for uns and sgn.
Tristan Gingold
2019-11-22
1
-1
/
+3
*
synth: adjust static integer division.
Tristan Gingold
2019-11-16
1
-1
/
+2
*
synth: handle static mul sgn sgn.
Tristan Gingold
2019-11-16
1
-0
/
+19
*
synth: handle static mul uns uns. Fix bit order for add.
Tristan Gingold
2019-11-16
1
-0
/
+19
*
synth: handle static add uns nat.
Tristan Gingold
2019-11-16
1
-0
/
+18
*
synth: handle static add sgn int.
Tristan Gingold
2019-11-16
1
-0
/
+18
*
synth: add some support for access types.
Tristan Gingold
2019-11-13
1
-0
/
+7
*
synth: renames Is_Const to Is_Static.
Tristan Gingold
2019-11-13
1
-7
/
+7
*
synth-static_oper: handle more operations.
Tristan Gingold
2019-11-13
1
-3
/
+7
*
synth: add support for static vector/vector or.
Tristan Gingold
2019-11-13
1
-5
/
+8
*
synth: handle static unsigned/unsigned add.
Tristan Gingold
2019-11-13
1
-3
/
+46
*
synth: introduce synth-static_oper.
Tristan Gingold
2019-11-13
1
-0
/
+159