index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
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
|
*
Makefile: fix build of ghdl_gcc with synth.
Tristan Gingold
2019-11-20
2
-2
/
+6
|
*
synth: fix regression due to synth_bit_eq_const change.
Tristan Gingold
2019-11-20
1
-2
/
+7
|
*
ci: fix envvar name to run synth tests (#1024)
1138-4EB
2019-11-20
1
-1
/
+1
|
*
Makefile.in: add files for synthesis to copy-sources.gcc
Tristan Gingold
2019-11-19
1
-0
/
+3
|
*
synth-expr: properly set the return type in synth_bit_eq_const. For #1022
Tristan Gingold
2019-11-18
1
-1
/
+2
|
*
Makefile: fix build with --enable-synth
Tristan Gingold
2019-11-17
1
-5
/
+11
|
*
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
|
*
testsuite/synth: add tests for static numeric std.
Tristan Gingold
2019-11-16
11
-1
/
+207
|
*
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
|
*
Makefile.in: fix build of libghdl
Tristan Gingold
2019-11-15
1
-2
/
+4
|
*
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
6
-49
/
+75
|
*
synth: preliminary work to support intrinsic procedures.
Tristan Gingold
2019-11-14
4
-182
/
+214
|
*
synth: add some support for access types.
Tristan Gingold
2019-11-13
4
-8
/
+24
|
*
synth: renames Is_Const to Is_Static.
Tristan Gingold
2019-11-13
9
-65
/
+66
|
*
synth-static_oper: handle more operations.
Tristan Gingold
2019-11-13
1
-3
/
+7
|
*
synth-expr: handle static values in
Tristan Gingold
2019-11-13
2
-0
/
+10
|
*
netlists-dump: display net width using the wXX format
Tristan Gingold
2019-11-13
1
-4
/
+2
|
*
netlists-cleanup: add comments.
Tristan Gingold
2019-11-13
1
-1
/
+7
|
*
synth: do not consider impure procedure as static.
Tristan Gingold
2019-11-13
1
-0
/
+6
|
*
synth: improve support of integer literals (with a
Tristan Gingold
2019-11-13
1
-1
/
+2
|
*
synth: add support for static vector/vector or.
Tristan Gingold
2019-11-13
2
-6
/
+22
|
*
synth: handle static unsigned/unsigned add.
Tristan Gingold
2019-11-13
4
-3
/
+153
|
*
libraries/openieee: reformating.
Tristan Gingold
2019-11-13
5
-170
/
+170
|
*
synth: introduce synth-static_oper.
Tristan Gingold
2019-11-13
7
-119
/
+304
|
*
synth-stmts: handle constant exit in for-loops.
Tristan Gingold
2019-11-13
1
-0
/
+4
|
*
synth: add support for interface file.
Tristan Gingold
2019-11-13
1
-1
/
+3
|
*
synth: add support for endfile.
Tristan Gingold
2019-11-13
3
-3
/
+35
|
*
synth: add support for file declarations.
Tristan Gingold
2019-11-13
7
-2
/
+973
|
*
testsuite/synth: add testcase for #1008
Tristan Gingold
2019-11-12
3
-0
/
+48
|
*
testsuite/synth: add testcase for #1014
Tristan Gingold
2019-11-12
3
-0
/
+66
|
*
synth: create const default values, adjust assign_value.
Tristan Gingold
2019-11-12
2
-4
/
+6
|
|
|
|
Fix #1014
[prev]
[next]