aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* shiftx2mux: fix select out of boundsEddie Hung2020-02-052-1/+12
* Merge pull request #1576 from YosysHQ/eddie/opt_merge_initEddie Hung2020-02-051-0/+49
|\
| * Merge remote-tracking branch 'origin/master' into eddie/opt_merge_initEddie Hung2020-01-2874-149/+1770
| |\
| * | Add testcaseEddie Hung2019-12-131-0/+49
* | | Merge pull request #1650 from YosysHQ/eddie/shiftx2muxEddie Hung2020-02-053-5/+115
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into eddie/shiftx2muxEddie Hung2020-02-0517-30/+474
| |\ \ \
| * | | | Update tests with reduced areaEddie Hung2020-01-212-6/+6
| * | | | Move from +/shiftx2mux.v into +/techmap.v; cleanupEddie Hung2020-01-211-4/+4
| * | | | New techmap +/shiftx2mux.v which decomposes LSB first; better for ABCEddie Hung2020-01-211-0/+110
* | | | | abc9_ops: -reintegrate to use derived_type for box_portsEddie Hung2020-02-051-1/+21
| |/ / / |/| | |
* | | | Merge pull request #1638 from YosysHQ/eddie/fix1631Eddie Hung2020-02-051-0/+66
|\ \ \ \
| * | | | More rigorous testEddie Hung2020-01-161-7/+34
| * | | | clk2fflogic: work for bit-level $_DFF_* and $_DFFSR_*Eddie Hung2020-01-151-0/+39
* | | | | Add opt_lut_ins pass. (#1673)Marcelina Kościelnicka2020-02-034-4/+84
* | | | | sv: More tests for wildcard port connectionsDavid Shah2020-02-021-0/+57
* | | | | hierarchy: Correct handling of wildcard port connections with default valuesDavid Shah2020-02-021-0/+11
* | | | | sv: Add tests for wildcard port connectionsDavid Shah2020-02-021-0/+56
* | | | | Merge pull request #1647 from YosysHQ/dave/sprintfDavid Shah2020-02-021-0/+12
|\ \ \ \ \
| * | | | | ast: Add support for $sformatf system functionDavid Shah2020-01-191-0/+12
| | |/ / / | |/| | |
* | | | | Merge pull request #1559 from YosysHQ/efinix_test_fixMiodrag Milanović2020-01-291-1/+1
|\ \ \ \ \
| * | | | | Updated test to use assert-maxMiodrag Milanovic2020-01-281-1/+1
| * | | | | Fix for non-deterministic testMiodrag Milanovic2019-12-071-1/+1
* | | | | | Add "help -all" and "help -celltypes" sanity testEddie Hung2020-01-281-0/+2
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #1660 from YosysHQ/eddie/abc9_unpermute_lutsEddie Hung2020-01-282-0/+102
|\ \ \ \ \
| * | | | | Import tests from #1628Eddie Hung2020-01-272-0/+102
* | | | | | Merge pull request #1567 from YosysHQ/eddie/sat_init_warningClaire Wolf2020-01-281-0/+11
|\ \ \ \ \ \
| * | | | | | Even more obvious testcaseEddie Hung2019-12-111-6/+5
| * | | | | | Make testcase clearer with \o having its own initEddie Hung2019-12-111-0/+2
| * | | | | | Add test: 'Warning: ignoring initial value on non-register: \o'Eddie Hung2019-12-111-0/+10
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1573 from YosysHQ/eddie/xilinx_tristateN. Engelhardt2020-01-281-0/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add testEddie Hung2019-12-121-0/+5
| |/ / / /
* | | | | Merge pull request #1619 from YosysHQ/eddie/abc9_refactorEddie Hung2020-01-273-0/+60
|\ \ \ \ \
| * | | | | simple_abc9 tests to discard whitebox before write for simEddie Hung2020-01-232-2/+3
| * | | | | Test for (* keep *)-ed abc9_box_idEddie Hung2020-01-231-0/+16
| * | | | | abc_box_id -> abc9_box_id in testEddie Hung2020-01-231-1/+1
| * | | | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-215-0/+24
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | write_xaiger: fix for (* keep *) on flop outputEddie Hung2020-01-211-0/+15
| * | | | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-151-0/+13
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-146-9/+29
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | abc9: respect (* keep *) on cellsEddie Hung2020-01-131-0/+15
| * | | | | | write_xaiger: add support and test for (* keep *) on wiresEddie Hung2020-01-131-0/+13
* | | | | | | Merge pull request #1656 from YosysHQ/eddie/ice40_abc9_warningsEddie Hung2020-01-271-23/+4
|\ \ \ \ \ \ \
| * | | | | | | ice40: reduce ABC9 internal fanout warnings with a param for CI->I3Eddie Hung2020-01-241-23/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | simple_abc9 tests to discard whitebox before write for simEddie Hung2020-01-232-2/+3
* | | | | | | abc_box_id -> abc9_box_id in testEddie Hung2020-01-231-1/+1
|/ / / / / /
* | | | | | xilinx_dsp: another typo; move xilinx specific testEddie Hung2020-01-171-0/+0
* | | | | | ice40_dsp: fix typoEddie Hung2020-01-171-0/+11
* | | | | | Add #1644 testcaseEddie Hung2020-01-172-0/+2
* | | | | | ice40_dsp: add testEddie Hung2020-01-171-0/+11
| |_|/ / / |/| | | |
* | | | | abc9: aAdd test to check $_NOT_s are absorbedEddie Hung2020-01-151-0/+12
| |/ / / |/| | |