aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/eddie/fix_carry_wrapper' into xaig_arrivalEddie Hung2019-08-281-0/+20
|\
| * Add run-test.sh tooEddie Hung2019-08-281-0/+20
| |
| * Add SB_CARRY to ice40_opt testEddie Hung2019-08-281-3/+5
| |
| * Add ice40_opt testEddie Hung2019-08-281-0/+24
| |
* | Add SB_CARRY to ice40_opt testEddie Hung2019-08-281-3/+5
| |
* | Add ice40_opt testEddie Hung2019-08-281-0/+24
| |
* | Add .gitignoreEddie Hung2019-08-281-0/+3
| |
* | Use test_pmgen for xilinx_srlEddie Hung2019-08-281-0/+57
| |
* | Do not simplemap for variable testEddie Hung2019-08-281-2/+2
| |
* | Add xilinx_srl testEddie Hung2019-08-283-0/+127
| |
* | Merge remote-tracking branch 'origin/master' into eddie/xilinx_srlEddie Hung2019-08-284-8/+121
|\|
| * Merge pull request #1325 from YosysHQ/eddie/sat_initClifford Wolf2019-08-281-1/+7
| |\ | | | | | | In sat: 'x' in init attr should be ignored
| | * Revert to using cleanEddie Hung2019-08-271-1/+1
| | |
| | * Wire with init on FF part, 1'bx on non-FF partEddie Hung2019-08-241-1/+3
| | |
| | * Blocking assignmentEddie Hung2019-08-231-1/+1
| | |
| | * In sat: 'x' in init attr should not override constantEddie Hung2019-08-222-1/+5
| | |
| * | improve clkbuf_inhibit propagation upwards through hierarchyMarcin Kościelnicki2019-08-271-5/+33
| | |
| * | Improve tests to check that clkbuf is connected to expectedEddie Hung2019-08-261-6/+21
| | |
| * | Check clkbuf_inhibit=1 is ignored for custom selectionEddie Hung2019-08-231-0/+1
| | |
| * | Add simple clkbufmap testsEddie Hung2019-08-231-0/+52
| | |
| * | tests/techmap/run-test.sh to cope with *.ysEddie Hung2019-08-232-7/+18
| | |
* | | Revert "In sat: 'x' in init attr should not override constant"Eddie Hung2019-08-262-5/+1
| | | | | | | | | | | | This reverts commit 2b37a093e95036b267481b2dae2046278eef4040.
* | | Merge remote-tracking branch 'origin/master' into eddie/xilinx_srlEddie Hung2019-08-231-0/+1
|\| |
| * | Do not propagate mem2reg attribute through to resultEddie Hung2019-08-221-0/+1
| |/
* | In sat: 'x' in init attr should not override constantEddie Hung2019-08-222-1/+5
| |
* | Remove Xilinx testEddie Hung2019-08-221-34/+0
| |
* | Add shregmap -tech xilinx testEddie Hung2019-08-221-0/+1
|/
* Merge pull request #1317 from YosysHQ/eddie/opt_expr_shiftxEddie Hung2019-08-221-0/+70
|\ | | | | opt_expr to trim A port of $shiftx/$shift
| * Respect opt_expr -keepdc as per @cliffordwolfEddie Hung2019-08-221-0/+14
| |
| * Handle $shift and Y_WIDTH > 1 as per @cliffordwolfEddie Hung2019-08-221-1/+43
| |
| * Add testEddie Hung2019-08-211-0/+14
| |
* | mem2reg to preserve user attributes and srcEddie Hung2019-08-211-0/+13
|/
* Add testEddie Hung2019-08-203-0/+15
|
* Merge branch 'master' into clifford/pmgenClifford Wolf2019-08-206-1/+46
|\
| * Add test case for real parametersClifford Wolf2019-08-201-1/+10
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * proc_clean: fix order of switch insertion.whitequark2019-08-194-0/+35
| | | | | | | | Fixes #1268.
| * Add *.sv to tests/simple_abc9/.gitignoreClifford Wolf2019-08-191-0/+1
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Merge branch 'master' of github.com:YosysHQ/yosys into clifford/pmgenClifford Wolf2019-08-1939-68/+534
|\|
| * Merge remote-tracking branch 'origin/master' into clifford/testfastEddie Hung2019-08-1832-29/+485
| |\
| | * Merge branch 'master' into eddie/pr1266_againwhitequark2019-08-1824-2/+453
| | |\
| | | * Merge https://github.com/bogdanvuk/yosys into bogdanvuk/opt_shareEddie Hung2019-08-1623-0/+451
| | | |\
| | | | * Fix wrong results when opt_share called before opt_cleanBogdan Vukobratovic2019-08-071-1/+0
| | | | |
| | | | * Support various binary operators in opt_shareBogdan Vukobratovic2019-08-043-0/+126
| | | | |
| | | | * Tabs to spaces in opt_share examplesBogdan Vukobratovic2019-08-0310-150/+150
| | | | |
| | | | * Fix spacing in opt_share tests, change wording in opt_share helpBogdan Vukobratovic2019-08-0310-155/+150
| | | | |
| | | | * Reimplement opt_share to work on $alu and $pmuxBogdan Vukobratovic2019-07-2820-17/+295
| | | | |
| | | | * Implement opt_shareBogdan Vukobratovic2019-07-264-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pass identifies arithmetic operators that share an operand and whose results are used in mutually exclusive cases controlled by a multiplexer, and merges them together by multiplexing the other operands
| | * | | Revert "Merge pull request #1280 from ↵Eddie Hung2019-08-129-29/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | YosysHQ/revert-1266-eddie/ice40_full_adder" This reverts commit c851dc13108021834533094a8a3236da6d9e0161, reversing changes made to f54bf1631ff37a83733c162e6ebd188c1d5ea18f.
| * | | | Removal of more `stat` calls from testsEddie Hung2019-08-183-26/+26
| | | | |
| * | | | Speed up "make test" and related cleanupsClifford Wolf2019-08-175-11/+21
| | |/ / | |/| | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>