aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* vhdl: handle non-object aliases in selected use clause. Fix #1057Tristan Gingold2019-12-241-5/+8
|
* testsuite/synth: add testcase for #1054Tristan Gingold2019-12-243-0/+66
|
* synth: handle is_x (as false). Fix #1054Tristan Gingold2019-12-241-0/+4
|
* vhdl: recognize ieee.std_logic_1164.is_x.Tristan Gingold2019-12-246-353/+367
|
* testsuite/synth: add test for #1021Tristan Gingold2019-12-244-0/+217
|
* ghdlsynth: allow display for libghdl.Tristan Gingold2019-12-241-21/+42
|
* netlists-disp_vhdl: handle conversion from std_logic to signed/unsigned.Tristan Gingold2019-12-242-8/+20
|
* netlists-memories: add convert_to_memory.Tristan Gingold2019-12-241-298/+504
|
* synth: add minor comments.Tristan Gingold2019-12-232-1/+3
|
* synth: add Get_Input_Instance.Tristan Gingold2019-12-144-10/+21
|
* netlists-memories: add comments.Tristan Gingold2019-12-141-2/+44
|
* netlists-memories: remove unused subprograms.Tristan Gingold2019-12-081-318/+0
|
* netlists-memories: reduce muxes.Tristan Gingold2019-12-081-1/+162
|
* synth: rework in netlists-memories.Tristan Gingold2019-12-061-61/+128
|
* libraries/ieee2008: partial merge of vhdl2019 for fixed_generic_pkgTristan Gingold2019-12-061-373/+363
|
* testsuite: add a test for #1018Tristan Gingold2019-12-052-0/+36
|
* netlists-disp_vhdl: handle 1-bit add/sub.Tristan Gingold2019-12-051-4/+12
|
* netlists-memories: avoid a crash when no read. Fix #1018Tristan Gingold2019-12-051-1/+7
|
* netlists-disp_vhdl: handle more ROMs.Tristan Gingold2019-12-051-2/+12
|
* netlists-memories: improve ROM inference. For issue #1008Tristan Gingold2019-12-051-26/+48
|
* netlists-dump: adjust can_inline after cleanup ofTristan Gingold2019-12-051-4/+20
|
* netlists-memories: generate mem_rd_sync gates.Tristan Gingold2019-12-052-170/+142
|
* netlists-gates: add comments.Tristan Gingold2019-12-051-3/+13
|
* netlists-disp_vhdl: handle id_mem_rd_syncTristan Gingold2019-12-051-0/+15
|
* netlists: add enable port to id_mem_rd_sync.Tristan Gingold2019-12-052-10/+20
|
* netlists: add remove_output_gates.Tristan Gingold2019-12-053-0/+31
|
* netlists-memories: rework.Tristan Gingold2019-12-053-3/+857
|
* synth: add set_location_maybe (for roms).Tristan Gingold2019-12-053-2/+35
|
* ghdlsynth: fix crash on synthesis of a second design.Tristan Gingold2019-12-051-0/+4
|
* testsuite: add test for #1050Tristan Gingold2019-12-042-0/+47
|
* netlists-disp_vhdl: handle unconnected outputs. Fix #1050Tristan Gingold2019-12-041-10/+10
|
* testsuite: add test for #1007Tristan Gingold2019-12-033-0/+59
|
* synth: create unique instance name. Fix #1007Tristan Gingold2019-12-032-4/+155
|
* 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
|