aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* synth: support block declarations.Tristan Gingold2019-10-051-2/+16
* testsuite/synth: add testcase for #965Tristan Gingold2019-10-052-0/+22
* synth: minimal support for blocks. Fix #965Tristan Gingold2019-10-052-0/+19
* netlists-disp_vhdl: handle lsl, rol, asr, nand, nor.Tristan Gingold2019-10-041-0/+18
* netlists-disp_vhdl: add qualification when needed for =Tristan Gingold2019-10-041-5/+24
* netlists-disp_vhdl: handle empty operand for concat2, addTristan Gingold2019-10-041-1/+30
* netlists-disp_vhdl: handle id_negTristan Gingold2019-10-041-0/+2
* synth: preliminary work to support procedure calls.Tristan Gingold2019-10-041-118/+200
* synth: factorize code to read memories.Tristan Gingold2019-10-043-74/+47
* synth: regenerate ghdlsynth_gates.hTristan Gingold2019-10-031-1/+1
* testsuite/synth: add testcase for previous commit.Tristan Gingold2019-10-032-0/+23
* synth-oper: convert type of unary operation operand.Tristan Gingold2019-10-033-4/+12
* synth: factorize code for synth_target.Tristan Gingold2019-10-031-86/+24
* testsuite/synth: add test for #962Tristan Gingold2019-10-033-1/+12
* netlists: rename id_memidx1 to id_memidxTristan Gingold2019-10-035-13/+13
* synth: remove unused wlen field of bound_type.Tristan Gingold2019-10-034-10/+1
* synth-inference: minor improvement.Tristan Gingold2019-10-031-10/+9
* testsuite/synth: add a test for FF inference.Tristan Gingold2019-10-033-1/+133
* testsuite/synth: Add a test for #963Tristan Gingold2019-10-033-0/+104
* synth-inference: fix handling of reset/preset chains inTristan Gingold2019-10-031-3/+7
* testsuite/synth: add a testcase for previous commit.Tristan Gingold2019-10-032-1/+9
* synth-oper: handle non-constant integer divisions.Tristan Gingold2019-10-031-2/+1
* synth-context: slightly relax assertion.Tristan Gingold2019-10-031-1/+12
* testsuite/synth: add mem2d01 tests.Tristan Gingold2019-10-037-0/+327
* synth: replace memidx2 by addidx; handle some 2d arrays.Tristan Gingold2019-10-038-58/+115
* synth: rework synth_target.Tristan Gingold2019-10-021-26/+19
* synth: simplify dyn_insert.Tristan Gingold2019-10-025-18/+11
* synth: simplify id_dyn_extract.Tristan Gingold2019-10-025-22/+9
* synth: refactoring for memidx1.Tristan Gingold2019-10-023-32/+47
* synth: introduce memidx1Tristan Gingold2019-10-027-28/+35
* netlists: add memidx1 and memidx2 gates.Tristan Gingold2019-10-024-8/+101
* testsuite/synth: add a test for previous commit.Tristan Gingold2019-10-023-1/+70
* synth: fix extract_merge_partial_assigns.Tristan Gingold2019-10-021-5/+15
* testsuite/synth: add tests for previous commit.Tristan Gingold2019-10-023-0/+45
* netlists-disp_vhdl: handle Const_Log, add comments, fix assertion.Tristan Gingold2019-10-023-1/+28
* ghdlsynth: display bugbox in case of unknown exception.Tristan Gingold2019-10-021-1/+3
* testsuite/synth: add synth45 test.Tristan Gingold2019-10-023-0/+51
* testsuite/synth: add synth48Tristan Gingold2019-10-022-0/+34
* Regenerate ghdlsynth_gates.hTristan Gingold2019-10-021-19/+24
* testsuite/synth: add testcases for #958Tristan Gingold2019-10-013-0/+51
* netlists-disp_vhdl: display constant signals connected to user submodules.Tristan Gingold2019-10-011-0/+2
* synth: handle string subtype defined by a port. Fix #958Tristan Gingold2019-10-012-7/+20
* testsuite/synth: add a test for previous commit.Tristan Gingold2019-10-013-1/+65
* synth: fix in extract_merge_partial_assigns.Tristan Gingold2019-10-012-3/+10
* synth-environment-debug: add dump_partial_assign.Tristan Gingold2019-10-011-10/+17
* testsuite/synth: add testcase for previous commitTristan Gingold2019-10-014-14/+45
* synth: fix a crash on choice by range for aggregate.Tristan Gingold2019-10-011-1/+2
* testsuite/synth: add testcase for previous commit.Tristan Gingold2019-10-012-0/+24
* synth: add support for integer rem.Tristan Gingold2019-10-014-3/+12
* testsuite/synth: add testcase for ghdlsynth-beta 44Tristan Gingold2019-10-012-0/+26