Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xc7: Map combinational DSP48E1s | David Shah | 2019-07-08 | 4 | -7/+77 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | mul2dsp: Fix typo | David Shah | 2019-07-08 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Add mul2dsp multiplier splitting rule and ECP5 mapping | David Shah | 2019-07-08 | 5 | -2/+280 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-07-02 | 4 | -3/+27 |
|\ | |||||
| * | Merge pull request #1150 from YosysHQ/eddie/script_from_wire | Eddie Hung | 2019-07-02 | 3 | -8/+60 |
| |\ | | | | | | | Add "script -select [selection]" to allow commands to be taken from wires | ||||
| * \ | Merge pull request #1153 from YosysHQ/dave/fix_multi_mux | David Shah | 2019-07-02 | 3 | -3/+25 |
| |\ \ | | | | | | | | | memory_dff: Fix checking of feedback mux input when more than one mux | ||||
| | * | | memory_dff: Fix checking of feedback mux input when more than one mux | David Shah | 2019-07-02 | 3 | -3/+25 |
| |/ / | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | | Fix read_verilog assert/assume/etc on default case label, fixes ↵ | Clifford Wolf | 2019-07-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | YosysHQ/SymbiYosys#53 Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Merge remote-tracking branch 'origin/eddie/script_from_wire' into xc7mux | Eddie Hung | 2019-07-02 | 3 | -10/+13 |
|\ \ \ | | |/ | |/| | |||||
| * | | Update test for Pass::call_on_module() | Eddie Hung | 2019-07-02 | 1 | -1/+1 |
| | | | |||||
| * | | Use Pass::call_on_module() as per @cliffordwolf comments | Eddie Hung | 2019-07-02 | 1 | -1/+1 |
| | | | |||||
| * | | Update test too | Eddie Hung | 2019-07-02 | 1 | -2/+2 |
| | | | |||||
| * | | script -select -> script -scriptwire | Eddie Hung | 2019-07-02 | 2 | -6/+6 |
| | | | |||||
| * | | Space | Eddie Hung | 2019-07-01 | 1 | -0/+1 |
| | | | |||||
| * | | Move CHANGELOG entry from yosys-0.8 to 0.9 | Eddie Hung | 2019-07-01 | 1 | -7/+1 |
| | | | |||||
| * | | Merge branch 'master' into eddie/script_from_wire | Eddie Hung | 2019-07-01 | 4 | -5/+15 |
| |\| | |||||
| * | | Merge branch 'master' into eddie/script_from_wire | Eddie Hung | 2019-06-28 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | Try command in another module | Eddie Hung | 2019-06-28 | 1 | -0/+3 |
| | | | | |||||
* | | | | Fix $__XILINX_MUXF78 box timing | Eddie Hung | 2019-07-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | Revert "Fix broken MUXFx box, use MUXF7x2 box instead" | Eddie Hung | 2019-07-01 | 3 | -37/+36 |
| | | | | | | | | | | | | | | | | This reverts commit a9a140aa6c84e71edc1a244cfe363400c7e09d90. | ||||
* | | | | Fix broken MUXFx box, use MUXF7x2 box instead | Eddie Hung | 2019-07-01 | 3 | -36/+37 |
| | | | | |||||
* | | | | Space | Eddie Hung | 2019-07-01 | 1 | -0/+1 |
| | | | | |||||
* | | | | Move wide mux from yosys-0.8 to 0.9 | Eddie Hung | 2019-07-01 | 1 | -8/+2 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-07-01 | 1 | -5/+11 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Move abc9 from yosys-0.8 to yosys-0.9 in CHANGELOG | Eddie Hung | 2019-07-01 | 1 | -5/+11 |
| | | | | |||||
| * | | | Merge branch 'master' of github.com:YosysHQ/yosys | Eddie Hung | 2019-07-01 | 3 | -0/+4 |
| |\ \ \ | | |_|/ | |/| | | |||||
| * | | | autotest.sh to define _AUTOTB when test_autotb | Eddie Hung | 2019-06-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-06-29 | 4 | -16/+10 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | install *_nowide.lut files | Eddie Hung | 2019-06-29 | 2 | -0/+3 |
| | | | | |||||
| * | | | Merge pull request #1149 from gsomlo/gls-1098-abcext-fixup | Eddie Hung | 2019-06-28 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |/| | | Make abc9 pass aware of optional ABCEXTERNAL override | ||||
| | * | | Make abc9 pass aware of optional ABCEXTERNAL override | Gabriel L. Somlo | 2019-06-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Gabriel Somlo <gsomlo@gmail.com> | ||||
* | | | | autotest.sh to define _AUTOTB when test_autotb | Eddie Hung | 2019-06-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'origin/eddie/script_from_wire' into xc7mux | Eddie Hung | 2019-06-28 | 3 | -8/+62 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Add to CHANGELOG | Eddie Hung | 2019-06-28 | 1 | -0/+6 |
| | | | | |||||
| * | | | Support ability for "script -select" to take commands from wires | Eddie Hung | 2019-06-28 | 1 | -8/+39 |
| | | | | |||||
| * | | | Add test | Eddie Hung | 2019-06-28 | 1 | -0/+17 |
| |/ / | |||||
* | | | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-06-28 | 0 | -0/+0 |
|\| | | |||||
| * | | Replace log_assert() with meaningful log_error() | Eddie Hung | 2019-06-28 | 1 | -1/+5 |
| | | | |||||
| * | | Remove peepopt call in synth_xilinx since already in synth -run coarse | Eddie Hung | 2019-06-28 | 1 | -5/+0 |
| |/ | |||||
* | | Restore $__XILINX_MUXF78 const optimisation | Eddie Hung | 2019-06-28 | 1 | -24/+24 |
| | | |||||
* | | Clean up trimming leading 1'bx in A during techmappnig | Eddie Hung | 2019-06-28 | 1 | -15/+9 |
| | | |||||
* | | Fix CARRY4 abc_box_id | Eddie Hung | 2019-06-28 | 1 | -1/+1 |
| | | |||||
* | | Replace log_assert() with meaningful log_error() | Eddie Hung | 2019-06-28 | 1 | -1/+5 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-06-28 | 1 | -0/+3 |
|\| | |||||
| * | Add missing CHANGELOG entries | Eddie Hung | 2019-06-28 | 1 | -0/+3 |
| | | |||||
* | | Update CHANGELOG with -widemux | Eddie Hung | 2019-06-28 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-06-28 | 0 | -0/+0 |
|\| | |||||
| * | Fix spacing | Eddie Hung | 2019-06-28 | 1 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-06-28 | 22 | -171/+335 |
|\| | |||||
| * | Merge pull request #1098 from YosysHQ/xaig | Eddie Hung | 2019-06-28 | 45 | -247/+3642 |
| |\ | | | | | | | "abc9" pass for timing-aware techmapping (experimental, FPGA only, no FFs) |