Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp | Eddie Hung | 2019-09-05 | 2 | -21/+63 |
|\ | |||||
| * | simple/peepopt.v tests to various/peepopt.ys with equiv_opt & select | Eddie Hung | 2019-09-05 | 2 | -21/+63 |
| * | Revert "abc9 followed by clean otherwise netlist could be invalid for sim" | Eddie Hung | 2019-09-05 | 1 | -1/+0 |
| * | abc9 followed by clean otherwise netlist could be invalid for sim | Eddie Hung | 2019-09-04 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-05 | 1 | -1/+3 |
|\ \ | |||||
| * \ | Merge remote-tracking branch 'origin/master' into xaig_arrival | Eddie Hung | 2019-09-04 | 3 | -2/+29 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'origin/master' into xaig_arrival | Eddie Hung | 2019-09-02 | 2 | -7/+10 |
| |\ \ \ | |||||
| * | | | | Make abc9 test a bit more interesting | Eddie Hung | 2019-08-30 | 1 | -1/+3 |
* | | | | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp | Eddie Hung | 2019-09-04 | 1 | -0/+8 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Add peepopt_dffmuxext tests | Eddie Hung | 2019-09-04 | 1 | -0/+8 |
| | |_|/ | |/| | | |||||
* | | | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-04 | 5 | -9/+39 |
|\| | | | |||||
| * | | | Expand test with `hierarchy' without -auto-top | Eddie Hung | 2019-09-03 | 1 | -0/+7 |
| * | | | Add `read -noverific` before read | Eddie Hung | 2019-09-03 | 1 | -0/+1 |
| * | | | Merge remote-tracking branch 'origin/master' into eddie/deferred_top | Eddie Hung | 2019-09-03 | 45 | -36/+1009 |
| |\ \ \ | |||||
| | * | | | Use `command -v` rather than `which` | Emily | 2019-09-03 | 2 | -2/+2 |
| | | |/ | | |/| | |||||
| | * | | Merge pull request #1344 from YosysHQ/eddie/ice40_signed_macc | Eddie Hung | 2019-09-01 | 2 | -7/+10 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | Improve tests/ice40/macc.ys for SB_MAC16 | Eddie Hung | 2019-08-30 | 2 | -7/+10 |
| * | | | Add constant expression attribute to test | Eddie Hung | 2019-08-29 | 1 | -0/+1 |
| * | | | Add failing test | Eddie Hung | 2019-08-28 | 1 | -0/+18 |
* | | | | Add macc test, with equiv_opt not currently passing | Eddie Hung | 2019-08-30 | 2 | -0/+54 |
* | | | | Update test for ffM | Eddie Hung | 2019-08-30 | 1 | -2/+2 |
* | | | | Add mul_unsigned test | Eddie Hung | 2019-08-30 | 2 | -0/+41 |
| |/ / |/| | | |||||
* | | | Merge pull request #1340 from YosysHQ/eddie/abc_no_clean | Eddie Hung | 2019-08-30 | 1 | -1/+7 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Nicer formatting | Eddie Hung | 2019-08-29 | 1 | -1/+7 |
| |/ | |||||
* | | Merge pull request #1310 from SergeyDegtyar/master | Eddie Hung | 2019-08-30 | 36 | -1/+765 |
|\ \ | |||||
| * | | 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 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 | 18 | -243/+271 |
| |\ \ \ | |||||
| | * | | | 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 Sergey/te... | Eddie Hung | 2019-08-28 | 11 | -9/+251 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| * | / | | Add comments for examples from Lattice user guide | SergeyDegtyar | 2019-08-29 | 3 | -0/+9 |
| |/ / / | |||||
| * | | | Revert "Add tests for ecp5" | SergeyDegtyar | 2019-08-28 | 30 | -862/+0 |
| * | | | Add tests for ecp5 | SergeyDegtyar | 2019-08-28 | 30 | -0/+862 |
| * | | | Revert "Add tests for ecp5 architecture." | SergeyDegtyar | 2019-08-27 | 30 | -864/+0 |
| * | | | Add tests for ecp5 architecture. | SergeyDegtyar | 2019-08-27 | 30 | -0/+864 |
| * | | | 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 |