Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use choices for addAB, now called postAdd | Eddie Hung | 2019-09-03 | 2 | -46/+29 |
| | |||||
* | Add support for load value into DSP48E1.P | Eddie Hung | 2019-09-03 | 2 | -30/+47 |
| | |||||
* | Process post-adder first since C could be used for load-P | Eddie Hung | 2019-09-03 | 1 | -18/+22 |
| | |||||
* | Use feedback path for MACC | Eddie Hung | 2019-09-03 | 1 | -15/+21 |
| | |||||
* | Fine tune xilinx_dsp pattern matcher | Eddie Hung | 2019-08-30 | 1 | -14/+18 |
| | |||||
* | Add macc test, with equiv_opt not currently passing | Eddie Hung | 2019-08-30 | 2 | -0/+54 |
| | |||||
* | autoremove ffM | Eddie Hung | 2019-08-30 | 1 | -0/+1 |
| | |||||
* | Remove debug | Eddie Hung | 2019-08-30 | 1 | -1/+0 |
| | |||||
* | ffM before addAB | Eddie Hung | 2019-08-30 | 1 | -1/+1 |
| | |||||
* | Another oops | Eddie Hung | 2019-08-30 | 1 | -1/+1 |
| | |||||
* | Update commented out | Eddie Hung | 2019-08-30 | 1 | -1/+1 |
| | |||||
* | Update test for ffM | Eddie Hung | 2019-08-30 | 1 | -2/+2 |
| | |||||
* | Add support for ffM | Eddie Hung | 2019-08-30 | 2 | -3/+48 |
| | |||||
* | Update comment | Eddie Hung | 2019-08-30 | 1 | -1/+1 |
| | |||||
* | Add mul_unsigned test | Eddie Hung | 2019-08-30 | 2 | -0/+41 |
| | |||||
* | Missing dep for test_pmgen | Eddie Hung | 2019-08-30 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-08-30 | 61 | -367/+1765 |
|\ | |||||
| * | Merge pull request #1340 from YosysHQ/eddie/abc_no_clean | Eddie Hung | 2019-08-30 | 4 | -35/+35 |
| |\ | | | | | | | abc9 to not call "clean" at end of run (often called outside) | ||||
| | * | Nicer formatting | Eddie Hung | 2019-08-29 | 1 | -1/+7 |
| | | | |||||
| | * | parse_xaiger() to do "clean -purge" | Eddie Hung | 2019-08-29 | 1 | -1/+1 |
| | | | |||||
| | * | Output has priority over input when stitching in abc9 | Eddie Hung | 2019-08-29 | 1 | -13/+10 |
| | | | |||||
| | * | Group abc_* attribute doc with other attributes | Eddie Hung | 2019-08-29 | 1 | -17/+17 |
| | | | |||||
| | * | abc9 to not call "clean" at end of run (often called outside) | Eddie Hung | 2019-08-29 | 1 | -3/+0 |
| | | | |||||
| * | | Merge pull request #1310 from SergeyDegtyar/master | Eddie Hung | 2019-08-30 | 37 | -1/+766 |
| |\ \ | | | | | | | | | Add new tests for ice40 architecture | ||||
| | * | | 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 | 6 | -27/+51 |
| | |\ \ | |||||
| | * | | | 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 #2 from YosysHQ/master | Sergey | 2019-08-29 | 10 | -127/+341 |
| | |\ \ \ | | | | |/ | | | |/| | Pull from upstream | ||||
| | * | | | Merge pull request #3 from YosysHQ/Sergey/tests_ice40 | Sergey | 2019-08-29 | 74 | -820/+3636 |
| | |\ \ \ | | | | | | | | | | | | | Merge my changes to tests_ice40 branch | ||||
| | | * | | | 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 |
| | | | | | | |||||
| | | * | | | Merge remote-tracking branch 'origin/clifford/async2synclatch' into ↵ | Eddie Hung | 2019-08-28 | 67 | -586/+3616 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | Sergey/tests_ice40 | ||||
| | * | | | | | Add comments for examples from Lattice user guide | SergeyDegtyar | 2019-08-29 | 3 | -0/+9 |
| | |/ / / / | |||||
| | * | | | | Revert "Add tests for ecp5" | SergeyDegtyar | 2019-08-28 | 31 | -863/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2270ead09fb4695442c66fe5c06445235f390f2b. | ||||
| | * | | | | Add tests for ecp5 | SergeyDegtyar | 2019-08-28 | 31 | -0/+863 |
| | | | | | | |||||
| | * | | | | Revert "Add tests for ecp5 architecture." | SergeyDegtyar | 2019-08-27 | 31 | -865/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 134d3fea909bae02f4f814e3d649658502b44b73. | ||||
| | * | | | | Add tests for ecp5 architecture. | SergeyDegtyar | 2019-08-27 | 31 | -0/+865 |
| | | | | | | |||||
| | * | | | | Add tests for macc and rom; | SergeyDegtyar | 2019-08-27 | 4 | -0/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test cases from https://www.latticesemi.com/-/media/LatticeSemi/Documents/UserManuals/EI/iCEcube201701UserGuide.ashx?document_id=52071; In both cases synthesized only LUTs and DFFs. | ||||
| | * | | | | 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 |
| | | | | | | |||||
| | * | | | | Merge pull request #1 from YosysHQ/Sergey/tests_ice40 | Sergey | 2019-08-23 | 18 | -138/+91 |
| | |\ \ \ \ | | | | | | | | | | | | | | | tests_ice40 improvements |