aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* synth: add support for static vector/vector or.Tristan Gingold2019-11-132-6/+22
* synth: handle static unsigned/unsigned add.Tristan Gingold2019-11-134-3/+153
* libraries/openieee: reformating.Tristan Gingold2019-11-135-170/+170
* synth: introduce synth-static_oper.Tristan Gingold2019-11-137-119/+304
* synth-stmts: handle constant exit in for-loops.Tristan Gingold2019-11-131-0/+4
* synth: add support for interface file.Tristan Gingold2019-11-131-1/+3
* synth: add support for endfile.Tristan Gingold2019-11-133-3/+35
* synth: add support for file declarations.Tristan Gingold2019-11-137-2/+973
* testsuite/synth: add testcase for #1008Tristan Gingold2019-11-123-0/+48
* testsuite/synth: add testcase for #1014Tristan Gingold2019-11-123-0/+66
* synth: create const default values, adjust assign_value.Tristan Gingold2019-11-122-4/+6
* testsuite/synth: add a test for static values.Tristan Gingold2019-11-123-0/+65
* synth-stmts: improve support of consts inTristan Gingold2019-11-121-0/+2
* synth-stmts: return sub arrays/records forTristan Gingold2019-11-123-10/+16
* synth-oper: handle const substraction.Tristan Gingold2019-11-121-2/+2
* testsuite/synth: add tests for previous commit.Tristan Gingold2019-11-123-0/+64
* netlists: initial support of net of width 0.Tristan Gingold2019-11-122-3/+0
* synth-stmts: better support of constants (indexed andTristan Gingold2019-11-121-5/+36
* synth-oper: handle constant values for to_unsigned.Tristan Gingold2019-11-121-1/+3
* synth-insts: add support for unbounded ports.Tristan Gingold2019-11-121-4/+51
* synth-environment: fix links and counts inTristan Gingold2019-11-121-0/+3