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.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
synth: rework error procedure, always pass the instance
Tristan Gingold
2022-09-25
1
-42
/
+73
*
synth: add evaluation for ieee.std_logic_arith
Tristan Gingold
2022-09-05
1
-18
/
+3
*
synth: extract synth-ieee-utils from synth-ieee-numeric_std
Tristan Gingold
2022-09-02
1
-21
/
+1
*
synth: use areapools
Tristan Gingold
2022-09-02
1
-1
/
+5
*
synth-vhdl-eval: handle more operations
Tristan Gingold
2022-06-05
1
-1
/
+121
*
synth-vhdl_eval: handle more operations
Tristan Gingold
2022-06-05
1
-0
/
+15
*
synth-ieee-numeric_std: fix handling of X for negation
Tristan Gingold
2022-06-05
1
-18
/
+20
*
synth-vhdl_eval: handle find_leftmost and find_rightmost
Tristan Gingold
2022-06-05
1
-0
/
+39
*
synth-vhdl_eval: handle minmax
Tristan Gingold
2022-06-04
1
-66
/
+140
*
synth-vhdl_eval: add support for more operators.
Tristan Gingold
2022-06-04
1
-8
/
+58
*
synth-vhdl_eval: handle rotations
Tristan Gingold
2022-06-04
1
-1
/
+41
*
synth-vhdl_eval: handle more operations, fix resize corner case
Tristan Gingold
2022-06-03
1
-1
/
+9
*
synth-vhdl_eval: handle more operations
Tristan Gingold
2022-06-03
1
-2
/
+268
*
synth: merge value for type_vector and type_array
Tristan Gingold
2022-05-22
1
-34
/
+34
*
synth-ieee-numeric_std: factorize code
Tristan Gingold
2022-04-28
1
-14
/
+5
*
synth-vhdl_eval: handle abs
Tristan Gingold
2022-04-27
1
-19
/
+56
*
synth: do full elaboration before synthesis
Tristan Gingold
2021-11-01
1
-1
/
+2
*
synth: extract synth-memtype from synth-objtypes
Tristan Gingold
2021-04-21
1
-0
/
+2
*
update license headers
umarcor
2021-02-05
1
-5
/
+3
*
synth: handle static resize from std_numeric. Fix #1531
Tristan Gingold
2020-12-06
1
-2
/
+2
*
synth: handle static resize. For #1460
Tristan Gingold
2020-09-20
1
-0
/
+29
*
synth: add support for static numeric_std division.
Tristan Gingold
2020-07-30
1
-0
/
+178
*
synth: move static comparison functions to synth.ieee.numeric
Tristan Gingold
2020-05-17
1
-0
/
+276
*
synth: handle static shift in synth.ieee.numeric_std.
Tristan Gingold
2020-05-17
1
-0
/
+51
*
synth-ieee-numeric_std: also use memtyp for negation.
Tristan Gingold
2020-05-16
1
-17
/
+17
*
synth: use memtyp for synth-ieee-numeric_std, add more signed mul.
Tristan Gingold
2020-05-16
1
-272
/
+281
*
synth: handle static calls to signed numeric_std + -. Fix #1313
Tristan Gingold
2020-05-16
1
-0
/
+79
*
synth: implement static sub_sgn_int. Fix #1265
Tristan Gingold
2020-04-26
1
-0
/
+31
*
synth-static_oper: handle mul uns nat. (#1200)
bwimm
2020-04-07
1
-0
/
+13
*
synth-static_oper: handle mul nat uns. Fix #1179
Tristan Gingold
2020-04-01
1
-0
/
+27
*
synth: handle static sub uns/nat.
Tristan Gingold
2020-03-13
1
-0
/
+31
*
synth: handle static "-" for unsigned. For of #1087
Tristan Gingold
2020-01-13
1
-0
/
+38
*
synth: add static neg for signed.
Tristan Gingold
2019-12-03
1
-0
/
+28
*
synth: handle static mul sgn sgn.
Tristan Gingold
2019-11-16
1
-0
/
+55
*
synth: handle static mul uns uns. Fix bit order for add.
Tristan Gingold
2019-11-16
1
-12
/
+52
*
synth: handle static add uns nat.
Tristan Gingold
2019-11-16
1
-0
/
+31
*
synth: handle static add sgn int.
Tristan Gingold
2019-11-16
1
-0
/
+36
*
synth: handle static unsigned/unsigned add.
Tristan Gingold
2019-11-13
1
-0
/
+79