index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlists-folds: add comments
Tristan Gingold
2021-02-09
1
-0
/
+4
*
Add support for PSL onehot/onehot0 functions (#1633)
T. Meissner
2021-02-09
1
-0
/
+92
*
update license headers
umarcor
2021-02-05
90
-461
/
+282
*
synth: handle to_stdlogicvector. For #1628
Tristan Gingold
2021-02-04
1
-1
/
+2
*
std_names: add gclk. For #1610
Tristan Gingold
2021-01-25
2
-0
/
+9
*
synth-insts: apply attributes to entities and architectures. Fix #1609
Tristan Gingold
2021-01-17
2
-0
/
+12
*
synth-stmts: add location on formal attribute cells
Tristan Gingold
2021-01-17
1
-0
/
+1
*
synth-expr: handle string literals in port associations. Fix #1596
Tristan Gingold
2021-01-16
1
-0
/
+6
*
update license headers
umarcor
2021-01-14
2
-22
/
+18
*
synth: always finalize declarations. Fix #1591
Tristan Gingold
2021-01-13
6
-24
/
+101
*
synth: add option to treat asserts as assumes and vice-versa
tmeissner
2021-01-02
3
-3
/
+18
*
netlists-inference: handle multiple dff with the same clock. Fix #1563
Tristan Gingold
2021-01-01
4
-5
/
+39
*
synth-oper: handle ieee.numeric_std_unsigned.to_integer. Fix #1572
Tristan Gingold
2021-01-01
1
-0
/
+1
*
synth-expr: propagate error in synth_indexed_name
Tristan Gingold
2021-01-01
2
-0
/
+8
*
trans-chap3: compute size of subelements for unconstrained parent subtypes
Tristan Gingold
2020-12-29
1
-0
/
+1
*
synth: handle static to_bit and to_bitvector. Fix #1540
Tristan Gingold
2020-12-20
3
-0
/
+60
*
synth-static_oper: handle to_x01. Fix #1537
Tristan Gingold
2020-12-14
1
-0
/
+26
*
synth-oper: handle more conversions. Fix #1536
Tristan Gingold
2020-12-13
1
-1
/
+3
*
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
3
-11
/
+33
*
synth-expr: improve handling of null element in a record
Tristan Gingold
2020-12-12
1
-1
/
+5
*
synth-static_oper: handle xor reduce
Tristan Gingold
2020-12-12
1
-0
/
+2
*
synth: improve handling of null-range nets.
Tristan Gingold
2020-12-12
3
-6
/
+35
*
synth-insts: comment assert for gcc/gnat-11. Fix #1533
Tristan Gingold
2020-12-11
1
-1
/
+4
*
synth-stmts: avoid a crash on empty memories.
Tristan Gingold
2020-12-08
1
-1
/
+4
*
synth: handle static resize from std_numeric. Fix #1531
Tristan Gingold
2020-12-06
2
-2
/
+5
*
synth-oper: simplify synth_dyadic_vec_log. For #1520
Tristan Gingold
2020-12-04
1
-10
/
+4
*
synth-oper: Support Iir_Predefined_Enum_Greater{,_Equal}
Xiretza
2020-12-04
1
-0
/
+4
*
synth: handle dyadic logical vec/log operations. Fix #1520
Tristan Gingold
2020-12-03
1
-2
/
+52
*
synth-expr.adb: avoid crash on unhandled ieee operator. For #1520
Tristan Gingold
2020-12-03
1
-7
/
+16
*
synth-objtypes: fix width computation. Fix #1509
Tristan Gingold
2020-11-16
1
-1
/
+1
*
synth-stmts.adb: fix crash on unconditional exit. Fix #1503
Tristan Gingold
2020-11-01
1
-26
/
+76
*
synth-expr: improve error message for length mismatch
Tristan Gingold
2020-10-07
1
-1
/
+4
*
synth: check instantiation inputs constraints.
Tristan Gingold
2020-10-07
1
-3
/
+11
*
netlists-disp_vhdl: handle null vectors for reducation operators.
Tristan Gingold
2020-09-28
1
-3
/
+12
*
synth_subtype_conversion: check overflow for discrete types.
Tristan Gingold
2020-09-28
1
-24
/
+31
*
synth: minor refactoring. Move In_Bounds/In_Range to synth-objtypes.
Tristan Gingold
2020-09-26
5
-21
/
+23
*
synth-disp_vhdl: extend vector conversions (for any range). For #1460
Tristan Gingold
2020-09-20
1
-2
/
+20
*
synth-expr: refine is_positive for wires. For #1460
Tristan Gingold
2020-09-20
1
-2
/
+6
*
synth: handle static resize. For #1460
Tristan Gingold
2020-09-20
3
-0
/
+36
*
synth: handle find_leftmost/find_rigthmost. For #1460
Tristan Gingold
2020-09-19
1
-0
/
+77
*
vhdl: recognize reduce operations from numeric_std.
Tristan Gingold
2020-09-14
1
-6
/
+18
*
synth: improve support of interface package. For #1460
Tristan Gingold
2020-09-13
3
-66
/
+105
*
netlists-cleanup: do not remove user sub modules. Fix #1454
Tristan Gingold
2020-09-05
1
-3
/
+7
*
synth-static_oper: fix crash on exponential. Fix #1442
Tristan Gingold
2020-08-26
1
-1
/
+1
*
synth: handle evaluated string literals without constraints.
Tristan Gingold
2020-08-26
1
-2
/
+24
*
synth: improve diagnostic for multiple assignment. Fix #1428
Tristan Gingold
2020-08-26
5
-19
/
+191
*
synth-stmts: convert the waveform to the target subtype.
Tristan Gingold
2020-08-25
1
-7
/
+13
*
synth-oper: handle operators of std_logic_unsigned.
Tristan Gingold
2020-08-07
1
-65
/
+99
*
synth-oper: handle more std_logic_arith operators.
Tristan Gingold
2020-08-07
1
-226
/
+180
[next]