Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | elab-vhdl_insts: set global variable with top instance | Tristan Gingold | 2023-04-18 | 2 | -0/+5 | |
| | | ||||||
* | | synth: preliminary support of flat netlists | Tristan Gingold | 2023-04-17 | 2 | -71/+211 | |
| | | ||||||
* | | testsuite/synth: add test for previous commit | Tristan Gingold | 2023-04-17 | 5 | -0/+193 | |
| | | ||||||
* | | netlists-memories: improve detection of inverted enable | Tristan Gingold | 2023-04-17 | 1 | -14/+30 | |
| | | ||||||
* | | netlists-memories: factorize code | Tristan Gingold | 2023-04-17 | 1 | -74/+27 | |
| | | ||||||
* | | is_tribuf_net: refine | Tristan Gingold | 2023-04-16 | 1 | -3/+10 | |
| | | ||||||
* | | netlists-memories: add comments | Tristan Gingold | 2023-04-16 | 1 | -1/+5 | |
| | | ||||||
* | | netlists-gates: add comments | Tristan Gingold | 2023-04-16 | 1 | -0/+4 | |
| | | ||||||
* | | testsuite/gna: add a test for #2407 | Tristan Gingold | 2023-04-15 | 3 | -0/+93 | |
| | | ||||||
* | | Updated dependencies and adjusted Python code. | Patrick Lehmann | 2023-04-15 | 10 | -21/+23 | |
|\| | ||||||
| * | Formatting with black. | Patrick Lehmann | 2023-04-11 | 1 | -1/+3 | |
| | | ||||||
| * | Disabled some code due to problems with symbols. | Patrick Lehmann | 2023-04-11 | 1 | -4/+5 | |
| | | ||||||
| * | Fixed iterating architectures of an entity. | Patrick Lehmann | 2023-04-11 | 1 | -2/+2 | |
| | | ||||||
| * | Adjustments to pyTooling. | Patrick Lehmann | 2023-04-10 | 1 | -7/+2 | |
| | | | | | | | | (cherry picked from commit 29ed1fdb26122ba272ed0da465a998fc267d75d8) | |||||
| * | Adjustments to pyVHDLModel. | Patrick Lehmann | 2023-04-10 | 1 | -3/+4 | |
| | | | | | | | | (cherry picked from commit 506c747238e6d0f17676b3436a5b7d0b7544a8f3) | |||||
| * | Bumped dependencies. | Patrick Lehmann | 2023-04-10 | 5 | -5/+5 | |
| | | | | | | | | (cherry picked from commit 6f83d43a10737b353e7ed1227086d1c0d13c5fe7) | |||||
| * | Bumped dependencies. | Patrick Lehmann | 2023-04-10 | 4 | -3/+6 | |
| | | | | | | | | (cherry picked from commit 8a01be0a33f6c72adac11d6090fad8ab511956f6) | |||||
| * | Bumped dependencies. | Patrick Lehmann | 2023-04-10 | 1 | -0/+0 | |
| | | | | | | | | (cherry picked from commit 3df7680eef2d9efd97857c55a268c3bf98350b0e) | |||||
* | | testsuite/synth: add a test for ghdl/ghdl-yosys-plugin#183 | Tristan Gingold | 2023-04-14 | 2 | -0/+56 | |
| | | ||||||
* | | synth: handle conditional variable assignment with no default. | Tristan Gingold | 2023-04-14 | 1 | -2/+16 | |
| | | | | | | | | Fix ghdl/ghdl-yosys-plugin#183 | |||||
* | | testsuite/gna: add a test for #2410 | Tristan Gingold | 2023-04-14 | 2 | -0/+39 | |
| | | ||||||
* | | testsuite/synth: add a test for #2408 | Tristan Gingold | 2023-04-14 | 2 | -0/+47 | |
| | | ||||||
* | | synth: handle conv_signed. Fix #2408 | Tristan Gingold | 2023-04-14 | 2 | -2/+9 | |
| | | ||||||
* | | vhdl: recognize conv_signed. For #2408 | Tristan Gingold | 2023-04-14 | 3 | -138/+155 | |
| | | ||||||
* | | trans-chap2: handle more package instantiations | Tristan Gingold | 2023-04-13 | 1 | -26/+48 | |
| | | ||||||
* | | translate: improve support of nested uninstantiated packages | Tristan Gingold | 2023-04-13 | 3 | -35/+105 | |
| | | ||||||
* | | translate: refactoring for subprg_translate_kind | Tristan Gingold | 2023-04-13 | 4 | -9/+21 | |
| | | ||||||
* | | testsuite/gna: add a reproducer for #2395 | Tristan Gingold | 2023-04-13 | 2 | -0/+75 | |
| | | ||||||
* | | translate: fix elaboration of nested uninstantiated package. | Tristan Gingold | 2023-04-13 | 1 | -7/+31 | |
| | | | | | | | | For #2395 | |||||
* | | translate: more refactoring for packages | Tristan Gingold | 2023-04-13 | 1 | -73/+87 | |
| | | ||||||
* | | translate: refactor subprograms translation for packages | Tristan Gingold | 2023-04-13 | 3 | -34/+78 | |
| | | ||||||
* | | translate: refactorize translate_package_internal | Tristan Gingold | 2023-04-12 | 1 | -100/+121 | |
| | | ||||||
* | | translate: refactor prefixes for packages | Tristan Gingold | 2023-04-12 | 1 | -37/+34 | |
| | | ||||||
* | | translate: refactoring for package units | Tristan Gingold | 2023-04-12 | 3 | -58/+108 | |
| | | ||||||
* | | translate: add elab_package_declaration | Tristan Gingold | 2023-04-12 | 3 | -3/+13 | |
| | | ||||||
* | | translate: add Elab_Package_Unit_Without_Body | Tristan Gingold | 2023-04-12 | 3 | -1/+7 | |
| | | ||||||
* | | trans-chap2: add comments | Tristan Gingold | 2023-04-08 | 1 | -0/+5 | |
| | | ||||||
* | | translation: minor cleanup (remove unreachable code) | Tristan Gingold | 2023-04-08 | 1 | -6/+0 | |
|/ | ||||||
* | gha: tentatively fix on macos x (adjust llvm version) | Tristan Gingold | 2023-04-08 | 1 | -1/+3 | |
| | ||||||
* | testsuite/gna: add a reproducer for #2402 | Tristan Gingold | 2023-04-08 | 3 | -0/+106 | |
| | ||||||
* | trans-chap2: defer body elaboration if non-immediate body | Tristan Gingold | 2023-04-08 | 1 | -6/+9 | |
| | | | | Fix #2402 | |||||
* | translation: improve type conversion (recurse) | Tristan Gingold | 2023-04-07 | 3 | -82/+120 | |
| | ||||||
* | translate: factorize and improve implicit subtype conversion code | Tristan Gingold | 2023-04-07 | 2 | -132/+124 | |
| | ||||||
* | trans-chap7: fix incorrect element layout for concatenation | Tristan Gingold | 2023-04-07 | 1 | -6/+18 | |
| | ||||||
* | llvm-cbinding.cpp: adjust for llvm 16 | Tristan Gingold | 2023-04-04 | 1 | -2/+7 | |
| | ||||||
* | configure: tentatively add support for llvm 16.0 | Tristan Gingold | 2023-04-04 | 1 | -0/+1 | |
| | ||||||
* | pyGHDL: reformatting | c-thaler | 2023-04-04 | 1 | -1/+1 | |
| | ||||||
* | pyGHDL: fix range handling in subtype indication | c-thaler | 2023-04-04 | 1 | -1/+7 | |
| | | | | | According to ยง3.1, range can be a range expression or an attribute name. This must be respected when accessing the fields of the node. | |||||
* | pyGHDL: reformatting | c-thaler | 2023-04-04 | 1 | -1/+1 | |
| | ||||||
* | pyGHDL: fix constructor call parameters | c-thaler | 2023-04-04 | 1 | -1/+2 | |
| |