Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add testcase from #335, fixed by #1130 | Eddie Hung | 2019-06-25 | 1 | -0/+28 |
| | |||||
* | Merge pull request #1130 from YosysHQ/eddie/fix710 | Clifford Wolf | 2019-06-25 | 2 | -1/+22 |
|\ | | | | | memory_dff: walk through more than one mux for computing read enable | ||||
| * | Add test | Eddie Hung | 2019-06-24 | 2 | -1/+22 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into eddie/muxpack | Eddie Hung | 2019-06-22 | 5 | -1/+298 |
|\| | |||||
| * | 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 |
| | | | | |||||
| * | | | Merge pull request #1119 from YosysHQ/eddie/fix1118 | Clifford Wolf | 2019-06-21 | 1 | -0/+11 |
| |\ \ \ | | | | | | | | | | | Make genvar a signed type | ||||
| | * | | | Add test | Eddie Hung | 2019-06-20 | 1 | -0/+11 |
| | | |/ | | |/| | |||||
| * | | | 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 |
| |/ / | |||||
* | | | Add more tests | Eddie Hung | 2019-06-21 | 2 | -21/+51 |
| | | | |||||
* | | | Fix testcase | Eddie Hung | 2019-06-21 | 1 | -3/+4 |
| | | | |||||
* | | | Add more muxpack tests, with overlapping entries | Eddie Hung | 2019-06-21 | 2 | -1/+84 |
| | | | |||||
* | | | Merge branch 'master' into eddie/muxpack | Eddie Hung | 2019-06-21 | 6 | -21/+62 |
|\| | | |||||
| * | | Update some .gitignore files | Clifford Wolf | 2019-06-20 | 2 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Add proper test for SV-style arrays | Clifford Wolf | 2019-06-20 | 3 | -6/+16 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Merge branch 'unpacked_arrays' of https://github.com/towoe/yosys-sv into ↵ | Clifford Wolf | 2019-06-20 | 2 | -0/+6 |
| |\ \ | | | | | | | | | | | | | towoe-unpacked_arrays | ||||
| | * | | Unpacked array declaration using size | Tobias Wölfel | 2019-06-19 | 2 | -0/+6 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | Allows fixed-sized array dimension specified by a single number. This commit is based on the work from PeterCrozier https://github.com/YosysHQ/yosys/pull/560. But is split out of the original work. | ||||
| * | | Merge pull request #1105 from YosysHQ/clifford/fixlogicinit | Clifford Wolf | 2019-06-19 | 2 | -14/+37 |
| |\ \ | | | | | | | | | Improve handling of initial/default values | ||||
| | * | | Add defvalue test, minor autotest fixes for .sv files | Clifford Wolf | 2019-06-19 | 2 | -14/+37 |
| | |/ | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * / | Make tests/aiger less chatty | Clifford Wolf | 2019-06-19 | 1 | -4/+6 |
| |/ | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Merge remote-tracking branch 'origin/master' into eddie/muxpack | Eddie Hung | 2019-06-10 | 1 | -1/+6 |
|\| | |||||
| * | Add some more comments | Eddie Hung | 2019-06-10 | 1 | -1/+6 |
| | | |||||
* | | Merge branch 'master' into eddie/muxpack | Eddie Hung | 2019-06-07 | 28 | -33/+138 |
|\| | |||||
| * | Test *.aag too, by using *.aig as reference | Eddie Hung | 2019-06-07 | 1 | -0/+19 |
| | | |||||
| * | Use ABC to convert from AIGER to Verilog | Eddie Hung | 2019-06-07 | 1 | -2/+3 |
| | | |||||
| * | Use ABC to convert AIGER to Verilog, then sat against Yosys | Eddie Hung | 2019-06-07 | 1 | -21/+15 |
| | | |||||
| * | Add symbols to AIGER test inputs for ABC | Eddie Hung | 2019-06-07 | 22 | -8/+40 |
| | | |||||
| * | Merge pull request #1077 from YosysHQ/clifford/pr983 | Clifford Wolf | 2019-06-07 | 2 | -0/+31 |
| |\ | | | | | | | elaboration system tasks | ||||
| | * | 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. | ||||
| * | | | Rename implicit_ports.sv test to implicit_ports.v | Clifford Wolf | 2019-06-07 | 1 | -0/+0 |
| |/ / | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Cleanup tux3-implicit_named_connection | Clifford Wolf | 2019-06-07 | 2 | -12/+1 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Merge branch 'implicit_named_connection' of https://github.com/tux3/yosys ↵ | Clifford Wolf | 2019-06-07 | 4 | -3/+42 |
| |\ \ | | | | | | | | | | | | | into tux3-implicit_named_connection | ||||
| | * | | SystemVerilog support for implicit named port connections | tux3 | 2019-06-06 | 4 | -3/+42 |
| | | | | | | | | | | | | | | | | | | | | This is the `foo foo(.port1, .port2);` SystemVerilog syntax introduced in IEEE1800-2005. | ||||
* | | | | 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 |
| | | | |