Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Renamed AllVHDLSources to Sanity. | Patrick Lehmann | 2021-06-22 | 7 | -23/+213 | |
| | | | | | Improved glob in Sanity check. Bound requirement for pyVHDLModel to Git branch. | |||||
* | fix issues reported by Codacy | umarcor | 2021-06-22 | 3 | -14/+5 | |
| | ||||||
* | Fixed issues reported by Codacy. | Patrick Lehmann | 2021-06-22 | 1 | -1/+1 | |
| | ||||||
* | Prepared handling of functions, types, subtypes and aliases. | Patrick Lehmann | 2021-06-22 | 4 | -4/+4 | |
| | ||||||
* | Minimal handling of types and subtypes. | Patrick Lehmann | 2021-06-22 | 1 | -1/+1 | |
| | ||||||
* | Start handling function calls. | Patrick Lehmann | 2021-06-22 | 1 | -3/+3 | |
| | ||||||
* | New testing file. | Patrick Lehmann | 2021-06-22 | 1 | -2/+2 | |
| | ||||||
* | testsuite/gna/testsuite.py: add --jobs option | Tristan Gingold | 2021-06-22 | 1 | -0/+3 | |
| | ||||||
* | testsuite/pyunit/dom: test only vhdl source files from sanity/ | Tristan Gingold | 2021-06-22 | 1 | -1/+1 | |
| | ||||||
* | testsuite/synth: more checks of inferred memories | Tristan Gingold | 2021-06-22 | 2 | -6/+8 | |
| | ||||||
* | testsuite/synth: check ram in mem01 and mem02 | Tristan Gingold | 2021-06-21 | 10 | -28/+34 | |
| | ||||||
* | Merge pull request #1798 from Paebbels/paebbels/aggregates | tgingold | 2021-06-20 | 4 | -2/+177 | |
|\ | | | | | Python-C/Ada Bindings - Updated decorator | |||||
| * | Simplified prettyprint, as pyVHDLModel has now builtin __str__ methods for ↵ | Patrick Lehmann | 2021-06-19 | 1 | -9/+30 | |
| | | | | | | | | expressions, aggregates and literals. | |||||
| * | Added handling of Parenthesis. | Patrick Lehmann | 2021-06-19 | 1 | -2/+2 | |
| | | ||||||
| * | Testcase(s) for expressions. | Patrick Lehmann | 2021-06-19 | 2 | -2/+52 | |
| | | ||||||
| * | Added testcase for integer literals. | Patrick Lehmann | 2021-06-19 | 3 | -9/+105 | |
| | | ||||||
| * | Improvements to pyGHDL.dom. | Patrick Lehmann | 2021-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | pyGHDL: handle c_double | umarcor | 2021-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | Better aggregate handling | Patrick Lehmann | 2021-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | First step towards aggregates. | Patrick Lehmann | 2021-06-19 | 1 | -0/+8 | |
| | | ||||||
* | | testsuite/pyunit: add opts '-vs' to pytest call | umarcor | 2021-06-19 | 1 | -1/+1 | |
| | | ||||||
* | | testsuite/pyunit/dom: replace AllVHDLSources.sh with AllSources.py | umarcor | 2021-06-19 | 2 | -31/+23 | |
| | | ||||||
* | | testsuite/pyunit: add AllVHDLSources.sh | umarcor | 2021-06-19 | 1 | -0/+31 | |
|/ | ||||||
* | Added handling of Floating Point. | Patrick Lehmann | 2021-06-18 | 1 | -1/+2 | |
| | ||||||
* | Reduced testcase. | Patrick Lehmann | 2021-06-17 | 1 | -10/+1 | |
| | ||||||
* | Updates to the dom namespace in pyGHDL. | Patrick Lehmann | 2021-06-17 | 3 | -5/+5 | |
| | ||||||
* | testsuite/synth: add another test on if statements | Tristan Gingold | 2021-06-17 | 3 | -0/+92 | |
| | ||||||
* | testsuite/synth: add test for #1781 | Tristan Gingold | 2021-06-16 | 8 | -0/+416 | |
| | ||||||
* | testsuite/testenv.sh (diff_nocr): New wrapper; use it where needed. | Tristan Gingold | 2021-06-13 | 18 | -45/+59 | |
| | | | | Option --strip-trailing-cr is used only on windows. | |||||
* | testsuite/vpi: Don't use C99 declerations in loops. | Alfred M. Szmidt | 2021-06-13 | 4 | -4/+8 | |
| | ||||||
* | testsuite/testsuite.sh: Go through /usr/bin/env to figure out where bash is. | Alfred M. Szmidt | 2021-06-13 | 1 | -1/+1 | |
| | ||||||
* | testsuite/synth: add a test for #1780 | Tristan Gingold | 2021-06-12 | 3 | -0/+120 | |
| | ||||||
* | testsuite/gna: add reproducer for #237 | Tristan Gingold | 2021-06-10 | 3 | -0/+186 | |
| | ||||||
* | testsuite/gna: add a reproducer for #1779 | Tristan Gingold | 2021-06-05 | 3 | -0/+174 | |
| | ||||||
* | testsuite/gna: add a test for previous commit | Tristan Gingold | 2021-05-28 | 2 | -0/+22 | |
| | ||||||
* | testsuite/gna: add a test for previous commit | Tristan Gingold | 2021-05-28 | 2 | -0/+10 | |
| | ||||||
* | testsuite/gna: remove trailing CR in issue#1771 | Tristan Gingold | 2021-05-27 | 2 | -30/+30 | |
| | ||||||
* | testsuite/gna: add a test for #1771 | Tristan Gingold | 2021-05-26 | 3 | -0/+111 | |
| | ||||||
* | testsuite/gna: add tests for #1772 | Tristan Gingold | 2021-05-25 | 4 | -0/+79 | |
| | ||||||
* | testsuite/gna: add a test for #1771 | Tristan Gingold | 2021-05-24 | 1 | -0/+7 | |
| | ||||||
* | testsuite/synth: add tests for previous commit | Tristan Gingold | 2021-05-24 | 3 | -0/+49 | |
| | ||||||
* | testsuite/gna: add a test for #1771 | Tristan Gingold | 2021-05-24 | 2 | -0/+43 | |
| | ||||||
* | testsuite/gna: add a test for previous commit | Tristan Gingold | 2021-05-23 | 3 | -0/+39 | |
| | ||||||
* | files_map: adjust computation of column for tabs | Tristan Gingold | 2021-05-23 | 1 | -2/+2 | |
| | ||||||
* | testsuite/gna: add a test for previous commit | Tristan Gingold | 2021-05-22 | 2 | -0/+9 | |
| | ||||||
* | testenv.sh: allow additional package files for synth_tb. For #1675 | Tristan Gingold | 2021-05-21 | 1 | -3/+4 | |
| | ||||||
* | testsuite/gna: add a test for #1764 | Tristan Gingold | 2021-05-18 | 3 | -0/+145 | |
| | ||||||
* | testsuite/gna: add a test for #1768 | Tristan Gingold | 2021-05-17 | 4 | -0/+70 | |
| | ||||||
* | testsuite/gna: add a test for #1765 | Tristan Gingold | 2021-05-16 | 3 | -0/+70 | |
| | ||||||
* | testsuite/gna: add a test for #1757 | Tristan Gingold | 2021-05-13 | 2 | -0/+67 | |
| |