aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | elab-vhdl_insts: set global variable with top instanceTristan Gingold2023-04-182-0/+5
| |
* | synth: preliminary support of flat netlistsTristan Gingold2023-04-172-71/+211
| |
* | testsuite/synth: add test for previous commitTristan Gingold2023-04-175-0/+193
| |
* | netlists-memories: improve detection of inverted enableTristan Gingold2023-04-171-14/+30
| |
* | netlists-memories: factorize codeTristan Gingold2023-04-171-74/+27
| |
* | is_tribuf_net: refineTristan Gingold2023-04-161-3/+10
| |
* | netlists-memories: add commentsTristan Gingold2023-04-161-1/+5
| |
* | netlists-gates: add commentsTristan Gingold2023-04-161-0/+4
| |
* | testsuite/gna: add a test for #2407Tristan Gingold2023-04-153-0/+93
| |
* | Updated dependencies and adjusted Python code.Patrick Lehmann2023-04-1510-21/+23
|\|
| * Formatting with black.Patrick Lehmann2023-04-111-1/+3
| |
| * Disabled some code due to problems with symbols.Patrick Lehmann2023-04-111-4/+5
| |
| * Fixed iterating architectures of an entity.Patrick Lehmann2023-04-111-2/+2
| |
| * Adjustments to pyTooling.Patrick Lehmann2023-04-101-7/+2
| | | | | | | | (cherry picked from commit 29ed1fdb26122ba272ed0da465a998fc267d75d8)
| * Adjustments to pyVHDLModel.Patrick Lehmann2023-04-101-3/+4
| | | | | | | | (cherry picked from commit 506c747238e6d0f17676b3436a5b7d0b7544a8f3)
| * Bumped dependencies.Patrick Lehmann2023-04-105-5/+5
| | | | | | | | (cherry picked from commit 6f83d43a10737b353e7ed1227086d1c0d13c5fe7)
| * Bumped dependencies.Patrick Lehmann2023-04-104-3/+6
| | | | | | | | (cherry picked from commit 8a01be0a33f6c72adac11d6090fad8ab511956f6)
| * Bumped dependencies.Patrick Lehmann2023-04-101-0/+0
| | | | | | | | (cherry picked from commit 3df7680eef2d9efd97857c55a268c3bf98350b0e)
* | testsuite/synth: add a test for ghdl/ghdl-yosys-plugin#183Tristan Gingold2023-04-142-0/+56
| |
* | synth: handle conditional variable assignment with no default.Tristan Gingold2023-04-141-2/+16
| | | | | | | | Fix ghdl/ghdl-yosys-plugin#183
* | testsuite/gna: add a test for #2410Tristan Gingold2023-04-142-0/+39
| |
* | testsuite/synth: add a test for #2408Tristan Gingold2023-04-142-0/+47
| |
* | synth: handle conv_signed. Fix #2408Tristan Gingold2023-04-142-2/+9
| |