Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Add nonexcl case test, comment out two others | Eddie Hung | 2019-06-07 | 2 | -22/+57 | |
| | | | | | ||||||
| * | | | | Add @cliffordwolf freduce testcase | Eddie Hung | 2019-06-07 | 2 | -0/+30 | |
| | | | | | ||||||
| * | | | | Add nonexclusive test from @cliffordwolf | Eddie Hung | 2019-06-07 | 2 | -0/+28 | |
| | | | | | ||||||
| * | | | | Another muxpack test | Eddie Hung | 2019-06-07 | 2 | -0/+32 | |
| | | | | | ||||||
| * | | | | Fix and test for balanced case | Eddie Hung | 2019-06-06 | 2 | -0/+41 | |
| | | | | | ||||||
| * | | | | Fix warnings | Eddie Hung | 2019-06-06 | 2 | -3/+3 | |
| | | | | | ||||||
| * | | | | Support cascading $pmux.A with $mux.A and $mux.B | Eddie Hung | 2019-06-06 | 2 | -0/+40 | |
| | | | | | ||||||
| * | | | | Add non exclusive test | Eddie Hung | 2019-06-06 | 2 | -0/+56 | |
| | | | | | ||||||
| * | | | | One more and tidy up | Eddie Hung | 2019-06-06 | 2 | -6/+28 | |
| | | | | | ||||||
| * | | | | Add a few more special case tests | Eddie Hung | 2019-06-06 | 2 | -0/+51 | |
| | | | | | ||||||
| * | | | | Add tests, fix for != | Eddie Hung | 2019-06-06 | 2 | -0/+78 | |
| | | | | | ||||||
* | | | | | Add tests/various/abc9.{v,ys} with SCC test | Eddie Hung | 2019-06-24 | 2 | -0/+19 | |
| |_|_|/ |/| | | | ||||||
* | | | | Merge pull request #1108 from YosysHQ/clifford/fix1091 | Eddie Hung | 2019-06-21 | 1 | -1/+140 | |
|\ \ \ \ | | | | | | | | | | | Add support for partial matches to muxcover | |||||
| * | | | | Missing a `clean` and `opt_expr -mux_bool` in test | Eddie Hung | 2019-06-20 | 1 | -0/+4 | |
| | | | | | ||||||
| * | | | | Add test | Eddie Hung | 2019-06-20 | 1 | -1/+136 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #1085 from YosysHQ/eddie/shregmap_improve | Eddie Hung | 2019-06-21 | 2 | -0/+114 | |
|\ \ \ \ | | | | | | | | | | | Improve shregmap to handle case where first flop is common to two chains | |||||
| * | | | | Add shregmap -tech xilinx test | Eddie Hung | 2019-06-12 | 2 | -2/+63 | |
| | | | | | ||||||
| * | | | | Add test | Eddie Hung | 2019-06-10 | 2 | -0/+53 | |
| | |_|/ | |/| | | ||||||
* | | | | Extend sign extension tests | Eddie Hung | 2019-06-20 | 1 | -4/+16 | |
| | | | | ||||||
* | | | | Remove leftover comment | Eddie Hung | 2019-06-20 | 1 | -3/+0 | |
| | | | | ||||||
* | | | | Add test | Eddie Hung | 2019-06-20 | 1 | -0/+24 | |
| |/ / |/| | | ||||||
* | | | Update some .gitignore files | Clifford Wolf | 2019-06-20 | 1 | -1/+2 | |
|/ / | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | Merge branch 'pr_elab_sys_tasks' of https://github.com/udif/yosys into ↵ | Clifford Wolf | 2019-06-07 | 2 | -0/+31 | |
|\ \ | |/ |/| | | | clifford/pr983 | |||||
| * | Initial implementation of elaboration system tasks | Udi Finkelstein | 2019-05-03 | 2 | -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. | |||||
* | | Moved tests that fail with Icarus Verilog to /tests/various. Those tests are ↵ | Maciej Kurc | 2019-06-04 | 4 | -0/+46 | |
| | | | | | | | | | | | | just for parsing Verilog. Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | |||||
* | | Fix init | Eddie Hung | 2019-05-24 | 1 | -27/+27 | |
| | | ||||||
* | | Fix typos | Eddie Hung | 2019-05-24 | 1 | -6/+6 | |
| | | ||||||
* | | Add more tests | Eddie Hung | 2019-05-24 | 2 | -20/+41 | |
| | | ||||||
* | | Call proc | Eddie Hung | 2019-05-24 | 1 | -1/+1 | |
| | | ||||||
* | | Fix duplicate driver | Eddie Hung | 2019-05-24 | 1 | -15/+15 | |
| | | ||||||
* | | Add opt_rmdff tests | Eddie Hung | 2019-05-23 | 2 | -0/+55 | |
| | | ||||||
* | | Merge pull request #946 from YosysHQ/clifford/specify | Clifford Wolf | 2019-05-06 | 2 | -0/+86 | |
|\ \ | | | | | | | Add specify parser | |||||
| * | | Improve tests/various/specify.ys | Clifford Wolf | 2019-05-06 | 1 | -2/+32 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | More testing | Eddie Hung | 2019-05-03 | 2 | -2/+5 | |
| | | | ||||||
| * | | Fix spacing | Eddie Hung | 2019-05-03 | 1 | -6/+6 | |
| | | | ||||||
| * | | Add quick-and-dirty specify tests | Eddie Hung | 2019-05-03 | 2 | -0/+53 | |
| |/ | ||||||
* / | Add tests/various/chparam.sh | Clifford Wolf | 2019-05-06 | 1 | -0/+52 | |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Updaye pmux2shiftx test | Clifford Wolf | 2019-04-22 | 1 | -2/+2 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Merge pull request #944 from YosysHQ/clifford/pmux2shiftx | Clifford Wolf | 2019-04-22 | 2 | -0/+62 | |
|\ | | | | | Add pmux2shiftx command | |||||
| * | Improve "pmux2shiftx" | Clifford Wolf | 2019-04-20 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | Improvements in "pmux2shiftx" | Clifford Wolf | 2019-04-20 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | Improvements in pmux2shiftx | Clifford Wolf | 2019-04-20 | 2 | -20/+30 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | Add test for pmux2shiftx | Clifford Wolf | 2019-04-20 | 2 | -0/+52 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | Fix tests | Clifford Wolf | 2019-04-21 | 1 | -0/+1 | |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Revert "Recognise default entry in case even if all cases covered (fix for ↵ | Eddie Hung | 2019-04-15 | 1 | -3/+2 | |
| | | | | #931)" | |||||
* | Add default entry to testcase | Eddie Hung | 2019-04-11 | 1 | -2/+3 | |
| | ||||||
* | Address requested changes - don't require non-$ name. | Jim Lawson | 2019-02-22 | 2 | -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 Lawson | 2019-02-19 | 2 | -1/+65 | |
| | | | | Add simple test. | |||||
* | Modified errors into warnings | Udi Finkelstein | 2018-06-05 | 1 | -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 Finkelstein | 2018-06-05 | 2 | -0/+41 | |
| | | | | to be moved out of the tests/simple dir that only runs Verilog files |