aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/gna: add a test and adjust for #2422HEADmasterTristan Gingold2023-05-013-6/+40
|
* vhdl-sem_assocs: relax constrained on type conversion of formalTristan Gingold2023-05-011-3/+19
| | | | Fix #2422
* testsuite/gna: add a test for previous commitTristan Gingold2023-05-015-0/+176
|
* vhdl-sem_expr: adjust check of aggregate rangeTristan Gingold2023-05-012-3/+8
| | | | For #2422
* testsuite/gna: add a reproducer for #2427Tristan Gingold2023-04-302-0/+28
|
* vhdl-sem_specs: allow attribute specification on a type if -frelaxedTristan Gingold2023-04-302-10/+22
| | | | Fix #2427
* testsuite/gna: add more tests for #2417Tristan Gingold2023-04-305-4/+279
|
* translate: adjust bounds handling in procedure calls.Tristan Gingold2023-04-303-22/+45
| | | | Part of #2417
* testsuite/gna: add a test for #2425Tristan Gingold2023-04-302-0/+19
|
* vhdl-evaluation: some ieee functions return a subtypeTristan Gingold2023-04-301-1/+1
| | | | Fix #2425
* pyGHDL: reformattingTristan Gingold2023-04-291-3/+2
|
* testsuite/gna: add a test for #2424Tristan Gingold2023-04-283-0/+78
|
* translate: fix use on subtype attribute in signal declarationTristan Gingold2023-04-282-20/+22
| | | | Fix #2424
* libraries: avoid a crash when replacing a file without checksum.Tristan Gingold2023-04-271-2/+4
| | | | Fix #2411
* testsuite/pyunit/lsp: add a test for librariesTristan Gingold2023-04-246-0/+530
|
* pyGHDL/lsp: support library in hdl-prj.jsonTristan Gingold2023-04-242-14/+22
|
* pyGHDL/libghdl: add more bindings to libghdlTristan Gingold2023-04-241-0/+31
|
* libraries(Get_Library): add parameter Force.Tristan Gingold2023-04-242-3/+10
|
* libraries.adb: allow to purge from any libraryTristan Gingold2023-04-241-2/+3
|
* testsuite/pyunit/lsp: fix a typoTristan Gingold2023-04-241-1/+1
|
* testsuite/synth: add a test for external names with componentsTristan Gingold2023-04-232-0/+66
|
* synth-vhdl_expr: handle components in external namesTristan Gingold2023-04-231-7/+20
|
* synth-vhdl_insts.adb: handle no keep hierarchy for componentsTristan Gingold2023-04-231-51/+65
|
* testsuite/synth: add a test for previous commitTristan Gingold2023-04-232-0/+66
|
* vhdl-configuration(Find_Top_Entity): avoid a crash after an errorTristan Gingold2023-04-231-0/+11
|
* testsuite/gna: add a test for #2421Tristan Gingold2023-04-232-0/+50
|
* testsuite/synth: add a test for external namesTristan Gingold2023-04-232-0/+60
|
* synth: check external names subtypeTristan Gingold2023-04-231-1/+33
|
* testsuite/gna: add a test for #2417Tristan Gingold2023-04-203-0/+128
|
* trans-chap7: optimize is_a_derived_type for #2417Tristan Gingold2023-04-201-5/+20
| | | | Avoid useless subtype conversions
* ghdlcomp: set Flag_Elaboration for -c/-rTristan Gingold2023-04-201-0/+1
| | | | So that component instantiations are bound even if outdated.
* testsuite/synth: add a first test for external namesTristan Gingold2023-04-202-0/+68
|
* synth-vhdl_expr: improve support of external names.Tristan Gingold2023-04-201-62/+120
|
* testsuite/synth: add a test for #2418Tristan Gingold2023-04-192-0/+28
|
* synth: support aggregate when target is a dynamic sliceTristan Gingold2023-04-194-5/+14
| | | | Fix #2418
* testsuite/synth: improve test comp04Tristan Gingold2023-04-194-9/+89
|
* ghdlsynth: add --keep-hierarchy optionTristan Gingold2023-04-191-14/+30
|
* pyGHDL: Reworked Symbols and Names (#2412)Unai Martinez-Corral2023-04-1916-219/+148
|\
| * Bumped dependencies.Patrick Lehmann2023-04-162-2/+2
| |
| * Fixed last testcase.Patrick Lehmann2023-04-164-10/+22
| |
| * Fixed expression.Patrick Lehmann2023-04-161-3/+3
| |
| * Bumped dependencies.Patrick Lehmann2023-04-163-3/+2
| |
| * Removed Get**Symbol functions.Patrick Lehmann2023-04-153-59/+2
| |
| * Formatting by black.Patrick Lehmann2023-04-153-4/+16
| |
| * Fixes due to errors reported by unit tests.Patrick Lehmann2023-04-153-4/+4
| |
| * Modifications due to changes in Symbols.Patrick Lehmann2023-04-159-18/+24
| |
| * Fixes due to failing testcases.Patrick Lehmann2023-04-144-14/+26
| |
| * Reworking symbols.Patrick Lehmann2023-04-138-136/+81
| |
* | synth: very early support of external namesTristan Gingold2023-04-182-5/+120
| |
* | synth: add create_value_net with a pool parameterTristan Gingold2023-04-185-16/+17
| |