aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* update license headersumarcor2021-01-14605-6655/+5451
* synth: always finalize declarations. Fix #1591Tristan Gingold2021-01-136-24/+101
* vhdl-formatters: add realignmentTristan Gingold2021-01-115-6/+239
* Typo fixes in Ada code.Patrick Lehmann2021-01-103-48/+48
* vhdl: rework formatter engine, add 'ghdl fmt' commandTristan Gingold2021-01-098-482/+792
* src/vhd: remove use of chapter sign in comment to have on ASCII charactersTristan Gingold2021-01-0911-36/+36
* vhdl-parse_psl.adb: handle n_paren_prop in Psl_To_VhdlTristan Gingold2021-01-051-0/+4
* vhdl-parse.adb: improve diagnostic messagesTristan Gingold2021-01-051-1/+2
* cli: support '[--]version --ref' and '[--]version --hash' tooumarcor2021-01-051-2/+2
* cli: add 'version ref' and 'version hash'umarcor2021-01-051-3/+13
* version: add Ref and Hashumarcor2021-01-052-4/+17
* 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
* trans-chap3: compute size of subelements for unconstrained parent subtypesTristan Gingold2020-12-292-8/+40
* scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs accordi...umarcor2020-12-283-19/+39
* libraries: Load_Std_Library: now return a status.Tristan Gingold2020-12-2611-39/+117
* 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
* 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
* 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
* 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