index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
/
synth-ieee-numeric_std.ads
Commit message (
Expand
)
Author
Age
Files
Lines
*
synth: rework error procedure, always pass the instance
Tristan Gingold
2022-09-25
1
-26
/
+58
*
synth-vhdl-eval: handle more operations
Tristan Gingold
2022-06-05
1
-0
/
+23
*
synth-vhdl_eval: handle more operations
Tristan Gingold
2022-06-05
1
-0
/
+4
*
synth-vhdl_eval: handle find_leftmost and find_rightmost
Tristan Gingold
2022-06-05
1
-0
/
+3
*
synth-vhdl_eval: handle minmax
Tristan Gingold
2022-06-04
1
-46
/
+76
*
synth-vhdl_eval: add support for more operators.
Tristan Gingold
2022-06-04
1
-1
/
+4
*
synth-vhdl_eval: handle rotations
Tristan Gingold
2022-06-04
1
-0
/
+5
*
synth-vhdl_eval: handle more operations
Tristan Gingold
2022-06-03
1
-0
/
+17
*
synth-vhdl_eval: handle abs
Tristan Gingold
2022-04-27
1
-0
/
+3
*
synth: do full elaboration before synthesis
Tristan Gingold
2021-11-01
1
-1
/
+1
*
update license headers
umarcor
2021-02-05
1
-5
/
+3
*
synth: handle static resize. For #1460
Tristan Gingold
2020-09-20
1
-0
/
+4
*
synth: add support for static numeric_std division.
Tristan Gingold
2020-07-30
1
-0
/
+4
*
synth: move static comparison functions to synth.ieee.numeric
Tristan Gingold
2020-05-17
1
-0
/
+11
*
synth: handle static shift in synth.ieee.numeric_std.
Tristan Gingold
2020-05-17
1
-0
/
+6
*
synth-ieee-numeric_std: also use memtyp for negation.
Tristan Gingold
2020-05-16
1
-2
/
+2
*
synth: use memtyp for synth-ieee-numeric_std, add more signed mul.
Tristan Gingold
2020-05-16
1
-18
/
+16
*
synth: handle static calls to signed numeric_std + -. Fix #1313
Tristan Gingold
2020-05-16
1
-3
/
+6
*
synth: implement static sub_sgn_int. Fix #1265
Tristan Gingold
2020-04-26
1
-0
/
+2
*
synth-static_oper: handle mul uns nat. (#1200)
bwimm
2020-04-07
1
-0
/
+2
*
synth-static_oper: handle mul nat uns. Fix #1179
Tristan Gingold
2020-04-01
1
-0
/
+2
*
synth: handle static sub uns/nat.
Tristan Gingold
2020-03-13
1
-0
/
+3
*
synth: handle static "-" for unsigned. For of #1087
Tristan Gingold
2020-01-13
1
-0
/
+2
*
synth: add static neg for signed.
Tristan Gingold
2019-12-03
1
-0
/
+2
*
synth: handle static mul sgn sgn.
Tristan Gingold
2019-11-16
1
-0
/
+2
*
synth: handle static mul uns uns. Fix bit order for add.
Tristan Gingold
2019-11-16
1
-0
/
+4
*
synth: handle static add uns nat.
Tristan Gingold
2019-11-16
1
-0
/
+2
*
synth: handle static add sgn int.
Tristan Gingold
2019-11-16
1
-0
/
+5
*
synth: handle static unsigned/unsigned add.
Tristan Gingold
2019-11-13
1
-0
/
+25