Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vhdl-formatters: minor refactoring. | Tristan Gingold | 2020-03-09 | 1 | -19/+26 |
| | |||||
* | python: update setup.py to install ghdl-ls | Tristan Gingold | 2020-03-09 | 2 | -10/+35 |
| | |||||
* | Import vhdl_langserver from ghdl-language-server | Tristan Gingold | 2020-03-09 | 11 | -0/+1510 |
| | |||||
* | testsuite/synth/simple01: use synth_tb | Tristan Gingold | 2020-03-09 | 1 | -8/+1 |
| | |||||
* | testsuite/synth: add a testcase for previous commit. | Tristan Gingold | 2020-03-09 | 5 | -0/+102 |
| | |||||
* | synth-oper: use mask to handle ?= and ?/=. | Tristan Gingold | 2020-03-09 | 1 | -26/+69 |
| | |||||
* | synth-oper: refactoring for std_match. | Tristan Gingold | 2020-03-09 | 1 | -81/+91 |
| | |||||
* | testsuite/synth: add test for previous commit. | Tristan Gingold | 2020-03-08 | 3 | -0/+56 |
| | |||||
* | synth: handle user-defined operator call. | Tristan Gingold | 2020-03-08 | 3 | -107/+202 |
| | |||||
* | synth-static_oper: handle const operands for enums. | Tristan Gingold | 2020-03-07 | 1 | -3/+6 |
| | |||||
* | vhdl-configuration: avoid crash on parse error. | Tristan Gingold | 2020-03-07 | 1 | -2/+5 |
| | |||||
* | synth-stmts: handle constant if statements. | Tristan Gingold | 2020-03-07 | 1 | -0/+1 |
| | |||||
* | netlists-builders: handle null operands for dyadic operations. | Tristan Gingold | 2020-03-07 | 1 | -1/+0 |
| | |||||
* | testsuite/synth: add test for #1155 | Tristan Gingold | 2020-03-07 | 4 | -0/+132 |
| | |||||
* | netlists-expands: fix dyn_insert_en (en was missing). Fix #1155 | Tristan Gingold | 2020-03-07 | 2 | -1/+4 |
| | |||||
* | testsuite/synth: add a test for previous commit. | Tristan Gingold | 2020-03-07 | 3 | -1/+59 |
| | |||||
* | synthesis: handle initialized output ports. | Tristan Gingold | 2020-03-07 | 7 | -25/+72 |
| | |||||
* | testsuite/synth: add a test for #1153 | Tristan Gingold | 2020-03-07 | 3 | -0/+29 |
| | |||||
* | netlists-disp_vhdl: handle xnor. Fix #1153 | Tristan Gingold | 2020-03-07 | 1 | -0/+2 |
| | |||||
* | vhdl-parse: avoid resync_to_end_of_statement. | Tristan Gingold | 2020-03-06 | 1 | -0/+2 |
| | |||||
* | ghdlprint: add --force flag. | Tristan Gingold | 2020-03-06 | 1 | -4/+10 |
| | |||||
* | ghdllocal: improve help. | Tristan Gingold | 2020-03-06 | 1 | -5/+3 |
| | |||||
* | testsuite/gna: add a test for previous commit. | Tristan Gingold | 2020-03-06 | 2 | -0/+17 |
| | |||||
* | vhdl: avoid a crash on extra string. | Tristan Gingold | 2020-03-06 | 1 | -1/+4 |
| | |||||
* | testsuite: add a test for previous commit. | Tristan Gingold | 2020-03-06 | 2 | -0/+17 |
| | |||||
* | vhdl-sem_stmts: improve error message for signal assignment. | Tristan Gingold | 2020-03-06 | 1 | -0/+9 |
| | |||||
* | Add a testcase for #1152 | Tristan Gingold | 2020-03-06 | 2 | -0/+30 |
| | |||||
* | vhdl-errors: give an hint for -frelaxed. Fix #1152 | Tristan Gingold | 2020-03-06 | 2 | -0/+11 |
| | |||||
* | Remove redundant pragma inline. | Tristan Gingold | 2020-03-06 | 1 | -1/+0 |
| | |||||
* | Makefile.in: minor refactoring. | Tristan Gingold | 2020-03-05 | 1 | -12/+12 |
| | |||||
* | Remove deprecated libghdlsynth. | Tristan Gingold | 2020-03-04 | 2 | -32/+0 |
| | |||||
* | Add testcase for #1066 | Tristan Gingold | 2020-03-04 | 2 | -0/+12 |
| | |||||
* | Warn on unexpected options for command '-a'. Fix #1066 | Tristan Gingold | 2020-03-04 | 5 | -2/+33 |
| | |||||
* | vhdl: merge synopsys into the ieee libraries. For #980 | Tristan Gingold | 2020-03-04 | 10 | -100/+85 |
| | |||||
* | Add an example for the -g option. Fix #1150 | Tristan Gingold | 2020-03-03 | 1 | -0/+4 |
| | |||||
* | [PATCH] Add names for synopsys packages. | Tristan Gingold | 2020-03-03 | 4 | -279/+289 |
| | |||||
* | testsuite/synth: add testcase for #1148 | Tristan Gingold | 2020-03-02 | 2 | -0/+30 |
| | |||||
* | synth: fix conversion of net to constant for physical values. Fix #1148 | Tristan Gingold | 2020-03-02 | 2 | -6/+11 |
| | |||||
* | testsuite/gna: adjust test for --ieee=mentor | Tristan Gingold | 2020-03-02 | 1 | -1/+1 |
| | |||||
* | doc: document --synth command. | Tristan Gingold | 2020-03-02 | 1 | -0/+29 |
| | |||||
* | vhdl-prints: disable code to display anonymous signal. | Tristan Gingold | 2020-03-02 | 1 | -2/+10 |
| | |||||
* | Remove --ieee=mentor and build of mentor libraries. | Tristan Gingold | 2020-03-02 | 5 | -43/+22 |
| | |||||
* | ci: minor style change in push workflow (#1147) | eine | 2020-03-02 | 1 | -6/+2 |
| | |||||
* | enable synth by default (#1102) | eine | 2020-03-01 | 4 | -29/+26 |
| | | | | | | | | * enable synth by default * ci: disable synth for the GPL builds * deprecate Ubuntu 16, use Ubuntu 18 in Travis | ||||
* | Adjust test for #1138 | Tristan Gingold | 2020-03-01 | 1 | -1/+2 |
| | |||||
* | Fix regressions after previous commit. | Tristan Gingold | 2020-03-01 | 1 | -0/+5 |
| | |||||
* | testsuite/gna: add a test for #1138 | Tristan Gingold | 2020-03-01 | 4 | -0/+133 |
| | |||||
* | vhdl: a function call is not an object. Fix #1138. | Tristan Gingold | 2020-03-01 | 3 | -15/+33 |
| | | | | | | Report a warning (or an error if not relaxed) when a non-object name is used for an array attribute. Also consider subtype attribute as a type name. | ||||
* | vhdl-parse: avoid error cascade for 'subtype before 08. | Tristan Gingold | 2020-03-01 | 1 | -1/+0 |
| | |||||
* | synth: top entity name is not anymore hashed by default. | Tristan Gingold | 2020-03-01 | 6 | -83/+138 |
| | | | | Use --top-name=hash to get the previous behaviour. |