aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Forgot to commitEddie Hung2019-07-161-0/+7
|
* Add tests for cmp2lut on LUT6Eddie Hung2019-07-162-23/+29
|
* Update test with more accurate LUT maskEddie Hung2019-07-121-1/+1
|
* Fix tests/various/async FFL testClifford Wolf2019-07-091-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Improve tests/various/async, disable failing ffl testClifford Wolf2019-07-092-7/+38
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add tests/various/async.{sh,v}Clifford Wolf2019-07-092-0/+88
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Improve tests/various/run-test.shClifford Wolf2019-07-091-8/+6
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add tests/simple_abc9/.gitignoreClifford Wolf2019-07-091-0/+3
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Merge pull request #1156 from YosysHQ/eddie/fix_abc9_unknown_cellEddie Hung2019-07-032-0/+14
|\ | | | | write_xaiger to treat unknown cell connections as keep-s
| * Add testEddie Hung2019-07-022-0/+14
| |
* | Merge pull request #1147 from YosysHQ/clifford/fix1144Clifford Wolf2019-07-032-1/+12
|\ \ | | | | | | Improve specify dummy parser
| * | Fix tests/various/specify.vClifford Wolf2019-07-032-8/+3
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Some cleanups in "ignore specify parser"Clifford Wolf2019-07-031-1/+1
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Comment out invalid syntaxEddie Hung2019-06-301-2/+2
| | |
| * | Add test from #1144, and try reading without '-specify' flagEddie Hung2019-06-282-0/+16
| | |
* | | Merge pull request #1150 from YosysHQ/eddie/script_from_wireEddie Hung2019-07-021-0/+20
|\ \ \ | |_|/ |/| | Add "script -select [selection]" to allow commands to be taken from wires
| * | Update test for Pass::call_on_module()Eddie Hung2019-07-021-1/+1
| | |
| * | Update test tooEddie Hung2019-07-021-2/+2
| | |
| * | Merge branch 'master' into eddie/script_from_wireEddie Hung2019-06-281-1/+1
| |\ \
| * | | Try command in another moduleEddie Hung2019-06-281-0/+3
| | | |
| * | | Add testEddie Hung2019-06-281-0/+17
| | | |
* | | | memory_dff: Fix checking of feedback mux input when more than one muxDavid Shah2019-07-022-0/+20
| |/ / |/| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | autotest.sh to define _AUTOTB when test_autotbEddie Hung2019-06-281-1/+1
|/ /
* | Merge pull request #1098 from YosysHQ/xaigEddie Hung2019-06-285-0/+312
|\ \ | | | | | | "abc9" pass for timing-aware techmapping (experimental, FPGA only, no FFs)
| * \ Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-06-271-0/+18
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-06-272-5/+26
| |\ \ \
| * | | | Merge origin/masterEddie Hung2019-06-271-0/+320
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-06-255-1/+577
| |\ \ \ \
| * | | | | Add tests/various/abc9.{v,ys} with SCC testEddie Hung2019-06-242-0/+19
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-06-215-1/+298
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-06-206-21/+62
| |\ \ \ \ \ \
| * | | | | | | Fix issue with part of PI being 1'bxEddie Hung2019-06-201-0/+5
| | | | | | | |
| * | | | | | | Revert "Merge remote-tracking branch 'origin/eddie/muxpack' into xc7mux"Eddie Hung2019-06-122-247/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2223ca91b0cc559bb876e8e97372a8f77da1603e, reversing changes made to eaee250a6e63e58dfef63fa30c4120db78223e24.
| * | | | | | | Add a couple more testsEddie Hung2019-06-121-0/+12
| | | | | | | |
| * | | | | | | Revert "Merge remote-tracking branch 'origin/eddie/shregmap_improve' into ↵Eddie Hung2019-06-122-53/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xc7mux" This reverts commit a138381ac3f2c820d187f08531ffd823d6cbcfd5, reversing changes made to b77c5da76919f7f99f171a0a2775896fbc8debc2.
| * | | | | | | Revert "Merge remote-tracking branch 'origin/eddie/muxpack' into xc7mux"Eddie Hung2019-06-122-41/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2223ca91b0cc559bb876e8e97372a8f77da1603e, reversing changes made to eaee250a6e63e58dfef63fa30c4120db78223e24.
| * | | | | | | Merge remote-tracking branch 'origin/eddie/shregmap_improve' into xc7muxEddie Hung2019-06-102-0/+53
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into xc7muxEddie Hung2019-06-101-1/+6
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into xc7muxEddie Hung2019-06-0728-33/+138
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/eddie/muxpack' into xc7muxEddie Hung2019-06-062-0/+41
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/eddie/muxpack' into xc7muxEddie Hung2019-06-0615-0/+512
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into xc7muxEddie Hung2019-06-031-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Rename to #23Eddie Hung2019-05-291-3/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add abc_test024Eddie Hung2019-05-291-6/+19
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add abc9_test022Eddie Hung2019-05-281-0/+22
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | From masterEddie Hung2019-05-281-1/+1
| | | | | | | | | | | | | |