aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* testsuite/gna/bug071: adjust test for windows.Tristan Gingold2020-05-291-2/+10
* netlists-memories: cleanup.Tristan Gingold2020-05-292-47/+4
* testsuite/synth/subprg01: adjust test to avoid memory.Tristan Gingold2020-05-291-0/+4
* netlists: rework clock handling in memories.Tristan Gingold2020-05-294-83/+108
* netlists: handle UL32 in memory initial value.Tristan Gingold2020-05-292-4/+27
* netlists-inference: factorize code.Tristan Gingold2020-05-291-54/+45
* testsuite/synth: add a test for #1345Tristan Gingold2020-05-292-0/+102
* psl-nodes: set a location on false/true/one/EOS nodes. Fix #1345Tristan Gingold2020-05-294-18/+28
* ortho/gcc: convert boolean and enums to int on interfaces.Tristan Gingold2020-05-285-0/+10
* vhdl-utils: minor style changes.Tristan Gingold2020-05-281-4/+2
* ortho: add a length parameter to start_array_aggr.Tristan Gingold2020-05-2829-236/+327
* ghdl.gpr: adjust flags.Tristan Gingold2020-05-281-1/+1
* testsuite/gna: add a testcase for #1287Tristan Gingold2020-05-283-0/+39
* doc: move --file-to-xml to 'Misc commands'eine2020-05-271-13/+13
* testsuite/synth: add a test for #1342Tristan Gingold2020-05-272-0/+34
* synth: handle reduction operators. Fix #1342Tristan Gingold2020-05-279-389/+438
* synth-oper: add support for conv_vector.Tristan Gingold2020-05-271-2/+3
* vhdl-scanner: makes -C part of -frelaxedTristan Gingold2020-05-251-1/+3
* testsuite/gna: add a test for #1338Tristan Gingold2020-05-252-0/+31
* grt: implement --backtrace-severity. For #1338Tristan Gingold2020-05-255-15/+61
* doc: move -C/--syn-binding doc to InvokingGHDL.Tristan Gingold2020-05-253-20/+36
* Makefile.in: use gnatlink -g for libghdl.Tristan Gingold2020-05-241-1/+3
* Makefile.in: also build and install libghdl.a. For #1336Tristan Gingold2020-05-231-1/+10
* testsuite/synth: add a test for #1318Tristan Gingold2020-05-234-0/+77
* ghdlsynth.h: add API for attributes. For #1318Tristan Gingold2020-05-231-0/+7
* netlists: disp attributes in vhdl output (as comments). For #1318Tristan Gingold2020-05-233-20/+97
* netlists: complete support of attributes. For #1318Tristan Gingold2020-05-235-5/+102
* grt: fix warnings from gnatgpl2020.Tristan Gingold2020-05-235-17/+24
* Disable gnatwc warnings for gnatgpl2020Tristan Gingold2020-05-232-2/+2
* Rewrite dyn_interning using Dyn_Maps.Tristan Gingold2020-05-222-140/+34
* netlists: use dyn_maps package for attributes.Tristan Gingold2020-05-224-40/+19
* Add dyn_maps packageTristan Gingold2020-05-222-0/+249
* netlists: add param_pval_boolean.Tristan Gingold2020-05-223-8/+12
* doc: update contributor roleumarcor2020-05-221-1/+1
* doc: update getting/Releasesumarcor2020-05-222-1/+16
* doc: announce nightly pre-release and Action setup-ghdl-ciumarcor2020-05-221-0/+8
* ci(msys2): explicitly exiting is not required anymoreumarcor2020-05-222-2/+0
* testsuite/synth: add a test for #1332Tristan Gingold2020-05-212-0/+36
* netlists-memories: set location on utrunc. Fix #1332Tristan Gingold2020-05-213-11/+13
* testsuite/synth: add a test for #1333Tristan Gingold2020-05-212-0/+27
* synth: add support for ascending attribute. Fix #1333Tristan Gingold2020-05-211-0/+15
* netlists: initial support of attributes.Tristan Gingold2020-05-213-27/+123
* dyn_interning: add a Modify method.Tristan Gingold2020-05-212-1/+14
* testsuite/synth: add test for previous commit.Tristan Gingold2020-05-211-0/+8
* synth-oper: fix handle of add/sub with std_logic.Tristan Gingold2020-05-211-21/+21
* testsuite/synth: add a test for previous commit.Tristan Gingold2020-05-213-0/+45
* netlists-disp_vhdl: fix id_sextend for 1 bit.Tristan Gingold2020-05-211-1/+1
* testsuite/synth: add test for ghdl/ghdl-yosys-plugin#121Tristan Gingold2020-05-212-0/+236
* synth: handle more operators from std_logic_arith. Fix synth121Tristan Gingold2020-05-211-13/+19
* testsuite/synth: add tests for #1330Tristan Gingold2020-05-218-0/+189