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 pow and arctan from ieee.math_real. Fix #1665
Tristan Gingold
2021-02-27
1
-0
/
+16
*
update license headers
umarcor
2021-02-05
1
-5
/
+3
*
synth: handle to_stdlogicvector. For #1628
Tristan Gingold
2021-02-04
1
-1
/
+2
*
synth: handle static to_bit and to_bitvector. Fix #1540
Tristan Gingold
2020-12-20
1
-0
/
+32
*
synth-static_oper: handle to_x01. Fix #1537
Tristan Gingold
2020-12-14
1
-0
/
+26
*
synth-static_oper: handle bit xor (scalar and array). Fix #1534
Tristan Gingold
2020-12-13
1
-2
/
+23
*
synth-static_oper: handle to_stdulogic. For #1534
Tristan Gingold
2020-12-13
1
-11
/
+16
*
synth-static_oper: handle xor reduce
Tristan Gingold
2020-12-12
1
-0
/
+2
*
synth: handle static resize from std_numeric. Fix #1531
Tristan Gingold
2020-12-06
1
-0
/
+3
*
synth: handle static resize. For #1460
Tristan Gingold
2020-09-20
1
-0
/
+3
*
synth-static_oper: fix crash on exponential. Fix #1442
Tristan Gingold
2020-08-26
1
-1
/
+1
*
synth-oper: handle more operations for std_logic_arith. For #1426
Tristan Gingold
2020-08-06
1
-0
/
+2
*
synth: add support for static numeric_std division.
Tristan Gingold
2020-07-30
1
-0
/
+5
*
synth-static_oper: factorize code.
Tristan Gingold
2020-07-18
1
-18
/
+9
*
synth: handle reduction operators. Fix #1342
Tristan Gingold
2020-05-27
1
-1
/
+1
*
vhdl-nodes: Rename and move shift/rotate predefined functions. Fix #1325
Tristan Gingold
2020-05-19
1
-7
/
+4
*
synth-static_oper: detect integer overflow on arith operators. Fix #1316
Tristan Gingold
2020-05-17
1
-13
/
+66
*
synth: move static comparison functions to synth.ieee.numeric
Tristan Gingold
2020-05-17
1
-310
/
+17
*
synth: handle static shift in synth.ieee.numeric_std.
Tristan Gingold
2020-05-17
1
-63
/
+21
*
synth-ieee-numeric_std: also use memtyp for negation.
Tristan Gingold
2020-05-16
1
-11
/
+1
*
synth: use memtyp for synth-ieee-numeric_std, add more signed mul.
Tristan Gingold
2020-05-16
1
-196
/
+16
*
synth: handle static calls to signed numeric_std + -. Fix #1313
Tristan Gingold
2020-05-16
1
-0
/
+34
*
synth-static_oper: handle eq_sgn_int comparision. For #1310
Tristan Gingold
2020-05-15
1
-0
/
+56
*
synth-static_oper: handle more comparisons. Fix #1310
Tristan Gingold
2020-05-15
1
-0
/
+41
*
synth: implement static sub_sgn_int. Fix #1265
Tristan Gingold
2020-04-26
1
-0
/
+17
*
synth-static_oper: handle sll/srl for signed/unsigned. Fix #1264
Tristan Gingold
2020-04-26
1
-1
/
+78
*
types: introduce Direction_Type, which replaces Iir_Direction.
Tristan Gingold
2020-04-20
1
-1
/
+1
*
synth-static_oper: predefined function call now return memtyp.
Tristan Gingold
2020-04-13
1
-25
/
+26
*
synth: move memtyp handling to synth.objtypes.
Tristan Gingold
2020-04-13
1
-116
/
+113
*
synth-static_oper: handle floor. Fix #1210
Tristan Gingold
2020-04-11
1
-0
/
+7
*
synth-static_oper: handle more additions. Fix #1209
Tristan Gingold
2020-04-11
1
-1
/
+5
*
synth-static_oper: add write_std_logic.
Tristan Gingold
2020-04-10
1
-12
/
+15
*
synth-static_oper: use Order_Type instead of Compare_Type.
Tristan Gingold
2020-04-10
1
-42
/
+38
*
synth: use more memtyp in synth-static_oper.
Tristan Gingold
2020-04-10
1
-97
/
+10
*
synth: use memtyp in synth-static_oper. Fix #1181
Tristan Gingold
2020-04-09
1
-78
/
+69
*
synth: refactoring to store static values in wires.
Tristan Gingold
2020-04-09
1
-3
/
+4
*
synth: extract synth.objtypes from synth.values.
Tristan Gingold
2020-04-09
1
-0
/
+1
*
synth-static_oper: handle mul uns nat. (#1200)
bwimm
2020-04-07
1
-0
/
+16
*
synth-static_oper: add support for unsgined_add_slv_int. Fix #1198
Tristan Gingold
2020-04-06
1
-1
/
+2
*
synth: add value_memory and use it to store objects value.
Tristan Gingold
2020-04-06
1
-131
/
+164
*
synth: more cleanup (and use of valtyp).
Tristan Gingold
2020-04-02
1
-34
/
+31
*
synth: rework - use valtyp for expressions.
Tristan Gingold
2020-04-02
1
-133
/
+125
*
synth-static_oper: handle mul nat uns. Fix #1179
Tristan Gingold
2020-04-01
1
-0
/
+17
*
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
[next]