| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | synth: handle neg for integers. | Tristan Gingold | 2019-10-06 | 1 | -0/+13 |
* | synth: add error messages for latches. | Tristan Gingold | 2019-10-06 | 6 | -6/+198 |
* | netlists-dump: add prefix to numbers. | Tristan Gingold | 2019-10-06 | 1 | -8/+8 |
* | errorout: reserve eargs for synthesis. | Tristan Gingold | 2019-10-06 | 2 | -1/+21 |
* | Rework errors handling, to have a more generic framework. | Tristan Gingold | 2019-10-06 | 5 | -206/+239 |
* | synth: fix selected signal assignment (use basetype). | Tristan Gingold | 2019-10-05 | 1 | -1/+1 |
* | synth: add support for comp. equal of two numeric signed (#966) | T. Meissner | 2019-10-05 | 1 | -0/+4 |
* | testsuite/synth: add a test for block declarations. | Tristan Gingold | 2019-10-05 | 5 | -0/+141 |
* | synth: support block declarations. | Tristan Gingold | 2019-10-05 | 1 | -2/+16 |
* | testsuite/synth: add testcase for #965 | Tristan Gingold | 2019-10-05 | 2 | -0/+22 |
* | synth: minimal support for blocks. Fix #965 | Tristan Gingold | 2019-10-05 | 2 | -0/+19 |
* | netlists-disp_vhdl: handle lsl, rol, asr, nand, nor. | Tristan Gingold | 2019-10-04 | 1 | -0/+18 |
* | netlists-disp_vhdl: add qualification when needed for = | Tristan Gingold | 2019-10-04 | 1 | -5/+24 |
* | netlists-disp_vhdl: handle empty operand for concat2, add | Tristan Gingold | 2019-10-04 | 1 | -1/+30 |
* | netlists-disp_vhdl: handle id_neg | Tristan Gingold | 2019-10-04 | 1 | -0/+2 |
* | synth: preliminary work to support procedure calls. | Tristan Gingold | 2019-10-04 | 1 | -118/+200 |
* | synth: factorize code to read memories. | Tristan Gingold | 2019-10-04 | 3 | -74/+47 |
* | synth: regenerate ghdlsynth_gates.h | Tristan Gingold | 2019-10-03 | 1 | -1/+1 |
* | testsuite/synth: add testcase for previous commit. | Tristan Gingold | 2019-10-03 | 2 | -0/+23 |
* | synth-oper: convert type of unary operation operand. | Tristan Gingold | 2019-10-03 | 3 | -4/+12 |
* | synth: factorize code for synth_target. | Tristan Gingold | 2019-10-03 | 1 | -86/+24 |
* | testsuite/synth: add test for #962 | Tristan Gingold | 2019-10-03 | 3 | -1/+12 |
* | netlists: rename id_memidx1 to id_memidx | Tristan Gingold | 2019-10-03 | 5 | -13/+13 |
* | synth: remove unused wlen field of bound_type. | Tristan Gingold | 2019-10-03 | 4 | -10/+1 |
* | synth-inference: minor improvement. | Tristan Gingold | 2019-10-03 | 1 | -10/+9 |
* | testsuite/synth: add a test for FF inference. | Tristan Gingold | 2019-10-03 | 3 | -1/+133 |
* | testsuite/synth: Add a test for #963 | Tristan Gingold | 2019-10-03 | 3 | -0/+104 |
* | synth-inference: fix handling of reset/preset chains in | Tristan Gingold | 2019-10-03 | 1 | -3/+7 |
* | testsuite/synth: add a testcase for previous commit. | Tristan Gingold | 2019-10-03 | 2 | -1/+9 |
* | synth-oper: handle non-constant integer divisions. | Tristan Gingold | 2019-10-03 | 1 | -2/+1 |
* | synth-context: slightly relax assertion. | Tristan Gingold | 2019-10-03 | 1 | -1/+12 |
* | testsuite/synth: add mem2d01 tests. | Tristan Gingold | 2019-10-03 | 7 | -0/+327 |
* | synth: replace memidx2 by addidx; handle some 2d arrays. | Tristan Gingold | 2019-10-03 | 8 | -58/+115 |
* | synth: rework synth_target. | Tristan Gingold | 2019-10-02 | 1 | -26/+19 |
* | synth: simplify dyn_insert. | Tristan Gingold | 2019-10-02 | 5 | -18/+11 |
* | synth: simplify id_dyn_extract. | Tristan Gingold | 2019-10-02 | 5 | -22/+9 |
* | synth: refactoring for memidx1. | Tristan Gingold | 2019-10-02 | 3 | -32/+47 |
* | synth: introduce memidx1 | Tristan Gingold | 2019-10-02 | 7 | -28/+35 |
* | netlists: add memidx1 and memidx2 gates. | Tristan Gingold | 2019-10-02 | 4 | -8/+101 |
* | testsuite/synth: add a test for previous commit. | Tristan Gingold | 2019-10-02 | 3 | -1/+70 |
* | synth: fix extract_merge_partial_assigns. | Tristan Gingold | 2019-10-02 | 1 | -5/+15 |
* | testsuite/synth: add tests for previous commit. | Tristan Gingold | 2019-10-02 | 3 | -0/+45 |
* | netlists-disp_vhdl: handle Const_Log, add comments, fix assertion. | Tristan Gingold | 2019-10-02 | 3 | -1/+28 |
* | ghdlsynth: display bugbox in case of unknown exception. | Tristan Gingold | 2019-10-02 | 1 | -1/+3 |
* | testsuite/synth: add synth45 test. | Tristan Gingold | 2019-10-02 | 3 | -0/+51 |
* | testsuite/synth: add synth48 | Tristan Gingold | 2019-10-02 | 2 | -0/+34 |
* | Regenerate ghdlsynth_gates.h | Tristan Gingold | 2019-10-02 | 1 | -19/+24 |
* | testsuite/synth: add testcases for #958 | Tristan Gingold | 2019-10-01 | 3 | -0/+51 |
* | netlists-disp_vhdl: display constant signals connected to user submodules. | Tristan Gingold | 2019-10-01 | 1 | -0/+2 |
* | synth: handle string subtype defined by a port. Fix #958 | Tristan Gingold | 2019-10-01 | 2 | -7/+20 |