| Commit message (Expand) | Author | Age | Files | Lines |
* | netlists: add enable port to id_mem_rd_sync. | Tristan Gingold | 2019-12-05 | 2 | -10/+20 |
* | netlists: add remove_output_gates. | Tristan Gingold | 2019-12-05 | 3 | -0/+31 |
* | netlists-memories: rework. | Tristan Gingold | 2019-12-05 | 3 | -3/+857 |
* | synth: add set_location_maybe (for roms). | Tristan Gingold | 2019-12-05 | 3 | -2/+35 |
* | ghdlsynth: fix crash on synthesis of a second design. | Tristan Gingold | 2019-12-05 | 1 | -0/+4 |
* | testsuite: add test for #1050 | Tristan Gingold | 2019-12-04 | 2 | -0/+47 |
* | netlists-disp_vhdl: handle unconnected outputs. Fix #1050 | Tristan Gingold | 2019-12-04 | 1 | -10/+10 |
* | testsuite: add test for #1007 | Tristan Gingold | 2019-12-03 | 3 | -0/+59 |
* | synth: create unique instance name. Fix #1007 | Tristan Gingold | 2019-12-03 | 2 | -4/+155 |
* | synth: add static neg for signed. | Tristan Gingold | 2019-12-03 | 3 | -0/+42 |
* | synth: support multiple synthesis. | Tristan Gingold | 2019-12-02 | 7 | -21/+82 |
* | testcase: complete test for #1044. | Tristan Gingold | 2019-12-01 | 1 | -0/+3 |
* | synth: handle static float unary +, abs and exp. For #1044. | Tristan Gingold | 2019-12-01 | 1 | -0/+7 |
* | testsuite: adjust previous case for #1048 | Tristan Gingold | 2019-12-01 | 1 | -1/+1 |
* | synth-insts: use current prefix for instantiations. Fix #1048 | Tristan Gingold | 2019-12-01 | 1 | -1/+2 |
* | library/ieee: re-import math_real and math_complex from vhdl 2019. | Tristan Gingold | 2019-12-01 | 4 | -1940/+1917 |
* | ieee2008: import packages from vhdl 2019. | Tristan Gingold | 2019-12-01 | 22 | -3431/+3398 |
* | testsuite: remove artifact. | Tristan Gingold | 2019-11-30 | 1 | -10/+0 |
* | netlists-dump: add option --disp-noid | Tristan Gingold | 2019-11-30 | 3 | -16/+50 |
* | testsuite: add some tests for #1044 | Tristan Gingold | 2019-11-30 | 2 | -0/+31 |
* | synth: add synth_static_monadic_predefined | Tristan Gingold | 2019-11-30 | 3 | -32/+106 |
* | testsuite: add case for #1047 | Tristan Gingold | 2019-11-30 | 2 | -0/+53 |
* | synth-stmts: unapply configuration. Fix #1047 | Tristan Gingold | 2019-11-30 | 1 | -0/+2 |
* | testsuite: add case for #1046 | Tristan Gingold | 2019-11-29 | 3 | -0/+50 |
* | synth-static_oper: add support for array array concat. Fix #1046 | Tristan Gingold | 2019-11-29 | 3 | -41/+47 |
* | synth-static_oper: add +,-,* for floats. For #1044 | Tristan Gingold | 2019-11-29 | 1 | -2/+7 |
* | testsuite: add case for #1041 | Tristan Gingold | 2019-11-29 | 2 | -0/+51 |
* | synth-inference: adjust guard. Fix #1041 | Tristan Gingold | 2019-11-29 | 1 | -1/+3 |
* | testsuite: add test case for #1043 | Tristan Gingold | 2019-11-28 | 2 | -0/+34 |
* | synth-expr: strip const for synth_type_conversion. Fix #1043 | Tristan Gingold | 2019-11-28 | 1 | -0/+1 |
* | testsuite: add testcase for #1042. | Tristan Gingold | 2019-11-28 | 2 | -0/+37 |
* | synth-static_oper: handle floating point comparisons. Fix #1042 | Tristan Gingold | 2019-11-28 | 1 | -0/+19 |
* | netlists-disp_vhdl: force conversion for mux2 | Tristan Gingold | 2019-11-28 | 1 | -1/+2 |
* | doc(heartbeat): fix position of arg '--wave' (#1040) | 1138-4EB | 2019-11-28 | 1 | -1/+1 |
* | testsuite: add case for #1036 | Tristan Gingold | 2019-11-28 | 2 | -0/+28 |
* | synth: factorize code, move value2logvec to synth-expr. | Tristan Gingold | 2019-11-28 | 4 | -196/+116 |
* | netlists: use C convention to pass records. | Tristan Gingold | 2019-11-28 | 1 | -0/+4 |
* | netlists: remove port API (make it easier to interface). | Tristan Gingold | 2019-11-28 | 6 | -130/+165 |
* | netlists: remove port_inout. | Tristan Gingold | 2019-11-28 | 5 | -25/+10 |
* | synth: rework the sname API. | Tristan Gingold | 2019-11-28 | 8 | -101/+129 |
* | netlists: add Get_Design. | Tristan Gingold | 2019-11-28 | 2 | -0/+8 |
* | synth/netlists: remove unused function. | Tristan Gingold | 2019-11-28 | 2 | -8/+0 |
* | netlists-dump: adjust dump output to be more easily | Tristan Gingold | 2019-11-28 | 1 | -16/+7 |
* | netlists-errors: can display instance numbers. | Tristan Gingold | 2019-11-28 | 2 | -19/+30 |
* | testsuite: add case for #1035 | Tristan Gingold | 2019-11-27 | 2 | -0/+29 |
* | synth-stmts: handle case statement for static arrays. Fix #1035 | Tristan Gingold | 2019-11-27 | 1 | -1/+39 |
* | testsuite: add test for #1039 | Tristan Gingold | 2019-11-27 | 2 | -0/+37 |
* | netlists-disp_vhdl: handle UB32 in Disp_Const_Bit. Fix #1039 | Tristan Gingold | 2019-11-27 | 1 | -0/+8 |
* | testsuite: add reproducer for #1034. | Tristan Gingold | 2019-11-27 | 4 | -0/+53 |
* | synth: rework static calls and loops. Fix #1034. | Tristan Gingold | 2019-11-27 | 2 | -105/+368 |