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
*
vhdl and libraries: add support for binding to a foreign module
Tristan Gingold
2021-04-05
1
-0
/
+5
*
netlists-disp_vhdl: do not display edge net when not needed. Fix #1703
Tristan Gingold
2021-03-29
3
-25
/
+49
*
synth: expand ports for record. Fix #1675
Tristan Gingold
2021-03-27
3
-65
/
+270
*
netlists-dump: also dump attributes
Tristan Gingold
2021-03-17
3
-74
/
+168
*
synth: handle loc attribute (for ports). Fix #1682
Tristan Gingold
2021-03-17
2
-1
/
+5
*
netlists: do not remove net gates that have an attribute
Tristan Gingold
2021-03-17
3
-25
/
+36
*
synth-expr.adb: add comments
Tristan Gingold
2021-03-14
1
-0
/
+5
*
synth-expr.adb: handle const right in synth_short_circuit. Fix #1685
Tristan Gingold
2021-03-14
1
-0
/
+6
*
synth-oper: handle const for numeric_std.match Fix #1679
Tristan Gingold
2021-03-13
1
-0
/
+1
*
synth-expr: allow non-simple name for FF clocks. Fix #1681
Tristan Gingold
2021-03-13
1
-12
/
+17
*
synth: handle attributes of length 0. Fix #1680
Tristan Gingold
2021-03-13
2
-3
/
+6
*
Include directory structure proposal.
MichaĆ Kruszewski
2021-03-07
2
-1
/
+1
*
synth: handle pow and arctan from ieee.math_real. Fix #1665
Tristan Gingold
2021-02-27
1
-0
/
+16
*
synth-stmts: handle attributes in block and generate statements. Fix #1658
Tristan Gingold
2021-02-21
1
-0
/
+5
*
synth-expr: compute signess for range array attributes. Fix #1645
Tristan Gingold
2021-02-12
3
-17
/
+9
*
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
[next]