aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* netlists: Handle sdiv and udiv (#1082)Anton Blanchard2020-01-111-0/+6
|
* testsuite/synth: use --expect-failureTristan Gingold2020-01-113-3/+3
|
* synth: add --expect-failure for command --synthTristan Gingold2020-01-112-2/+20
|
* testsuite/synth: add a test for #1078Tristan Gingold2020-01-112-0/+19
|
* synth-cleanup: avoid a crash on undriven output. Fix #1078Tristan Gingold2020-01-111-3/+5
|
* vhdl: recognize predefined shift operators for ieee.numeric_std. For #1077Tristan Gingold2020-01-113-83/+124
|
* testsuite/synth: add a test for #1076Tristan Gingold2020-01-113-0/+56
|
* synth: fix crash on else-generate. Fix #1076Tristan Gingold2020-01-111-3/+10
|
* testsuite/synth: add a test for #1074Tristan Gingold2020-01-102-0/+44
|
* synth: emit error message in case of 'else' for synchronous code. Fix #1074Tristan Gingold2020-01-101-10/+10
|
* testsuite/synth: add a test for #1075Tristan Gingold2020-01-102-0/+19
|
* synth: handle ieee.math_real.round Fix #1075Tristan Gingold2020-01-108-238/+260
|
* testsuite/synth: add a test for unbounded ports.Tristan Gingold2020-01-103-0/+73
|
* synth: consider ports size to create unique instances.Tristan Gingold2020-01-103-49/+143
|
* testsuite/synth: add a test for #1068Tristan Gingold2020-01-092-0/+23
|
* synth: emit an error in case of static assertion failure. Fix #1068Tristan Gingold2020-01-091-1/+1
|
* testsuite/synth: add a test for inertial associations.Tristan Gingold2020-01-093-0/+63
|
* synth-oper: handle xor for bit_vectors.Tristan Gingold2020-01-091-3/+4
|
* synth: simplify support of inertial associations.Tristan Gingold2020-01-096-5/+24
|
* ci: update installation of GNAT GPL on macOS (#1072)eine2020-01-084-28/+40
| | | | | | | | * ci: move 'install-ada' to YAML files * ci: update Xcode to 10 * ci: update GNAT to 2019
* testsuite: add a test for previous commit. For #1064Tristan Gingold2020-01-083-1/+50
|
* synth: improve support of out/inout variable parameters.Tristan Gingold2020-01-083-9/+69
|
* ci: fix gnat-gpl download URL (#1071)eine2020-01-081-2/+2
|
* fix btdi image names (#1070)eine2020-01-072-2/+2
| | | | | | * ci: fix btdi image used in man.sh * ci: fix btdi image used in make.sh
* testsuite: add more tests for #1038Tristan Gingold2020-01-065-0/+106
|
* vhdl/translate: handle implicit record-record conversions.Tristan Gingold2020-01-061-12/+1
|
* vhdl/translate: minor refactoring.Tristan Gingold2020-01-062-42/+43
|
* vhdl: fix multiple reference in trans-chap3.Tristan Gingold2020-01-061-2/+6
|
* doc: add internals/ (WIP). Add a part for index.Tristan Gingold2020-01-064-1/+159
|
* testsuite: add a case for #1038Tristan Gingold2020-01-062-0/+35
|
* vhdl/translate: handle more partially constrained array subtypes. For #1038Tristan Gingold2020-01-063-6/+10
|
* Homogenise NEWS.md, conf.py cleanup (#1065)eine2020-01-033-263/+107
| | | | | | | | * homogenise NEWS.md * travis: rename anchor * doc: conf.py cleanup
* testsuite: add cases for #1051Tristan Gingold2020-01-0213-0/+3855
|
* vhdl: handle untranslated subtypes for record aggregates. Fix #1051Tristan Gingold2020-01-021-3/+12
|
* testsuite/synth: add a test for #1064Tristan Gingold2020-01-023-0/+60
|
* synth: handle scalar inout association for subprograms. Fix #1064Tristan Gingold2020-01-021-0/+2
|
* testsuite: complete test for #1063Tristan Gingold2020-01-021-2/+6
|
* vhdl: fix order of std_ulogic literals. For #1063Tristan Gingold2020-01-021-3/+3
|
* testsuite/synth: improve test for previous commit.Tristan Gingold2020-01-012-4/+40
|
* synth-disp_vhdl: handle conversion from signed integers.Tristan Gingold2020-01-011-1/+5
|
* synth: optimize integer mod for power of 2.Tristan Gingold2020-01-013-0/+31
|
* testsuite: add case for #1063Tristan Gingold2020-01-012-0/+22
|
* vhdl: evaluate std_logic matching equality. Fix #1063Tristan Gingold2020-01-012-8/+54
|
* testsuite/synth: add a case for #1062Tristan Gingold2020-01-013-0/+47
|
* vhdl: handle -gGEN=VAL for --synth. Fix #1062Tristan Gingold2020-01-016-23/+213
|
* testsuite/synth: add a test for previous commit.Tristan Gingold2019-12-317-0/+202
|
* synth-inference: merge reset for sub-nets.Tristan Gingold2019-12-311-1/+16
| | | | For tgingold/ghdlsynth-beta#76
* synth-environment: also optimize mux merge for sub-nets.Tristan Gingold2019-12-313-1/+34
|
* netlists-disp_vhdl: display iadff.Tristan Gingold2019-12-312-7/+19
|
* Add option for compiling Wishbone VIP for UVVM framework. (#1061)m-kru2019-12-311-0/+6
|