aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add testcase for #1004.Tristan Gingold2019-11-235-0/+134
|
* Add synth-debugger__on.adbTristan Gingold2019-11-231-0/+1235
|
* synth-context: add source_scope (for debugger).Tristan Gingold2019-11-233-2/+19
|
* synth-expr: handle null slices in synth_slice_const_suffix.Tristan Gingold2019-11-231-24/+32
|
* synth: add debug_error.Tristan Gingold2019-11-224-10/+25
|
* synth: handle allocator_by_expression.Tristan Gingold2019-11-222-2/+38
|
* synth-stmts: fix warnings.Tristan Gingold2019-11-221-4/+0
|
* synth-static_oper: handle or for uns and sgn.Tristan Gingold2019-11-221-1/+3
|
* synth: support discrete static case statement.Tristan Gingold2019-11-221-5/+81
|
* Actions: add workflow 'push' (#1016)1138-4EB2019-11-2113-407/+798
| | | | | | | | | | | | | | * use CC=clang to build C sources on macOS * actions: ensure that shared libs are in the PATH on windows * ci: add GitHub Actions 'push' workflow * ci: fix group labels * dist: add GRAY to ansi_color * ci: use same scripts for GHA and Travis
* Make-lang.in: use linker and linker flags.Tristan Gingold2019-11-211-3/+6
|
* introduce package utils_io.Tristan Gingold2019-11-216-42/+86
|
* gcc: allow to build grt-cstdio with c++.Tristan Gingold2019-11-201-0/+8
|
* synth: infrastructure for debugger.Tristan Gingold2019-11-206-0/+78
|
* Makefile: fix build of ghdl_gcc with synth.Tristan Gingold2019-11-202-2/+6
|
* synth: fix regression due to synth_bit_eq_const change.Tristan Gingold2019-11-201-2/+7
|
* ci: fix envvar name to run synth tests (#1024)1138-4EB2019-11-201-1/+1
|
* Makefile.in: add files for synthesis to copy-sources.gccTristan Gingold2019-11-191-0/+3
|
* synth-expr: properly set the return type in synth_bit_eq_const. For #1022Tristan Gingold2019-11-181-1/+2
|
* Makefile: fix build with --enable-synthTristan Gingold2019-11-171-5/+11
|
* synth: elaborate packages body.Tristan Gingold2019-11-171-13/+9
|
* synth: add support for multi-dim aggregates.Tristan Gingold2019-11-172-40/+83
|
* synth: create const_array for default values.Tristan Gingold2019-11-171-1/+1
|
* synth-stmts: handle return in loop statement.Tristan Gingold2019-11-171-4/+13
|
* synth: handle dereference.Tristan Gingold2019-11-172-2/+16
|
* ghdlsynth: add option -t for tracing.Tristan Gingold2019-11-171-0/+3
|
* synth: add traces for debugging.Tristan Gingold2019-11-172-0/+21
|
* synth-stmts: improve support of exit statement (static case).Tristan Gingold2019-11-171-2/+20
|
* synth: initial support of access types.Tristan Gingold2019-11-177-12/+181
|
* synth: handle subprogram back associations for whole associations.Tristan Gingold2019-11-161-80/+82
|
* synth: adjust static integer division.Tristan Gingold2019-11-161-1/+2
|
* testsuite/synth: add tests for static numeric std.Tristan Gingold2019-11-1611-1/+207
|
* synth: handle static mul sgn sgn.Tristan Gingold2019-11-164-1/+82
|
* synth: handle static mul uns uns. Fix bit order for add.Tristan Gingold2019-11-164-12/+87
|
* synth: handle static add uns nat.Tristan Gingold2019-11-163-0/+51
|
* synth: handle static add sgn int.Tristan Gingold2019-11-163-0/+59
|
* synth: handle untruncated_text_read.Tristan Gingold2019-11-167-74/+189
|
* Makefile.in: fix build of libghdlTristan Gingold2019-11-151-2/+4
|
* synth-stmts: preliminary work for implicit procedure calls.Tristan Gingold2019-11-151-2/+11
|
* grt-files_operations: reduce dependencies.Tristan Gingold2019-11-152-19/+20
|
* grt: split grt-cbinding into grt-cstdio.c and grt-cgnatrts.cTristan Gingold2019-11-156-49/+75
|
* synth: preliminary work to support intrinsic procedures.Tristan Gingold2019-11-144-182/+214
|
* synth: add some support for access types.Tristan Gingold2019-11-134-8/+24
|
* synth: renames Is_Const to Is_Static.Tristan Gingold2019-11-139-65/+66
|
* synth-static_oper: handle more operations.Tristan Gingold2019-11-131-3/+7
|
* synth-expr: handle static values inTristan Gingold2019-11-132-0/+10
|
* netlists-dump: display net width using the wXX formatTristan Gingold2019-11-131-4/+2
|
* netlists-cleanup: add comments.Tristan Gingold2019-11-131-1/+7
|
* synth: do not consider impure procedure as static.Tristan Gingold2019-11-131-0/+6
|
* synth: improve support of integer literals (with aTristan Gingold2019-11-131-1/+2
|