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-oper: handle sub uns/log.
Tristan Gingold
2020-07-19
1
-0
/
+1
*
synth: handle std_logic_signed.conv_integer. For ghdl/ghdl-yosys-plugin#126
Tristan Gingold
2020-06-19
1
-5
/
+6
*
synth: handle to_x01. For ghdl/ghdl-yosys-plugin#126
Tristan Gingold
2020-06-19
1
-6
/
+10
*
synth-oper: handle add_uns_int_slv. For ghdl/ghdl-yosys-plugin#126
Tristan Gingold
2020-06-18
1
-1
/
+2
*
synth: handle reduction operators. Fix #1342
Tristan Gingold
2020-05-27
1
-5
/
+20
*
synth-oper: add support for conv_vector.
Tristan Gingold
2020-05-27
1
-2
/
+3
*
synth-oper: fix handle of add/sub with std_logic.
Tristan Gingold
2020-05-21
1
-21
/
+21
*
synth: handle more operators from std_logic_arith. Fix synth121
Tristan Gingold
2020-05-21
1
-13
/
+19
*
vhdl-nodes: Rename and move shift/rotate predefined functions. Fix #1325
Tristan Gingold
2020-05-19
1
-6
/
+6
*
synth: handle null array comparison. Fix #1311
Tristan Gingold
2020-05-15
1
-9
/
+9
*
synth: revert a previous commit: remove the En parameter.
Tristan Gingold
2020-05-06
1
-15
/
+11
*
synth: remove Global_Context (cleanup).
Tristan Gingold
2020-05-04
1
-9
/
+11
*
synth: reduce use of global context.
Tristan Gingold
2020-05-04
1
-160
/
+180
*
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
[next]