aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* synth: add static neg for signed.Tristan Gingold2019-12-033-0/+42
* synth: support multiple synthesis.Tristan Gingold2019-12-027-21/+82
* testcase: complete test for #1044.Tristan Gingold2019-12-011-0/+3
* synth: handle static float unary +, abs and exp. For #1044.Tristan Gingold2019-12-011-0/+7
* testsuite: adjust previous case for #1048Tristan Gingold2019-12-011-1/+1
* synth-insts: use current prefix for instantiations. Fix #1048Tristan Gingold2019-12-011-1/+2
* library/ieee: re-import math_real and math_complex from vhdl 2019.Tristan Gingold2019-12-014-1940/+1917
* ieee2008: import packages from vhdl 2019.Tristan Gingold2019-12-0122-3431/+3398
* testsuite: remove artifact.Tristan Gingold2019-11-301-10/+0
* netlists-dump: add option --disp-noidTristan Gingold2019-11-303-16/+50
* testsuite: add some tests for #1044Tristan Gingold2019-11-302-0/+31
* synth: add synth_static_monadic_predefinedTristan Gingold2019-11-303-32/+106
* testsuite: add case for #1047Tristan Gingold2019-11-302-0/+53
* synth-stmts: unapply configuration. Fix #1047Tristan Gingold2019-11-301-0/+2
* testsuite: add case for #1046Tristan Gingold2019-11-293-0/+50
* synth-static_oper: add support for array array concat. Fix #1046Tristan Gingold2019-11-293-41/+47
* synth-static_oper: add +,-,* for floats. For #1044Tristan Gingold2019-11-291-2/+7
* testsuite: add case for #1041Tristan Gingold2019-11-292-0/+51
* synth-inference: adjust guard. Fix #1041Tristan Gingold2019-11-291-1/+3
* testsuite: add test case for #1043Tristan Gingold2019-11-282-0/+34
* synth-expr: strip const for synth_type_conversion. Fix #1043Tristan Gingold2019-11-281-0/+1
* testsuite: add testcase for #1042.Tristan Gingold2019-11-282-0/+37
* synth-static_oper: handle floating point comparisons. Fix #1042Tristan Gingold2019-11-281-0/+19
* netlists-disp_vhdl: force conversion for mux2Tristan Gingold2019-11-281-1/+2
* doc(heartbeat): fix position of arg '--wave' (#1040)1138-4EB2019-11-281-1/+1
* testsuite: add case for #1036Tristan Gingold2019-11-282-0/+28
* synth: factorize code, move value2logvec to synth-expr.Tristan Gingold2019-11-284-196/+116
* netlists: use C convention to pass records.Tristan Gingold2019-11-281-0/+4
* netlists: remove port API (make it easier to interface).Tristan Gingold2019-11-286-130/+165
* netlists: remove port_inout.Tristan Gingold2019-11-285-25/+10
* 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
* testsuite: add case for #1035Tristan Gingold2019-11-272-0/+29
* synth-stmts: handle case statement for static arrays. Fix #1035Tristan Gingold2019-11-271-1/+39
* testsuite: add test for #1039Tristan Gingold2019-11-272-0/+37
* netlists-disp_vhdl: handle UB32 in Disp_Const_Bit. Fix #1039Tristan Gingold2019-11-271-0/+8
* testsuite: add reproducer for #1034.Tristan Gingold2019-11-274-0/+53
* synth: rework static calls and loops. Fix #1034.Tristan Gingold2019-11-272-105/+368
* testsuite/synth: add testcase for #1033Tristan Gingold2019-11-263-0/+30
* 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-266-226/+240
* testsuite/synth: add testcase for #1032Tristan Gingold2019-11-263-0/+27
* synth: implement static physical integer div. Fix #1032.Tristan Gingold2019-11-261-1/+2
* testsuite: add a reproducer for #265Tristan Gingold2019-11-253-0/+54
* testsuite: add a testcase for #264Tristan Gingold2019-11-252-0/+31
* testsuite/gna: add testcase for #1015Tristan Gingold2019-11-232-0/+10
* vhdl: recognize intrinsic procedures in vhdl-sem_specs.Tristan Gingold2019-11-232-25/+51