aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* synth-oper: handle minimum, maximum for integers.Tristan Gingold2020-03-101-0/+19
* testsuite/synth: add a test for previous commit.Tristan Gingold2020-03-103-9/+67
* synth: handle memories in inout variable parameter.Tristan Gingold2020-03-102-14/+24
* testsuite/synth: add a test for previous commit.Tristan Gingold2020-03-105-0/+70
* synth-stmts: handle conditional assignment without elseTristan Gingold2020-03-101-1/+13
* testsuite/synth: add a test for previous commit.Tristan Gingold2020-03-106-8/+86
* synth-oper: handle slice of non-vector.Tristan Gingold2020-03-101-4/+2
* ghdlmain: minor refactoring.Tristan Gingold2020-03-102-18/+2
* synthesis: add option --vendor-library= for synthesis.Tristan Gingold2020-03-1013-429/+545
* netlists-cleanup: avoid a warning.Tristan Gingold2020-03-101-0/+1
* synth-static_oper: handle and, or.Tristan Gingold2020-03-091-2/+19
* synth-static_oper: generalize "not".Tristan Gingold2020-03-091-1/+2
* netlists: allow empty net for build_mux4Tristan Gingold2020-03-091-1/+0
* testsuite/synth: add a test for previous commit.Tristan Gingold2020-03-093-1/+88
* synthesis: handle slice of dynamic array.Tristan Gingold2020-03-091-4/+1
* testsuite/synth: add a test for previous commit.Tristan Gingold2020-03-094-8/+97
* synthesis: handle array in record.Tristan Gingold2020-03-091-8/+1
* README: update for language server.Tristan Gingold2020-03-091-1/+1
* testsuite/synth: add a test for previous commit.Tristan Gingold2020-03-092-8/+29
* synth: avoid crash on bad elaboration order.Tristan Gingold2020-03-091-1/+3
* synth-stmts: do not limit to 32 state bits for PSLTristan Gingold2020-03-091-1/+0
* vhdl-formatters: minor refactoring.Tristan Gingold2020-03-091-19/+26
* python: update setup.py to install ghdl-lsTristan Gingold2020-03-092-10/+35
* Import vhdl_langserver from ghdl-language-serverTristan Gingold2020-03-0911-0/+1510
* testsuite/synth/simple01: use synth_tbTristan Gingold2020-03-091-8/+1
* testsuite/synth: add a testcase for previous commit.Tristan Gingold2020-03-095-0/+102
* synth-oper: use mask to handle ?= and ?/=.Tristan Gingold2020-03-091-26/+69
* synth-oper: refactoring for std_match.Tristan Gingold2020-03-091-81/+91
* testsuite/synth: add test for previous commit.Tristan Gingold2020-03-083-0/+56
* synth: handle user-defined operator call.Tristan Gingold2020-03-083-107/+202
* synth-static_oper: handle const operands for enums.Tristan Gingold2020-03-071-3/+6
* vhdl-configuration: avoid crash on parse error.Tristan Gingold2020-03-071-2/+5
* synth-stmts: handle constant if statements.Tristan Gingold2020-03-071-0/+1
* netlists-builders: handle null operands for dyadic operations.Tristan Gingold2020-03-071-1/+0
* testsuite/synth: add test for #1155Tristan Gingold2020-03-074-0/+132
* netlists-expands: fix dyn_insert_en (en was missing). Fix #1155Tristan Gingold2020-03-072-1/+4
* testsuite/synth: add a test for previous commit.Tristan Gingold2020-03-073-1/+59
* synthesis: handle initialized output ports.Tristan Gingold2020-03-077-25/+72
* testsuite/synth: add a test for #1153Tristan Gingold2020-03-073-0/+29
* netlists-disp_vhdl: handle xnor. Fix #1153Tristan Gingold2020-03-071-0/+2
* vhdl-parse: avoid resync_to_end_of_statement.Tristan Gingold2020-03-061-0/+2
* ghdlprint: add --force flag.Tristan Gingold2020-03-061-4/+10
* ghdllocal: improve help.Tristan Gingold2020-03-061-5/+3
* testsuite/gna: add a test for previous commit.Tristan Gingold2020-03-062-0/+17
* vhdl: avoid a crash on extra string.Tristan Gingold2020-03-061-1/+4
* testsuite: add a test for previous commit.Tristan Gingold2020-03-062-0/+17
* vhdl-sem_stmts: improve error message for signal assignment.Tristan Gingold2020-03-061-0/+9
* Add a testcase for #1152Tristan Gingold2020-03-062-0/+30
* vhdl-errors: give an hint for -frelaxed. Fix #1152Tristan Gingold2020-03-062-0/+11
* Remove redundant pragma inline.Tristan Gingold2020-03-061-1/+0