aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Makefile.in: minor refactoring.Tristan Gingold2020-03-051-12/+12
|
* Remove deprecated libghdlsynth.Tristan Gingold2020-03-042-32/+0
|
* Add testcase for #1066Tristan Gingold2020-03-042-0/+12
|
* Warn on unexpected options for command '-a'. Fix #1066Tristan Gingold2020-03-045-2/+33
|
* vhdl: merge synopsys into the ieee libraries. For #980Tristan Gingold2020-03-0410-100/+85
|
* Add an example for the -g option. Fix #1150Tristan Gingold2020-03-031-0/+4
|
* [PATCH] Add names for synopsys packages.Tristan Gingold2020-03-034-279/+289
|
* testsuite/synth: add testcase for #1148Tristan Gingold2020-03-022-0/+30
|
* synth: fix conversion of net to constant for physical values. Fix #1148Tristan Gingold2020-03-022-6/+11
|
* testsuite/gna: adjust test for --ieee=mentorTristan Gingold2020-03-021-1/+1
|
* doc: document --synth command.Tristan Gingold2020-03-021-0/+29
|
* vhdl-prints: disable code to display anonymous signal.Tristan Gingold2020-03-021-2/+10
|
* Remove --ieee=mentor and build of mentor libraries.Tristan Gingold2020-03-025-43/+22
|
* ci: minor style change in push workflow (#1147)eine2020-03-021-6/+2
|
* enable synth by default (#1102)eine2020-03-014-29/+26
| | | | | | | | * enable synth by default * ci: disable synth for the GPL builds * deprecate Ubuntu 16, use Ubuntu 18 in Travis
* Adjust test for #1138Tristan Gingold2020-03-011-1/+2
|
* Fix regressions after previous commit.Tristan Gingold2020-03-011-0/+5
|
* testsuite/gna: add a test for #1138Tristan Gingold2020-03-014-0/+133
|
* vhdl: a function call is not an object. Fix #1138.Tristan Gingold2020-03-013-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 Gingold2020-03-011-1/+0
|
* synth: top entity name is not anymore hashed by default.Tristan Gingold2020-03-016-83/+138
| | | | Use --top-name=hash to get the previous behaviour.
* synth-insts: add comments, minor refactoring.Tristan Gingold2020-02-293-9/+6
|
* testsuite/synth: add test for #1146Tristan Gingold2020-02-292-0/+49
|
* synth: handle more physical operators. Fix #1146Tristan Gingold2020-02-294-21/+80
|
* synth-static_oper: handle enum inequality.Tristan Gingold2020-02-291-0/+3
|
* testsuite/synth: add a reproducer for tgingold/ghdlsynth-beta#87Tristan Gingold2020-02-293-0/+70
|
* synth-decls: fix handling of record subtypes.Tristan Gingold2020-02-291-1/+14
|
* Adjust version check in ci-run.shTristan Gingold2020-02-291-4/+5
|