aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* vhdl: fix reprint of vhdl08 array element constraints.Tristan Gingold2021-01-057-271/+362
|
* vhdl-prints: avoid assertion on empty hbox for simple loopTristan Gingold2021-01-041-7/+16
|
* synth: add option to treat asserts as assumes and vice-versatmeissner2021-01-024-3/+26
|
* netlists-inference: handle multiple dff with the same clock. Fix #1563Tristan Gingold2021-01-014-5/+39
|
* synth-oper: handle ieee.numeric_std_unsigned.to_integer. Fix #1572Tristan Gingold2021-01-011-0/+1
|
* vhdl: recognize ieee.numeric_std_unsigned. For #1572Tristan Gingold2021-01-016-25/+162
|
* synth-expr: propagate error in synth_indexed_nameTristan Gingold2021-01-012-0/+8
|
* trans-chap3: also compute the size of record constraints for unbounded subtypesTristan Gingold2020-12-311-2/+23
|
* vhdl: improve error message for invalid record element constraint.Tristan Gingold2020-12-311-1/+1
|
* src/edif: Rename Direction_Type to avoid hiding in types.adsTristan Gingold2020-12-305-29/+29
|
* ghdlrun: factorize code for finalizationTristan Gingold2020-12-302-10/+5
|
* Rework initialization and finalization.Tristan Gingold2020-12-3017-35/+121
| | | | libghdl can now be re-initialized.
* trans-chap3: compute size of subelements for unconstrained parent subtypesTristan Gingold2020-12-292-8/+40
| | | | Fix #1549
* scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs ↵umarcor2020-12-283-19/+39
| | | | accordingly
* libraries: Load_Std_Library: now return a status.Tristan Gingold2020-12-2611-39/+117
| | | | | | Propagate this change to libghdl and python binding to avoid abort. For #1551
* synth: handle static to_bit and to_bitvector. Fix #1540Tristan Gingold2020-12-203-0/+60
|
* synth-static_oper: handle to_x01. Fix #1537Tristan Gingold2020-12-141-0/+26
|
* synth-oper: handle more conversions. Fix #1536Tristan Gingold2020-12-131-1/+3
|
* synth-static_oper: handle bit xor (scalar and array). Fix #1534Tristan Gingold2020-12-131-2/+23
|
* synth-static_oper: handle to_stdulogic. For #1534Tristan Gingold2020-12-133-11/+33
|
* synth-expr: improve handling of null element in a recordTristan Gingold2020-12-121-1/+5
|
* synth-static_oper: handle xor reduceTristan Gingold2020-12-121-0/+2
|
* synth: improve handling of null-range nets.Tristan Gingold2020-12-123-6/+35
|
* synth-insts: comment assert for gcc/gnat-11. Fix #1533Tristan Gingold2020-12-111-1/+4
|
* vhdl: handle locally static attributes on entity/architecture/configurationsTristan Gingold2020-12-088-279/+348
| | | | | | | | | | | | | Attributes of entity/architecture/configurations are expected to be locally static so that they can be referenced from outside (so on the non-instantiated entity). But many designs break this assumption. In relaxed mode, non-locally static attributes are allowed but now cannot be referenced outside the entity. Locally static attributes can be referenced from outside. Fix #1528
* synth-stmts: avoid a crash on empty memories.Tristan Gingold2020-12-081-1/+4
|
* synth: handle static resize from std_numeric. Fix #1531Tristan Gingold2020-12-062-2/+5
|
* synth-oper: simplify synth_dyadic_vec_log. For #1520Tristan Gingold2020-12-041-10/+4
|
* synth-oper: Support Iir_Predefined_Enum_Greater{,_Equal}Xiretza2020-12-041-0/+4
|
* synth: handle dyadic logical vec/log operations. Fix #1520Tristan Gingold2020-12-031-2/+52
|
* vhdl: recognize logica vec/log and log/vec operators. For #1520Tristan Gingold2020-12-032-0/+96
|
* synth-expr.adb: avoid crash on unhandled ieee operator. For #1520Tristan Gingold2020-12-031-7/+16
|
* Fix #1524: 'ghdl build produces an executable with RWX sections'Erik Zscheile2020-11-271-0/+4
|
* win32: add fprintf to grt_save_backtrace (#1516)eine2020-11-211-0/+8
| | | Co-authored-by: eine <eine@users.noreply.github.com>
* Slightly improve error messages for unknown optionTristan Gingold2020-11-212-2/+2
|
* Ignore plusargs options (that starts with a '+'). For #1517Tristan Gingold2020-11-212-1/+6
|
* vhdl-sem_stmts: fix typo (#1518)Douwe den Blanken2020-11-201-1/+1
| | | | | "time must be **greather** than previous transaction" -> "time must be **greater** than previous transaction" (h was in the word 'greater')
* Add argc and argv to vpi_get_vlog_info()Marlon James2020-11-191-2/+4
|
* synth-objtypes: fix width computation. Fix #1509Tristan Gingold2020-11-161-1/+1
|
* vhdl-parse: improve error recovery on extra right parenthesisTristan Gingold2020-11-041-7/+21
|
* vhdl-parse: improve error recovery on tick.Tristan Gingold2020-11-041-0/+5
|
* ghdlsynth.adb: clear error counters to allow multiple synthesis.Tristan Gingold2020-11-041-0/+3
| | | | For ghdl/ghdl-yosys-plugin#137
* synth-stmts.adb: fix crash on unconditional exit. Fix #1503Tristan Gingold2020-11-011-26/+76
|
* vhdl-parse: do not skip token in case of error. Fix #1500Tristan Gingold2020-10-291-1/+1
|
* src/grt/Makefile.inc: support clang -dumpmachine on Windowsumarcor2020-10-241-1/+1
|
* vhdl-sem_scopes: avoid a crash on invalid selected name. Fix #1490Tristan Gingold2020-10-101-0/+4
|
* vhdl-parse: improve error message for extra '('.Tristan Gingold2020-10-091-1/+5
|
* synth-expr: improve error message for length mismatchTristan Gingold2020-10-071-1/+4
|
* synth: check instantiation inputs constraints.Tristan Gingold2020-10-071-3/+11
|
* vhdl-sem_specs: avoid noisy error messageTristan Gingold2020-10-071-3/+6
| | | | for attribute specification with invalid entity class.