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: 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