Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1147 from YosysHQ/clifford/fix1144 | Clifford Wolf | 2019-07-09 | 2 | -1/+12 |
| | | | Improve specify dummy parser | ||||
* | Merge pull request #1153 from YosysHQ/dave/fix_multi_mux | David Shah | 2019-07-09 | 2 | -0/+20 |
| | | | memory_dff: Fix checking of feedback mux input when more than one mux | ||||
* | autotest.sh to define _AUTOTB when test_autotb | Eddie Hung | 2019-07-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1146 from gsomlo/gls-test-abc-ext | Clifford Wolf | 2019-07-09 | 3 | -6/+21 |
| | | | tests: use optional ABCEXTERNAL when specified | ||||
* | Merge pull request #1139 from YosysHQ/dave/check-sim-iverilog | Eddie Hung | 2019-06-27 | 1 | -0/+18 |
|\ | | | | | tests: Check that Icarus can parse arch sim models | ||||
| * | Add simcells.v, simlib.v, and some output | Eddie Hung | 2019-06-27 | 1 | -1/+11 |
| | | |||||
| * | tests: Check that Icarus can parse arch sim models | David Shah | 2019-06-26 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Merge pull request #1143 from YosysHQ/clifford/fix1135 | Eddie Hung | 2019-06-27 | 2 | -5/+26 |
|\ \ | | | | | | | Add "pmux2shiftx -norange" | ||||
| * | | Add #1135 testcase | Eddie Hung | 2019-06-27 | 2 | -5/+26 |
| |/ | |||||
* / | Copy tests from eddie/fix1132 | Eddie Hung | 2019-06-27 | 1 | -0/+320 |
|/ | |||||
* | 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. |