index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
/
synth-oper.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
synth: propagate enable condition to expressions. For #1273
Tristan Gingold
2020-05-01
1
-11
/
+15
*
synth: add many calls to set_location
Tristan Gingold
2020-04-26
1
-2
/
+10
*
synth-oper: handle more shifts for #1264
Tristan Gingold
2020-04-26
1
-2
/
+4
*
synth-oper: propagate error.
Tristan Gingold
2020-04-26
1
-4
/
+8
*
synth-oper: handle more operations (comparaisons from std_logic_unsigned).
Tristan Gingold
2020-04-23
1
-14
/
+16
*
synth-oper: handle dynamic slice in operands. Fix ghdl-yosys-plugin#108
Tristan Gingold
2020-04-22
1
-7
/
+18
*
synth-oper: handle more std_logic_arith."+" operations. Fix #1253
Tristan Gingold
2020-04-21
1
-17
/
+19
*
types: introduce Direction_Type, which replaces Iir_Direction.
Tristan Gingold
2020-04-20
1
-5
/
+5
*
synth-oper: handle std_logic_arith_mul_uns_sgn_sgn. For #1239
Tristan Gingold
2020-04-19
1
-9
/
+25
*
synth-oper: check that dyadic logical operands have same length. Fix #1243
Tristan Gingold
2020-04-18
1
-1
/
+4
*
synth: fix bounds computation for concatenations.
Tristan Gingold
2020-04-16
1
-3
/
+4
*
synth: rework edge handling to properly support falling edge. Fix #1227
Tristan Gingold
2020-04-15
1
-9
/
+4
*
synth-static_oper: predefined function call now return memtyp.
Tristan Gingold
2020-04-13
1
-1
/
+2
*
synth: move memtyp handling to synth.objtypes.
Tristan Gingold
2020-04-13
1
-5
/
+7
*
synth-oper: also handle negative values for shift. Fix #1218
Tristan Gingold
2020-04-13
1
-12
/
+23
*
synth: handle sub_nat_uns. Fix #1221
Tristan Gingold
2020-04-13
1
-0
/
+3
*
synth-oper: recognize more operations from std_logic_arith.
Tristan Gingold
2020-04-12
1
-3
/
+12
*
synth: handle more operators for synopsys packages. Fix #1207
Tristan Gingold
2020-04-11
1
-3
/
+6
*
synth-oper: handle STD_LOGIC_ARITH_CONV_INTEGER_LOG. Fix #1208
Tristan Gingold
2020-04-11
1
-0
/
+1
*
synth-oper: avoid a crash in case of error.
Tristan Gingold
2020-04-11
1
-14
/
+18
*
synth-oper: handle more operators.
Tristan Gingold
2020-04-11
1
-6
/
+9
*
synth-oper: handle srl
Tristan Gingold
2020-04-10
1
-1
/
+4
*
synth: use more memtyp in synth-static_oper.
Tristan Gingold
2020-04-10
1
-1
/
+1
*
synth: use memtyp in synth-static_oper. Fix #1181
Tristan Gingold
2020-04-09
1
-1
/
+2
*
synth: refactoring to store static values in wires.
Tristan Gingold
2020-04-09
1
-2
/
+3
*
synth: add support for signed_add_slv_int. Fix #1193
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
-14
/
+17
*
synth: more cleanup (and use of valtyp).
Tristan Gingold
2020-04-02
1
-3
/
+3
*
synth: rework - use valtyp for expressions.
Tristan Gingold
2020-04-02
1
-125
/
+121
*
synth: improve support of conditionnal operator. Fix #1177
Tristan Gingold
2020-03-30
1
-1
/
+4
*
synth: add one more operation (or_reduce for suv).
Tristan Gingold
2020-03-29
1
-1
/
+2
*
synth: handle or_reduce from std_logic_misc.
Tristan Gingold
2020-03-28
1
-16
/
+10
*
synth-oper: handle to_integer for signed.
Tristan Gingold
2020-03-28
1
-0
/
+9
*
synth: improve fatal error propagation.
Tristan Gingold
2020-03-27
1
-0
/
+3
*
synth: handle ieee.numeric_std.to_01
Tristan Gingold
2020-03-22
1
-7
/
+5
*
synth: handle numeric_std minimum/maximum. Fix #1168
Tristan Gingold
2020-03-21
1
-173
/
+179
*
synth: handle more operations from synsopsys packages.
Tristan Gingold
2020-03-14
1
-7
/
+22
*
synth: handle more operators from std_logic_arith.
Tristan Gingold
2020-03-14
1
-4
/
+13
*
synth: handle div/rem/mod operations. Fix #1157
Tristan Gingold
2020-03-13
1
-60
/
+76
*
synth: implement more conversions.
Tristan Gingold
2020-03-11
1
-40
/
+26
*
synth: improve error message.
Tristan Gingold
2020-03-11
1
-1
/
+1
*
vhdl-ieee-std_logic_unsigned: recognize more operations.
Tristan Gingold
2020-03-11
1
-0
/
+1
*
synth: improve error handling.
Tristan Gingold
2020-03-11
1
-0
/
+6
*
synth-oper: handle more mul & div operations.
Tristan Gingold
2020-03-10
1
-4
/
+84
*
synth-oper: handle minimum, maximum for integers.
Tristan Gingold
2020-03-10
1
-0
/
+19
*
synth-oper: handle slice of non-vector.
Tristan Gingold
2020-03-10
1
-4
/
+2
*
synth-oper: use mask to handle ?= and ?/=.
Tristan Gingold
2020-03-09
1
-26
/
+69
*
synth-oper: refactoring for std_match.
Tristan Gingold
2020-03-09
1
-81
/
+91
*
synth: handle more physical operators. Fix #1146
Tristan Gingold
2020-02-29
1
-0
/
+20
*
vhdl: recognize conversion functions from std_logic_1164
Tristan Gingold
2020-02-18
1
-1
/
+2
[next]