index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
netlists: remove port API (make it easier to interface).
Tristan Gingold
2019-11-28
6
-130
/
+165
|
*
netlists: remove port_inout.
Tristan Gingold
2019-11-28
5
-25
/
+10
|
*
synth: rework the sname API.
Tristan Gingold
2019-11-28
8
-101
/
+129
|
*
netlists: add Get_Design.
Tristan Gingold
2019-11-28
2
-0
/
+8
|
*
synth/netlists: remove unused function.
Tristan Gingold
2019-11-28
2
-8
/
+0
|
*
netlists-dump: adjust dump output to be more easily
Tristan Gingold
2019-11-28
1
-16
/
+7
|
*
netlists-errors: can display instance numbers.
Tristan Gingold
2019-11-28
2
-19
/
+30
|
*
synth-stmts: handle case statement for static arrays. Fix #1035
Tristan Gingold
2019-11-27
1
-1
/
+39
|
*
netlists-disp_vhdl: handle UB32 in Disp_Const_Bit. Fix #1039
Tristan Gingold
2019-11-27
1
-0
/
+8
|
*
synth: rework static calls and loops. Fix #1034.
Tristan Gingold
2019-11-27
2
-105
/
+368
|
*
synth: handle static calls to sin and cos. Fix #1033
Tristan Gingold
2019-11-26
1
-4
/
+30
|
*
vhdl: recognize sin and cos from math_real.
Tristan Gingold
2019-11-26
4
-1
/
+11
|
*
synth: implement static physical integer div. Fix #1032.
Tristan Gingold
2019-11-26
1
-1
/
+2
|
*
vhdl: recognize intrinsic procedures in vhdl-sem_specs.
Tristan Gingold
2019-11-23
2
-25
/
+51
|
|
|
|
Fix synth failures for llvm and gcc backends.
*
synth-expr: handle aliases in subtype conversion.
Tristan Gingold
2019-11-23
1
-1
/
+2
|
*
synth-expr: add strip_const for indexed names. Fix #1023
Tristan Gingold
2019-11-23
1
-0
/
+1
|
*
Add synth-debugger__on.adb
Tristan Gingold
2019-11-23
1
-0
/
+1235
|
*
synth-context: add source_scope (for debugger).
Tristan Gingold
2019-11-23
3
-2
/
+19
|
*
synth-expr: handle null slices in synth_slice_const_suffix.
Tristan Gingold
2019-11-23
1
-24
/
+32
|
*
synth: add debug_error.
Tristan Gingold
2019-11-22
4
-10
/
+25
|
*
synth: handle allocator_by_expression.
Tristan Gingold
2019-11-22
2
-2
/
+38
|
*
synth-stmts: fix warnings.
Tristan Gingold
2019-11-22
1
-4
/
+0
|
*
synth-static_oper: handle or for uns and sgn.
Tristan Gingold
2019-11-22
1
-1
/
+3
|
*
synth: support discrete static case statement.
Tristan Gingold
2019-11-22
1
-5
/
+81
|
*
introduce package utils_io.
Tristan Gingold
2019-11-21
6
-42
/
+86
|
*
gcc: allow to build grt-cstdio with c++.
Tristan Gingold
2019-11-20
1
-0
/
+8
|
*
synth: infrastructure for debugger.
Tristan Gingold
2019-11-20
6
-0
/
+78
|
*
synth: fix regression due to synth_bit_eq_const change.
Tristan Gingold
2019-11-20
1
-2
/
+7
|
*
synth-expr: properly set the return type in synth_bit_eq_const. For #1022
Tristan Gingold
2019-11-18
1
-1
/
+2
|
*
synth: elaborate packages body.
Tristan Gingold
2019-11-17
1
-13
/
+9
|
*
synth: add support for multi-dim aggregates.
Tristan Gingold
2019-11-17
2
-40
/
+83
|
*
synth: create const_array for default values.
Tristan Gingold
2019-11-17
1
-1
/
+1
|
*
synth-stmts: handle return in loop statement.
Tristan Gingold
2019-11-17
1
-4
/
+13
|
*
synth: handle dereference.
Tristan Gingold
2019-11-17
2
-2
/
+16
|
*
ghdlsynth: add option -t for tracing.
Tristan Gingold
2019-11-17
1
-0
/
+3
|
*
synth: add traces for debugging.
Tristan Gingold
2019-11-17
2
-0
/
+21
|
*
synth-stmts: improve support of exit statement (static case).
Tristan Gingold
2019-11-17
1
-2
/
+20
|
*
synth: initial support of access types.
Tristan Gingold
2019-11-17
7
-12
/
+181
|
*
synth: handle subprogram back associations for whole associations.
Tristan Gingold
2019-11-16
1
-80
/
+82
|
*
synth: adjust static integer division.
Tristan Gingold
2019-11-16
1
-1
/
+2
|
*
synth: handle static mul sgn sgn.
Tristan Gingold
2019-11-16
4
-1
/
+82
|
*
synth: handle static mul uns uns. Fix bit order for add.
Tristan Gingold
2019-11-16
4
-12
/
+87
|
*
synth: handle static add uns nat.
Tristan Gingold
2019-11-16
3
-0
/
+51
|
*
synth: handle static add sgn int.
Tristan Gingold
2019-11-16
3
-0
/
+59
|
*
synth: handle untruncated_text_read.
Tristan Gingold
2019-11-16
7
-74
/
+189
|
*
synth-stmts: preliminary work for implicit procedure calls.
Tristan Gingold
2019-11-15
1
-2
/
+11
|
*
grt-files_operations: reduce dependencies.
Tristan Gingold
2019-11-15
2
-19
/
+20
|
*
grt: split grt-cbinding into grt-cstdio.c and grt-cgnatrts.c
Tristan Gingold
2019-11-15
3
-43
/
+67
|
*
synth: preliminary work to support intrinsic procedures.
Tristan Gingold
2019-11-14
3
-10
/
+39
|
*
synth: add some support for access types.
Tristan Gingold
2019-11-13
4
-8
/
+24
|
[prev]
[next]