Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Simplify breaking tests/arch/*/fsm.ys tests | Eddie Hung | 2020-03-20 | 2 | -7/+3 | |
| | | | ||||||
* | | | fix argument order for macOS compatibility | N. Engelhardt | 2020-03-18 | 1 | -3/+3 | |
|/ / | ||||||
* | | tests: extend tests/arch/run-tests.sh for defines | Eddie Hung | 2020-03-05 | 1 | -3/+14 | |
| | | ||||||
* | | Merge pull request #1718 from boqwxp/precise_locations | Claire Wolf | 2020-03-03 | 1 | -2/+2 | |
|\ \ | | | | | | | Closes #1717. Add more precise Verilog source location information to AST and RTLIL nodes. | |||||
| * | | Change attribute search value to specify precise location instead of simple ↵ | Alberto Gonzalez | 2020-02-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | line number. | |||||
* | | | Revert "Fix tests/arch/xilinx/fsm.ys to count flops only" | Eddie Hung | 2020-02-27 | 1 | -3/+9 | |
| | | | | | | | | | | | | This reverts commit 68f903c6dd7403a4cf280cf71ee02d20345938b5. | |||||
* | | | Cleanup tests | Eddie Hung | 2020-02-27 | 1 | -0/+18 | |
| | | | ||||||
* | | | Update bug1630.ys to use -lut 4 instead of lut file | Eddie Hung | 2020-02-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix tests/arch/xilinx/fsm.ys to count flops only | Eddie Hung | 2020-02-27 | 1 | -9/+3 | |
|/ / | ||||||
* | | xilinx: Add support for LUT RAM on LUT4-based devices. | Marcin Kościelnicki | 2020-02-07 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | There are multiple other kinds of RAMs supported on these devices, but RAM16X1D is the only dual-port one. Fixes #1549 | |||||
* | | xilinx: Initial support for LUT4 devices. | Marcin Kościelnicki | 2020-02-07 | 3 | -1/+83 | |
|/ | | | | | | | Adds support for mapping logic, including LUTs, wide LUTs, and carry chains. Fixes #1547 | |||||
* | Merge pull request #1650 from YosysHQ/eddie/shiftx2mux | Eddie Hung | 2020-02-05 | 2 | -5/+5 | |
|\ | | | | | techmap LSB-first for compatible $shift/$shiftx cells | |||||
| * | Merge remote-tracking branch 'origin/master' into eddie/shiftx2mux | Eddie Hung | 2020-02-05 | 7 | -28/+173 | |
| |\ | ||||||
| * | | Update tests with reduced area | Eddie Hung | 2020-01-21 | 2 | -6/+6 | |
| | | | ||||||
* | | | abc9_ops: -reintegrate to use derived_type for box_ports | Eddie Hung | 2020-02-05 | 1 | -1/+21 | |
| |/ |/| | ||||||
* | | Add opt_lut_ins pass. (#1673) | Marcelina Kościelnicka | 2020-02-03 | 3 | -4/+61 | |
| | | ||||||
* | | Merge pull request #1559 from YosysHQ/efinix_test_fix | Miodrag Milanović | 2020-01-29 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix for non-deterministic test | |||||
| * | | Updated test to use assert-max | Miodrag Milanovic | 2020-01-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix for non-deterministic test | Miodrag Milanovic | 2019-12-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #1660 from YosysHQ/eddie/abc9_unpermute_luts | Eddie Hung | 2020-01-28 | 2 | -0/+102 | |
|\ \ \ | | | | | | | | | Unpermute LUT ordering for ice40/ecp5/xilinx | |||||
| * | | | Import tests from #1628 | Eddie Hung | 2020-01-27 | 2 | -0/+102 | |
| | | | | ||||||
* | | | | Merge pull request #1573 from YosysHQ/eddie/xilinx_tristate | N. Engelhardt | 2020-01-28 | 1 | -0/+5 | |
|\ \ \ \ | |/ / / |/| | | | synth_xilinx: error out if tristate without '-iopad' | |||||
| * | | | Add test | Eddie Hung | 2019-12-12 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | ice40: reduce ABC9 internal fanout warnings with a param for CI->I3 | Eddie Hung | 2020-01-24 | 1 | -23/+4 | |
| |_|/ |/| | | ||||||
* | | | xilinx_dsp: another typo; move xilinx specific test | Eddie Hung | 2020-01-17 | 1 | -0/+11 | |
| | | | ||||||
* | | | ice40_dsp: fix typo | Eddie Hung | 2020-01-17 | 1 | -0/+11 | |
| | | | ||||||
* | | | Add #1644 testcase | Eddie Hung | 2020-01-17 | 2 | -0/+2 | |
| | | | ||||||
* | | | ice40_dsp: add test | Eddie Hung | 2020-01-17 | 1 | -0/+11 | |
| | | | ||||||
* | | | Merge pull request #1632 from YosysHQ/eddie/fix1630 | Eddie Hung | 2020-01-14 | 2 | -0/+2 | |
|\ \ \ | | | | | | | | | read_aiger: uniquify wires with $aiger<autoidx> prefix | |||||
| * | | | Add #1630 testcase | Eddie Hung | 2020-01-13 | 2 | -0/+2 | |
| | | | | ||||||
* | | | | Merge pull request #1623 from YosysHQ/mmicko/edif_attr | Miodrag Milanović | 2020-01-14 | 3 | -9/+8 | |
|\ \ \ \ | |/ / / |/| | | | Export wire properties in EDIF | |||||
| * | | | this one is fine | Miodrag Milanovic | 2020-01-10 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Fix tests | Miodrag Milanovic | 2020-01-10 | 3 | -12/+11 | |
| | | | | ||||||
* | | | | Add #1626 testcase | Eddie Hung | 2020-01-12 | 1 | -0/+217 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'origin/master' into eddie/abc9_mfs | Eddie Hung | 2020-01-07 | 2 | -0/+123 | |
|\| | | | ||||||
| * | | | Combine tests to check multiple clock domains | Eddie Hung | 2020-01-02 | 1 | -33/+10 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'origin/master' into xaig_dff | Eddie Hung | 2020-01-02 | 10 | -11/+31 | |
| |\ \ \ | ||||||
| * | | | | Add some abc9 dff tests | Eddie Hung | 2019-12-31 | 1 | -0/+55 | |
| | | | | | ||||||
| * | | | | Add -D DFF_MODE to abc9_map test | Eddie Hung | 2019-12-30 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | Merge remote-tracking branch 'origin/master' into xaig_dff | Eddie Hung | 2019-12-30 | 24 | -57/+224 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge remote-tracking branch 'origin/master' into xaig_dff | Eddie Hung | 2019-12-19 | 20 | -66/+750 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into xaig_dff | Eddie Hung | 2019-12-12 | 3 | -23/+136 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge remote-tracking branch 'origin/master' into xaig_dff | Eddie Hung | 2019-12-06 | 4 | -3/+302 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | abc9_map.v to transform INIT=1 to INIT=0 | Eddie Hung | 2019-12-04 | 1 | -0/+91 | |
| | | | | | | | ||||||
* | | | | | | | Add testcase from #1459 | Eddie Hung | 2020-01-06 | 1 | -0/+25 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge pull request #1606 from YosysHQ/eddie/improve_tests | Eddie Hung | 2020-01-01 | 9 | -11/+12 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix a few issues in tests/arch/* | |||||
| * | | | | | | Revert insertion of 'reg', leave note behind | Eddie Hung | 2020-01-01 | 1 | -1/+2 | |
| | | | | | | | ||||||
| * | | | | | | Do not do call equiv_opt when no sim model exists | Eddie Hung | 2019-12-31 | 2 | -4/+4 | |
| | | | | | | | ||||||
| * | | | | | | Fix warnings | Eddie Hung | 2019-12-31 | 2 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Call equiv_opt with -multiclock and -assert | Eddie Hung | 2019-12-31 | 5 | -5/+5 | |
| | |_|_|_|/ | |/| | | | |