Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rework initialization and finalization. | Tristan Gingold | 2020-12-30 | 17 | -35/+121 | |
| | | | | libghdl can now be re-initialized. | |||||
* | trans-chap3: compute size of subelements for unconstrained parent subtypes | Tristan Gingold | 2020-12-29 | 2 | -8/+40 | |
| | | | | Fix #1549 | |||||
* | scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs ↵ | umarcor | 2020-12-28 | 3 | -19/+39 | |
| | | | | accordingly | |||||
* | libraries: Load_Std_Library: now return a status. | Tristan Gingold | 2020-12-26 | 11 | -39/+117 | |
| | | | | | | Propagate this change to libghdl and python binding to avoid abort. For #1551 | |||||
* | synth: handle static to_bit and to_bitvector. Fix #1540 | Tristan Gingold | 2020-12-20 | 3 | -0/+60 | |
| | ||||||
* | synth-static_oper: handle to_x01. Fix #1537 | Tristan Gingold | 2020-12-14 | 1 | -0/+26 | |
| | ||||||
* | synth-oper: handle more conversions. Fix #1536 | Tristan Gingold | 2020-12-13 | 1 | -1/+3 | |
| | ||||||
* | synth-static_oper: handle bit xor (scalar and array). Fix #1534 | Tristan Gingold | 2020-12-13 | 1 | -2/+23 | |
| | ||||||
* | synth-static_oper: handle to_stdulogic. For #1534 | Tristan Gingold | 2020-12-13 | 3 | -11/+33 | |
| | ||||||
* | synth-expr: improve handling of null element in a record | Tristan Gingold | 2020-12-12 | 1 | -1/+5 | |
| | ||||||
* | synth-static_oper: handle xor reduce | Tristan Gingold | 2020-12-12 | 1 | -0/+2 | |
| | ||||||
* | synth: improve handling of null-range nets. | Tristan Gingold | 2020-12-12 | 3 | -6/+35 | |
| | ||||||
* | synth-insts: comment assert for gcc/gnat-11. Fix #1533 | Tristan Gingold | 2020-12-11 | 1 | -1/+4 | |
| | ||||||
* | vhdl: handle locally static attributes on entity/architecture/configurations | Tristan Gingold | 2020-12-08 | 8 | -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 Gingold | 2020-12-08 | 1 | -1/+4 | |
| | ||||||
* | synth: handle static resize from std_numeric. Fix #1531 | Tristan Gingold | 2020-12-06 | 2 | -2/+5 | |
| | ||||||
* | synth-oper: simplify synth_dyadic_vec_log. For #1520 | Tristan Gingold | 2020-12-04 | 1 | -10/+4 | |
| | ||||||
* | synth-oper: Support Iir_Predefined_Enum_Greater{,_Equal} | Xiretza | 2020-12-04 | 1 | -0/+4 | |
| | ||||||
* | synth: handle dyadic logical vec/log operations. Fix #1520 | Tristan Gingold | 2020-12-03 | 1 | -2/+52 | |
| | ||||||
* | vhdl: recognize logica vec/log and log/vec operators. For #1520 | Tristan Gingold | 2020-12-03 | 2 | -0/+96 | |
| | ||||||
* | synth-expr.adb: avoid crash on unhandled ieee operator. For #1520 | Tristan Gingold | 2020-12-03 | 1 | -7/+16 | |
| | ||||||
* | Fix #1524: 'ghdl build produces an executable with RWX sections' | Erik Zscheile | 2020-11-27 | 1 | -0/+4 | |
| | ||||||
* | win32: add fprintf to grt_save_backtrace (#1516) | eine | 2020-11-21 | 1 | -0/+8 | |
| | | | Co-authored-by: eine <eine@users.noreply.github.com> | |||||
* | Slightly improve error messages for unknown option | Tristan Gingold | 2020-11-21 | 2 | -2/+2 | |
| | ||||||
* | Ignore plusargs options (that starts with a '+'). For #1517 | Tristan Gingold | 2020-11-21 | 2 | -1/+6 | |
| | ||||||
* | vhdl-sem_stmts: fix typo (#1518) | Douwe den Blanken | 2020-11-20 | 1 | -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 James | 2020-11-19 | 1 | -2/+4 | |
| | ||||||
* | synth-objtypes: fix width computation. Fix #1509 | Tristan Gingold | 2020-11-16 | 1 | -1/+1 | |
| | ||||||
* | vhdl-parse: improve error recovery on extra right parenthesis | Tristan Gingold | 2020-11-04 | 1 | -7/+21 | |
| | ||||||
* | vhdl-parse: improve error recovery on tick. | Tristan Gingold | 2020-11-04 | 1 | -0/+5 | |
| | ||||||
* | ghdlsynth.adb: clear error counters to allow multiple synthesis. | Tristan Gingold | 2020-11-04 | 1 | -0/+3 | |
| | | | | For ghdl/ghdl-yosys-plugin#137 | |||||
* | synth-stmts.adb: fix crash on unconditional exit. Fix #1503 | Tristan Gingold | 2020-11-01 | 1 | -26/+76 | |
| | ||||||
* | vhdl-parse: do not skip token in case of error. Fix #1500 | Tristan Gingold | 2020-10-29 | 1 | -1/+1 | |
| | ||||||
* | src/grt/Makefile.inc: support clang -dumpmachine on Windows | umarcor | 2020-10-24 | 1 | -1/+1 | |
| | ||||||
* | vhdl-sem_scopes: avoid a crash on invalid selected name. Fix #1490 | Tristan Gingold | 2020-10-10 | 1 | -0/+4 | |
| | ||||||
* | vhdl-parse: improve error message for extra '('. | Tristan Gingold | 2020-10-09 | 1 | -1/+5 | |
| | ||||||
* | synth-expr: improve error message for length mismatch | Tristan Gingold | 2020-10-07 | 1 | -1/+4 | |
| | ||||||
* | synth: check instantiation inputs constraints. | Tristan Gingold | 2020-10-07 | 1 | -3/+11 | |
| | ||||||
* | vhdl-sem_specs: avoid noisy error message | Tristan Gingold | 2020-10-07 | 1 | -3/+6 | |
| | | | | for attribute specification with invalid entity class. | |||||
* | vhdl-sem_decls: avoid a crash after a parse error. | Tristan Gingold | 2020-10-07 | 1 | -4/+11 | |
| | | | | For both declarations list and missing attribute type. | |||||
* | vhdl-sem_types: improve error handling on index subtypes. Fix #1473 | Tristan Gingold | 2020-09-29 | 1 | -3/+7 | |
| | ||||||
* | netlists-disp_vhdl: handle null vectors for reducation operators. | Tristan Gingold | 2020-09-28 | 1 | -3/+12 | |
| | | | | Fix #1481 | |||||
* | vhdl-sem_psl: fix crash in case of error in assert statement. Fix #1480 | Tristan Gingold | 2020-09-28 | 1 | -2/+5 | |
| | ||||||
* | vhdl-canon: canon generic associations for subprogram instantiations. | Tristan Gingold | 2020-09-28 | 1 | -1/+6 | |
| | ||||||
* | vhdl-sem_expr: evaluate operands only if the operator result is not static. | Tristan Gingold | 2020-09-28 | 1 | -5/+13 | |
| | ||||||
* | vhdl-evaluation: minor rewrite. | Tristan Gingold | 2020-09-28 | 1 | -5/+5 | |
| | ||||||
* | synth_subtype_conversion: check overflow for discrete types. | Tristan Gingold | 2020-09-28 | 1 | -24/+31 | |
| | ||||||
* | vhdl: evaluate operands of operators, check bounds. For #1475 | Tristan Gingold | 2020-09-26 | 2 | -14/+30 | |
| | ||||||
* | synth: minor refactoring. Move In_Bounds/In_Range to synth-objtypes. | Tristan Gingold | 2020-09-26 | 5 | -21/+23 | |
| | ||||||
* | vhdl: analyze subprogram instantiations. WIP. For #1470 | Tristan Gingold | 2020-09-26 | 11 | -217/+390 | |
| |