Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite/gna: add a test for #664 | Tristan Gingold | 2023-01-15 | 7 | -0/+1138 |
| | |||||
* | testsuite/gna: add a test for #2303 | Tristan Gingold | 2023-01-12 | 2 | -0/+19 |
| | |||||
* | testsuite/gna: adjust harness for #1257 | Tristan Gingold | 2023-01-12 | 1 | -2/+2 |
| | |||||
* | testsuite/gna: adjust harness for #1125 | Tristan Gingold | 2023-01-12 | 1 | -1/+1 |
| | |||||
* | Dependency Graphs (#2308) | Patrick Lehmann | 2023-01-12 | 8 | -19/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Further fixes to the example code. * Bumped dependencies. * Fixed Debouncer example code. * Some more cleanup. * Black's opinion. * Run with pyVHDLModel dev-branch. * Fixed imports for Name. * Fixed test case. * Added a formatter to write dependency graphs and hierarchy as graphml. * Improved GraphML formatting. * Write compile order graph. * Computing compile order. * Bumped dependencies. * Black's opinion. * Fixed incorrect dependency. | ||||
* | testsuite/gna: add a test for #2307 | Tristan Gingold | 2023-01-11 | 2 | -0/+21 |
| | |||||
* | testsuite/synth: adjust code for #1926 | Tristan Gingold | 2023-01-10 | 1 | -8/+8 |
| | |||||
* | testsuite/gna: add a test for #2200 | Tristan Gingold | 2023-01-06 | 2 | -0/+21 |
| | |||||
* | testsuite/gna: add a test for #2299 | Tristan Gingold | 2023-01-06 | 3 | -0/+61 |
| | |||||
* | testsuite/gna: fix stderr redirection | Tristan Gingold | 2023-01-06 | 1 | -1/+1 |
| | |||||
* | testsuite/gna: add a test for #2288 | Tristan Gingold | 2022-12-31 | 2 | -0/+45 |
| | |||||
* | Merge pull request #2289 from Paebbels/paebbels/pyVHDLModel-updates | tgingold | 2022-12-31 | 17 | -47/+190 |
|\ | | | | | Updates due to pyVHDLModel Enhancements | ||||
| * | Improved VHDL example project. | Patrick Lehmann | 2022-12-29 | 8 | -62/+77 |
| | | |||||
| * | Added Get***Symbol functions. Improved Symbol handling. | Patrick Lehmann | 2022-12-29 | 2 | -0/+84 |
| | | |||||
| * | Fixed duplicate testcase name (Vital). | Patrick Lehmann | 2022-12-27 | 1 | -1/+1 |
| | | |||||
| * | Fixed context and package names and their references in VHDL example code. | Patrick Lehmann | 2022-12-27 | 9 | -11/+20 |
| | | |||||
| * | Improved StopWatch testcase. | Patrick Lehmann | 2022-12-26 | 6 | -52/+51 |
| | | |||||
| * | New handling of symbols. | Patrick Lehmann | 2022-12-26 | 2 | -0/+33 |
| | | |||||
| * | Added one-line code documentations. | Patrick Lehmann | 2022-12-25 | 4 | -1/+4 |
| | | |||||
* | | synth: add support for numeric_std_unsigned add, sub, fix #2286 | tmeissner | 2022-12-26 | 3 | -0/+86 |
| | | |||||
* | | testsuite/synth: add a test for #2285 | Tristan Gingold | 2022-12-26 | 2 | -0/+25 |
|/ | |||||
* | Enable and disable AMS support based on VHDLVersion. | Patrick Lehmann | 2022-12-24 | 1 | -1/+4 |
| | | | | (cherry picked from commit 04d141309147a5731ea3461d59cfc8e17ad57c82) | ||||
* | Use VHDL library source files also for DOM testcases. | Patrick Lehmann | 2022-12-24 | 1 | -0/+93 |
| | | | | (cherry picked from commit 11d28273ead2421b6ae08d91c78f424a53334bfb) | ||||
* | Loading predefined libraries and packages. | Patrick Lehmann | 2022-12-23 | 1 | -0/+2 |
| | |||||
* | Updated to pyVHDLModel v0.18.0. | Patrick Lehmann | 2022-12-23 | 4 | -9/+34 |
| | |||||
* | Changed doc comment position. | Patrick Lehmann | 2022-12-23 | 1 | -1/+3 |
| | |||||
* | Fixed path to SimpleEntity. | Patrick Lehmann | 2022-12-23 | 1 | -1/+1 |
| | |||||
* | Updated StopWatch testcode. | Patrick Lehmann | 2022-12-23 | 1 | -31/+43 |
| | |||||
* | Added StopWatch example for DOM and documentation testing. | Patrick Lehmann | 2022-12-23 | 12 | -12/+813 |
| | |||||
* | Restructured test example sourcefiles. | Patrick Lehmann | 2022-12-23 | 4 | -16/+78 |
| | |||||
* | Reorganized comment tests. | Patrick Lehmann | 2022-12-23 | 1 | -2/+15 |
| | |||||
* | Some f-string changes. | Patrick Lehmann | 2022-12-23 | 1 | -5/+3 |
| | |||||
* | Added comments to test files. | Patrick Lehmann | 2022-12-23 | 1 | -1/+3 |
| | |||||
* | testsuite/gna/bug0130: reindentation | Tristan Gingold | 2022-12-23 | 1 | -3/+3 |
| | |||||
* | testsuite/gna: add original test for #2264 | Tristan Gingold | 2022-12-23 | 1 | -0/+3 |
| | |||||
* | Testing complex documentation examples (#2275) | Patrick Lehmann | 2022-12-23 | 4 | -136/+133 |
| | | | | | | | * Testing complex examples. * Added comment annotations. * Removed duplicated file. | ||||
* | testsuite/gna: add test for #2264 | Tristan Gingold | 2022-12-23 | 4 | -0/+180 |
| | |||||
* | testsuite/synth: add a test for #2279 | Tristan Gingold | 2022-12-22 | 4 | -0/+75 |
| | |||||
* | testsuite/gna: add a test for #2277 | Tristan Gingold | 2022-12-21 | 2 | -0/+50 |
| | |||||
* | testsuite/pyunit/libghdl: adjust Complex, add Complex_Multilines | Tristan Gingold | 2022-12-21 | 3 | -4/+143 |
| | |||||
* | testsuite/pyunit/libghd: add process_2 test | Tristan Gingold | 2022-12-21 | 2 | -0/+15 |
| | |||||
* | testsuite/pyunit/libghdl: add a test for package comments | Tristan Gingold | 2022-12-21 | 2 | -0/+10 |
| | |||||
* | testsuite/pyunit: check with source identifier | Tristan Gingold | 2022-12-20 | 2 | -5/+5 |
| | | | | adjust baseline | ||||
* | testsuite/ypunit/libghdl: only use unittest decorators | Tristan Gingold | 2022-12-20 | 1 | -2/+1 |
| | |||||
* | testsuite/gna: add a test for #2276 | Tristan Gingold | 2022-12-19 | 2 | -0/+27 |
| | |||||
* | testsuite/synth: add a test for #2273 | Tristan Gingold | 2022-12-18 | 48 | -0/+10919 |
| | |||||
* | testsuite/gna: add a test for #2269 | Tristan Gingold | 2022-12-17 | 2 | -0/+26 |
| | |||||
* | testsuite/synth: add a test for #2270 | Tristan Gingold | 2022-12-16 | 3 | -0/+103 |
| | |||||
* | testsuite/gna: add a test for #2271 | Tristan Gingold | 2022-12-16 | 2 | -0/+31 |
| | |||||
* | testsuite/gna: add tests for #2223 | Tristan Gingold | 2022-12-11 | 3 | -0/+60 |
| |