aboutsummaryrefslogtreecommitdiffstats
path: root/tests/various
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
|\
| * Add testEddie Hung2019-06-102-0/+53
| |
* | Merge remote-tracking branch 'origin/master' into xc7muxEddie Hung2019-06-072-0/+31
|\|
| * Merge branch 'pr_elab_sys_tasks' of https://github.com/udif/yosys into ↵Clifford Wolf2019-06-072-0/+31
| |\ | | | | | | | | | clifford/pr983
| | * Initial implementation of elaboration system tasksUdi Finkelstein2019-05-032-0/+31
| | | | | | | | | | | | | | | | | | | | | (IEEE1800-2017 section 20.11) This PR allows us to use $info/$warning/$error/$fatal **at elaboration time** within a generate block. This is very useful to stop a synthesis of a parametrized block when an illegal combination of parameters is chosen.
* | | Fix and test for balanced caseEddie Hung2019-06-062-0/+41
| | |
* | | Fix warningsEddie Hung2019-06-062-3/+3
| | |
* | | Support cascading $pmux.A with $mux.A and $mux.BEddie Hung2019-06-062-0/+40
| | |
* | | Add non exclusive testEddie Hung2019-06-062-0/+56
| | |
* | | One more and tidy upEddie Hung2019-06-062-6/+28
| | |
* | | Add a few more special case testsEddie Hung2019-06-062-0/+51
| | |
* | | Add tests, fix for !=Eddie Hung2019-06-062-0/+78
|/ /
* | Moved tests that fail with Icarus Verilog to /tests/various. Those tests are ↵Maciej Kurc2019-06-044-0/+46
| | | | | | | | | | | | just for parsing Verilog. Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
* | Fix initEddie Hung2019-05-241-27/+27
| |
* | Fix typosEddie Hung2019-05-241-6/+6
| |
* | Add more testsEddie Hung2019-05-242-20/+41
| |
* | Call procEddie Hung2019-05-241-1/+1
| |
* | Fix duplicate driverEddie Hung2019-05-241-15/+15
| |
* | Add opt_rmdff testsEddie Hung2019-05-232-0/+55
| |
* | Merge pull request #946 from YosysHQ/clifford/specifyClifford Wolf2019-05-062-0/+86
|\ \ | | | | | | Add specify parser
| * | Improve tests/various/specify.ysClifford Wolf2019-05-061-2/+32
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | More testingEddie Hung2019-05-032-2/+5
| | |
| * | Fix spacingEddie Hung2019-05-031-6/+6
| | |
| * | Add quick-and-dirty specify testsEddie Hung2019-05-032-0/+53
| |/
* / Add tests/various/chparam.shClifford Wolf2019-05-061-0/+52
|/ | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Updaye pmux2shiftx testClifford Wolf2019-04-221-2/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Merge pull request #944 from YosysHQ/clifford/pmux2shiftxClifford Wolf2019-04-222-0/+62
|\ | | | | Add pmux2shiftx command
| * Improve "pmux2shiftx"Clifford Wolf2019-04-201-1/+1
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Improvements in "pmux2shiftx"Clifford Wolf2019-04-201-1/+1
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Improvements in pmux2shiftxClifford Wolf2019-04-202-20/+30
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Add test for pmux2shiftxClifford Wolf2019-04-202-0/+52
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Fix testsClifford Wolf2019-04-211-0/+1
|/ | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Revert "Recognise default entry in case even if all cases covered (fix for ↵Eddie Hung2019-04-151-3/+2
| | | | #931)"
* Add default entry to testcaseEddie Hung2019-04-111-2/+3
|
* Address requested changes - don't require non-$ name.Jim Lawson2019-02-222-4/+7
| | | | | | Suppress warning if name does begin with a `$`. Fix hierachy tests so they have something to grep. Announce hierarchy test types.
* Fix normal (non-array) hierarchy -auto-top.Jim Lawson2019-02-192-1/+65
| | | | Add simple test.
* Modified errors into warningsUdi Finkelstein2018-06-051-4/+38
| | | | No longer false warnings for memories and assertions
* reg_wire_error test needs the -sv flag so it is run via a script so it had ↵Udi Finkelstein2018-06-052-0/+41
| | | | to be moved out of the tests/simple dir that only runs Verilog files
* Added "pmuxtree" commandClifford Wolf2015-04-071-0/+51
|
* Added tests/various/constmsk_test.ysClifford Wolf2014-09-043-0/+68
|
* Added tests/various/.gitignoreClifford Wolf2014-07-261-0/+1
|
* Added tests/various/submod_extract.ysClifford Wolf2014-07-262-0/+27