Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved all tests in arch sub directory | Miodrag Milanovic | 2019-10-18 | 38 | -861/+0 |
* | Merge pull request #1433 from YosysHQ/eddie/equiv_opt_async2sync | Eddie Hung | 2019-10-08 | 1 | -6/+3 |
|\ | |||||
| * | Disable equiv check for ice40 latches | Eddie Hung | 2019-10-03 | 1 | -6/+3 |
* | | Missing 'accept' at end of ice40_wrapcarry, spotted by @cliffordwolf | Eddie Hung | 2019-10-05 | 1 | -0/+22 |
|/ | |||||
* | Merge pull request #1359 from YosysHQ/xc7dsp | Eddie Hung | 2019-09-29 | 2 | -11/+45 |
|\ | |||||
| * | Add more complicated macc testcase | Eddie Hung | 2019-09-19 | 2 | -5/+39 |
| * | Format macc.v | Eddie Hung | 2019-09-19 | 1 | -8/+8 |
* | | Change order of parameters, to work on other os | Miodrag Milanovic | 2019-09-27 | 1 | -1/+1 |
* | | Merge pull request #1401 from SergeyDegtyar/SergeyDegtyar/ice40 | Eddie Hung | 2019-09-25 | 2 | -19/+14 |
|\ \ | |/ |/| | |||||
| * | Change sync controls to async. | SergeyDegtyar | 2019-09-25 | 2 | -8/+8 |
| * | adffs test update (equiv_opt -multiclock). | SergeyDegtyar | 2019-09-24 | 2 | -18/+13 |
* | | tests: ice40: fix div_mod SB_LUT4 count | Sean Cross | 2019-09-10 | 1 | -1/+1 |
|/ | |||||
* | Improve tests/ice40/macc.ys for SB_MAC16 | Eddie Hung | 2019-08-30 | 2 | -7/+10 |
* | macc test fix | SergeyDegtyar | 2019-08-30 | 1 | -1/+1 |
* | Fix macc test | SergeyDegtyar | 2019-08-30 | 1 | -1/+1 |
* | div_mod test fix | SergeyDegtyar | 2019-08-30 | 1 | -1/+1 |
* | fix div_mod test | SergeyDegtyar | 2019-08-30 | 1 | -1/+1 |
* | Fix test for counter | SergeyDegtyar | 2019-08-30 | 1 | -1/+1 |
* | Merge branch 'master' into master | Sergey | 2019-08-30 | 1 | -0/+26 |
|\ | |||||
| * | Add run-test.sh too | Eddie Hung | 2019-08-28 | 1 | -0/+20 |
| * | Add SB_CARRY to ice40_opt test | Eddie Hung | 2019-08-28 | 1 | -3/+5 |
| * | Add ice40_opt test | Eddie Hung | 2019-08-28 | 1 | -0/+24 |
* | Add new tests. | SergeyDegtyar | 2019-08-30 | 10 | -0/+200 |
* | Remove unnecessary common.v(assertions for testbenches). | SergeyDegtyar | 2019-08-30 | 1 | -47/+0 |
* | Remove simulation from run-test.sh (unnecessary paths) | SergeyDegtyar | 2019-08-30 | 1 | -16/+9 |
* | Remove simulation from run-test.sh | SergeyDegtyar | 2019-08-30 | 1 | -6/+0 |
* | Merge pull request #3 from YosysHQ/Sergey/tests_ice40 | Sergey | 2019-08-29 | 7 | -234/+20 |
|\ | |||||
| * | Comment out *.sh used for testbenches as we have no more | Eddie Hung | 2019-08-28 | 1 | -8/+8 |
| * | Use equiv for memory and dpram | Eddie Hung | 2019-08-28 | 4 | -168/+2 |
| * | Use equiv_opt for latches | Eddie Hung | 2019-08-28 | 2 | -58/+10 |
* | | Add comments for examples from Lattice user guide | SergeyDegtyar | 2019-08-29 | 3 | -0/+9 |
|/ | |||||
* | Add tests for macc and rom; | SergeyDegtyar | 2019-08-27 | 4 | -0/+55 |
* | Fix pull request | SergeyDegtyar | 2019-08-23 | 2 | -7/+9 |
* | Fix run-test.sh; Add new test for dpram. | SergeyDegtyar | 2019-08-23 | 4 | -1/+120 |
* | Fix path in run-test.sh | SergeyDegtyar | 2019-08-23 | 1 | -3/+3 |
* | Remove adffs_tb.v | Eddie Hung | 2019-08-22 | 1 | -75/+0 |
* | WIP for equivalency checking memories | Eddie Hung | 2019-08-22 | 1 | -1/+13 |
* | Do not print OKAY | Eddie Hung | 2019-08-22 | 2 | -4/+0 |
* | Fail if iverilog fails | Eddie Hung | 2019-08-22 | 1 | -2/+2 |
* | Hide tri-state warning message for now | Eddie Hung | 2019-08-22 | 2 | -1/+2 |
* | Remove unused output | Eddie Hung | 2019-08-22 | 1 | -1/+1 |
* | Fix tribuf test | Eddie Hung | 2019-08-22 | 1 | -1/+1 |
* | Fix comments | Eddie Hung | 2019-08-22 | 8 | -10/+11 |
* | Remove tech independent synthesis | Eddie Hung | 2019-08-22 | 9 | -16/+20 |
* | Remove dffe instantation | Eddie Hung | 2019-08-22 | 1 | -7/+0 |
* | Move $dffe to dffs.{v,ys} | Eddie Hung | 2019-08-22 | 4 | -18/+41 |
* | Make multiplier wider, do not do tech independent synth | Eddie Hung | 2019-08-22 | 2 | -8/+6 |
* | Fix all comments from PR | SergeyDegtyar | 2019-08-21 | 20 | -160/+465 |
* | Add temp directory | SergeyDegtyar | 2019-08-21 | 1 | -0/+1 |
* | Fix tests; Remove simulation; | SergeyDegtyar | 2019-08-20 | 26 | -519/+33 |