Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | testsuite: add case for issue 999 | Tristan Gingold | 2019-11-05 | 2 | -0/+43 | |
| | ||||||
* | testsuite.sh: simplify (only sub sub dirs). | Tristan Gingold | 2019-11-05 | 1 | -21/+3 | |
| | ||||||
* | testsuite: move pr tests in issues/ | Tristan Gingold | 2019-11-05 | 10 | -17/+28 | |
| | ||||||
* | testsuite: move tests of examples in a subdir. | Tristan Gingold | 2019-11-05 | 7 | -43/+43 | |
| | ||||||
* | testsuite: add issue1000 | Tristan Gingold | 2019-11-05 | 2 | -0/+51 | |
| | ||||||
* | testsuite: add synth_ice40 (from synth), add synth_import. | Tristan Gingold | 2019-11-05 | 1 | -2/+14 | |
| | ||||||
* | testenv: use abs_topdir for default ghdl.so path. | Tristan Gingold | 2019-11-05 | 1 | -1/+8 | |
| | ||||||
* | Add testcase for #68 | Tristan Gingold | 2019-11-04 | 2 | -0/+31 | |
| | ||||||
* | testsuite: it is now possible to run a single test. | Tristan Gingold | 2019-11-04 | 14 | -11/+32 | |
| | ||||||
* | Add Id_Smod support (#66) | Anton Blanchard | 2019-11-03 | 2 | -0/+23 | |
| | ||||||
* | Sign extend 32b literals (#61) | Pepijn de Vos | 2019-10-16 | 2 | -0/+27 | |
| | | | | | | | | | | | | | | | | | | | * sign extend 32b literals * Fix undefined behavior Right shift of a signed values is undefined but does arithemetic shift in practice. However, shifting by more than one int width is also undefined but *wraps around*. This caused bit/log to work because it'd shift mod 32. But it actually cause the UL32 to be wrong because it'd just repeat the value rather than extending. * zero pad unsigned and add signed * add testsuite | |||||
* | Add Id_Neg support (#63) | Anton Blanchard | 2019-10-16 | 2 | -0/+23 | |
| | | | | | | | | * Add Id_Neg support * Add testcase for Id_Neg Thanks to Pepijn for the example I based this on. | |||||
* | Add Id_Smul and Id_Umul (#64) | Anton Blanchard | 2019-10-16 | 2 | -0/+26 | |
| | | | | | | * Add Id_Smul and Id_Umul support * Add testcase for Id_Smul and Id_Umul | |||||
* | testsuite: Add formal tests (#57) | T. Meissner | 2019-10-07 | 24 | -20/+337 | |
| | | | | | | | | | | | | | | | | | | * Add formal tests for shift operations * ci: build ghdl/synth:formal and run test suites in it * add testsuite/formal/testsuite.sh * create testsuite/issues * ci: remove a level of grouping * testenv: fix SYMBIYOSYS * refactor * testsuite/formal/shifts: Add check for shifts > vector length | |||||
* | Icestick uart (#37) | marph91 | 2019-08-22 | 1 | -0/+3 | |
| | | | | | | * added UART example for the icestick * extended testsuite by the UART example | |||||
* | Run testsuite in Travis CI with docker images (#31) | 1138-4EB | 2019-08-16 | 10 | -73/+40 | |
| | | | | | | | | | | | | * makefile: use '--build' shortcut to build ghdl.so * move: rename subdir 'ghdl' to 'src' * travis: add travis config file, build script and utils script * testsuite: do not call ghdl explicitly * readme: update | |||||
* | testenv.sh: do not quote YOSYS | Tristan Gingold | 2019-07-03 | 1 | -1/+1 | |
| | ||||||
* | Add tests for nand, nor, xnor. | Tristan Gingold | 2017-02-26 | 4 | -0/+51 | |
| | ||||||
* | Add testcase for #11 | Tristan Gingold | 2017-02-26 | 3 | -0/+39 | |
| | ||||||
* | Testcase for issue #7 | Tristan Gingold | 2017-02-16 | 4 | -1/+71 | |
| | ||||||
* | ice40hx8k/spin1.vhdl: assign all outputs. | Tristan Gingold | 2017-02-15 | 1 | -0/+12 | |
| | ||||||
* | Add testsuite. | Tristan Gingold | 2017-02-15 | 2 | -0/+47 | |
| | ||||||
* | Add reproducer for issue6 | Tristan Gingold | 2017-02-15 | 2 | -0/+24 | |
| | ||||||
* | Add tests for icezum | Tristan Gingold | 2017-02-14 | 3 | -2/+41 | |
| | ||||||
* | Add reproducers for #4 | Tristan Gingold | 2017-02-13 | 4 | -0/+83 | |