aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* synth: rework the sname API.Tristan Gingold2019-11-288-101/+129
* netlists: add Get_Design.Tristan Gingold2019-11-282-0/+8
* synth/netlists: remove unused function.Tristan Gingold2019-11-282-8/+0
* netlists-dump: adjust dump output to be more easilyTristan Gingold2019-11-281-16/+7
* netlists-errors: can display instance numbers.Tristan Gingold2019-11-282-19/+30
* synth-stmts: handle case statement for static arrays. Fix #1035Tristan Gingold2019-11-271-1/+39
* netlists-disp_vhdl: handle UB32 in Disp_Const_Bit. Fix #1039Tristan Gingold2019-11-271-0/+8
* synth: rework static calls and loops. Fix #1034.Tristan Gingold2019-11-272-105/+368
* synth: handle static calls to sin and cos. Fix #1033Tristan Gingold2019-11-261-4/+30
* vhdl: recognize sin and cos from math_real.Tristan Gingold2019-11-264-1/+11
* synth: implement static physical integer div. Fix #1032.Tristan Gingold2019-11-261-1/+2
* vhdl: recognize intrinsic procedures in vhdl-sem_specs.Tristan Gingold2019-11-232-25/+51
* synth-expr: handle aliases in subtype conversion.Tristan Gingold2019-11-231-1/+2
* synth-expr: add strip_const for indexed names. Fix #1023Tristan Gingold2019-11-231-0/+1
* 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
* 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
* synth: fix regression due to synth_bit_eq_const change.Tristan Gingold2019-11-201-2/+7
* synth-expr: properly set the return type in synth_bit_eq_const. For #1022Tristan Gingold2019-11-181-1/+2
* 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
* 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
* 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-153-43/+67
* synth: preliminary work to support intrinsic procedures.Tristan Gingold2019-11-143-10/+39
* 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