aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* update license headersumarcor2021-02-0598-549/+361
|
* Update copyright headers for vhdl-elocations*Tristan Gingold2021-02-046-39/+33
|
* synth: handle to_stdlogicvector. For #1628Tristan Gingold2021-02-041-1/+2
|
* vhdl: recognize to_stdlogicvector. For #1628Tristan Gingold2021-02-042-6/+26
|
* trans-chap7.adb: handle universal integer/real multiplication. Fix #1624Tristan Gingold2021-01-291-0/+4
|
* grt: add Error_NF to report final error status. Fix #803Tristan Gingold2021-01-263-2/+13
|
* std_names: add gclk. For #1610Tristan Gingold2021-01-254-1/+12
| | | | Regenerate python files.
* src/ghdldrv: fix regression for ghdl-yosys-pluginTristan Gingold2021-01-203-4/+12
| | | | Allow to do multiple synthesis
* files_map.adb: fix thinko in Find_LanguageTristan Gingold2021-01-201-1/+1
|
* ghdlsynth: check filename extensionTristan Gingold2021-01-194-4/+61
|
* trans-chap5: use value mode to get object bounds. Fix #1612Tristan Gingold2021-01-191-1/+1
|
* update 'vpi_user.h' to IEEE Std 1800-2017umarcor2021-01-171-189/+272
| | | | Co-Authored-By: Kamyar Mohajerani <kammoh@gmail.com>
* synth-insts: apply attributes to entities and architectures. Fix #1609Tristan Gingold2021-01-172-0/+12
|
* synth-stmts: add location on formal attribute cellsTristan Gingold2021-01-171-0/+1
|
* synth-expr: handle string literals in port associations. Fix #1596Tristan Gingold2021-01-161-0/+6
|
* vhdl-sem_names: avoid duplicate messages for -fsynopsysTristan Gingold2021-01-161-0/+9
|
* update version/copyright yearumarcor2021-01-161-1/+1
|
* 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
| | | | (except for vhdl-scanner)
* 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
| | | | 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
|