aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * Adjustments to pyVHDLModel.Patrick Lehmann2023-04-101-3/+4
| * Bumped dependencies.Patrick Lehmann2023-04-105-5/+5
| * Bumped dependencies.Patrick Lehmann2023-04-104-3/+6
| * Bumped dependencies.Patrick Lehmann2023-04-101-0/+0
* | 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
* | 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
* | vhdl: recognize conv_signed. For #2408Tristan Gingold2023-04-143-138/+155
* | trans-chap2: handle more package instantiationsTristan Gingold2023-04-131-26/+48
* | translate: improve support of nested uninstantiated packagesTristan Gingold2023-04-133-35/+105
* | translate: refactoring for subprg_translate_kindTristan Gingold2023-04-134-9/+21
* | testsuite/gna: add a reproducer for #2395Tristan Gingold2023-04-132-0/+75
* | translate: fix elaboration of nested uninstantiated package.Tristan Gingold2023-04-131-7/+31
* | translate: more refactoring for packagesTristan Gingold2023-04-131-73/+87
* | translate: refactor subprograms translation for packagesTristan Gingold2023-04-133-34/+78
* | translate: refactorize translate_package_internalTristan Gingold2023-04-121-100/+121
* | translate: refactor prefixes for packagesTristan Gingold2023-04-121-37/+34
* | translate: refactoring for package unitsTristan Gingold2023-04-123-58/+108
* | translate: add elab_package_declarationTristan Gingold2023-04-123-3/+13
* | translate: add Elab_Package_Unit_Without_BodyTristan Gingold2023-04-123-1/+7
* | trans-chap2: add commentsTristan Gingold2023-04-081-0/+5
* | translation: minor cleanup (remove unreachable code)Tristan Gingold2023-04-081-6/+0
|/
* gha: tentatively fix on macos x (adjust llvm version)Tristan Gingold2023-04-081-1/+3
* testsuite/gna: add a reproducer for #2402Tristan Gingold2023-04-083-0/+106
* trans-chap2: defer body elaboration if non-immediate bodyTristan Gingold2023-04-081-6/+9
* translation: improve type conversion (recurse)Tristan Gingold2023-04-073-82/+120
* translate: factorize and improve implicit subtype conversion codeTristan Gingold2023-04-072-132/+124
* trans-chap7: fix incorrect element layout for concatenationTristan Gingold2023-04-071-6/+18
* llvm-cbinding.cpp: adjust for llvm 16Tristan Gingold2023-04-041-2/+7
* configure: tentatively add support for llvm 16.0Tristan Gingold2023-04-041-0/+1
* pyGHDL: reformattingc-thaler2023-04-041-1/+1
* pyGHDL: fix range handling in subtype indicationc-thaler2023-04-041-1/+7
* pyGHDL: reformattingc-thaler2023-04-041-1/+1
* pyGHDL: fix constructor call parametersc-thaler2023-04-041-1/+2