Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stray newline | Eddie Hung | 2019-12-06 | 1 | -1/+0 |
| | |||||
* | write_xaiger to inst each cell type once, do not call techmap/aigmap | Eddie Hung | 2019-12-06 | 1 | -21/+25 |
| | |||||
* | techmap/aigmap of whiteboxes to occur before abc9 instead of in write_xaiger | Eddie Hung | 2019-12-06 | 3 | -0/+15 |
| | |||||
* | Merge pull request #1551 from whitequark/manual-cell-operands | Clifford Wolf | 2019-12-05 | 3 | -43/+82 |
|\ | | | | | Clarify semantics of comb cells, in particular shifts | ||||
| * | kernel: require \B_SIGNED=0 on $shl, $sshl, $shr, $sshr. | whitequark | 2019-12-04 | 2 | -8/+26 |
| | | | | | | | | | | | | | | Before this commit, these cells would accept any \B_SIGNED and in case of \B_SIGNED=1, would still treat the \B input as unsigned. Also fix the Verilog frontend to never emit such constructs. | ||||
| * | manual: document behavior of many comb cells more precisely. | whitequark | 2019-12-04 | 1 | -35/+56 |
| | | |||||
* | | xilinx: Add tristate buffer mapping. (#1528) | Marcin Kościelnicki | 2019-12-04 | 2 | -9/+16 |
| | | | | | | Fixes #1225. | ||||
* | | iopadmap: Refactor and fix tristate buffer mapping. (#1527) | Marcin Kościelnicki | 2019-12-04 | 2 | -146/+196 |
| | | | | | | | | | | | | | | The previous code for rerouting wires when inserting tristate buffers was overcomplicated and didn't handle all cases correctly (in particular, only cell connections were rewired — internal connections were not). | ||||
* | | xilinx: Add models for LUTRAM cells. (#1537) | Marcin Kościelnicki | 2019-12-04 | 3 | -624/+831 |
| | | |||||
* | | Merge pull request #1524 from pepijndevos/gowindffinit | Clifford Wolf | 2019-12-03 | 5 | -114/+571 |
|\ \ | | | | | | | Gowin: add and test DFF init values | ||||
| * | | update test | Pepijn de Vos | 2019-12-03 | 1 | -2/+3 |
| | | | |||||
| * | | Use -match-init to not synth contradicting init values | Pepijn de Vos | 2019-12-03 | 2 | -11/+13 |
| | | | |||||
| * | | attempt to fix formatting | Pepijn de Vos | 2019-11-25 | 2 | -292/+292 |
| | | | |||||
| * | | gowin: add and test dff init values | Pepijn de Vos | 2019-11-25 | 4 | -41/+495 |
| | | | |||||
* | | | Merge pull request #1542 from YosysHQ/dave/abc9-loop-fix | David Shah | 2019-12-02 | 2 | -29/+46 |
|\ \ \ | | | | | | | | | abc9: Fix breaking of SCCs | ||||
| * | | | abc9: Fix breaking of SCCs | David Shah | 2019-12-01 | 2 | -29/+46 |
| | |/ | |/| | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | | Merge pull request #1539 from YosysHQ/mwk/ilang-bounds-check | Clifford Wolf | 2019-12-01 | 1 | -0/+4 |
|\ \ \ | |/ / |/| | | read_ilang: do bounds checking on bit indices | ||||
| * | | read_ilang: do bounds checking on bit indices | Marcin Kościelnicki | 2019-11-27 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #1540 from YosysHQ/mwk/xilinx-bufpll | Miodrag Milanović | 2019-11-29 | 2 | -0/+21 |
|\ \ \ | | | | | | | | | xilinx: Add missing blackbox cell for BUFPLL. | ||||
| * | | | xilinx: Add missing blackbox cell for BUFPLL. | Marcin Kościelnicki | 2019-11-29 | 2 | -0/+21 |
| | | | | |||||
* | | | | Revert "Fold loop" | Eddie Hung | 2019-11-27 | 1 | -3/+6 |
| |/ / |/| | | | | | | | | This reverts commit a30d5e1cc35791a98b2269c5e587c566fe8b0a35. | ||||
* | | | Merge pull request #1536 from YosysHQ/eddie/xilinx_dsp_muladd | Eddie Hung | 2019-11-27 | 2 | -3/+72 |
|\ \ \ | | | | | | | | | xilinx_dsp: consider sign and zero-extension when packing post-multiplier adder | ||||
| * | | | No need for -abc9 | Eddie Hung | 2019-11-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add citation | Eddie Hung | 2019-11-26 | 1 | -0/+1 |
| | | | | |||||
| * | | | Check for either sign or zero extension for postAdd packing | Eddie Hung | 2019-11-26 | 1 | -3/+3 |
| | | | | |||||
| * | | | Add testcase derived from fastfir_dynamictaps benchmark | Eddie Hung | 2019-11-26 | 1 | -0/+68 |
| |/ / | |||||
* | | | Merge pull request #1501 from YosysHQ/dave/mem_copy_attr | Clifford Wolf | 2019-11-27 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | memory_collect: Copy attr from RTLIL::Memory to cell | ||||
| * | | | memory_collect: Copy attr from RTLIL::Memory to cell | David Shah | 2019-11-18 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | | | Merge pull request #1534 from YosysHQ/mwk/opt_share-fix | Clifford Wolf | 2019-11-27 | 2 | -4/+24 |
|\ \ \ \ | | | | | | | | | | | opt_share: Fix handling of fine cells. | ||||
| * | | | | opt_share: Fix handling of fine cells. | Marcin Kościelnicki | 2019-11-27 | 2 | -4/+24 |
| | |/ / | |/| | | | | | | | | | | Fixes #1525. | ||||
* | | | | Merge pull request #1535 from YosysHQ/eddie/write_xaiger_improve | Eddie Hung | 2019-11-27 | 2 | -22/+5 |
|\ \ \ \ | |/ / / |/| | | | write_xaiger improvements | ||||
| * | | | latch -> box | Eddie Hung | 2019-11-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Remove notes | Eddie Hung | 2019-11-26 | 1 | -9/+0 |
| | | | | |||||
| * | | | Fold loop | Eddie Hung | 2019-11-26 | 1 | -6/+3 |
| | | | | |||||
| * | | | Do not sigmap keep bits inside write_xaiger | Eddie Hung | 2019-11-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | xaiger: do not promote output wires | Eddie Hung | 2019-11-26 | 1 | -5/+0 |
|/ / / | |||||
* | | | xilinx: Add simulation models for IOBUF and OBUFT. | Marcin Kościelnicki | 2019-11-26 | 3 | -25/+30 |
| | | | |||||
* | | | clkbufmap: Add support for inverters in clock path. | Marcin Kościelnicki | 2019-11-25 | 4 | -6/+69 |
| | | | |||||
* | | | xilinx: Use INV instead of LUT1 when applicable | Marcin Kościelnicki | 2019-11-25 | 5 | -10/+14 |
| |/ |/| | |||||
* | | Merge pull request #1520 from pietrmar/fix-1463 | Eddie Hung | 2019-11-22 | 1 | -2/+0 |
|\ \ | | | | | | | coolrunner2: remove spurious log_pop() call, fixes #1463 | ||||
| * | | coolrunner2: remove spurious log_pop() call, fixes #1463 | Martin Pietryka | 2019-11-23 | 1 | -2/+0 |
|/ / | | | | | | | | | | | | | This was causing a segmentation fault because there is no accompanying log_push() call so header_count.size() became -1. Signed-off-by: Martin Pietryka <martin@pietryka.at> | ||||
* | | Merge pull request #1517 from YosysHQ/clifford/optmem | Clifford Wolf | 2019-11-22 | 3 | -0/+146 |
|\ \ | | | | | | | Add "opt_mem" pass | ||||
| * | | Add "opt_mem" pass | Clifford Wolf | 2019-11-22 | 3 | -0/+146 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Merge pull request #1515 from YosysHQ/clifford/svastuff | Clifford Wolf | 2019-11-22 | 2 | -7/+39 |
|\ \ \ | |/ / |/| | | Add Verific/SVA support for "always" and "nexttime" properties | ||||
| * | | Add Verific support for SVA nexttime properties | Clifford Wolf | 2019-11-22 | 1 | -0/+22 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Improve handling of verific primitives in "verific -import -V" mode | Clifford Wolf | 2019-11-22 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Add Verific SVA support for "always" properties | Clifford Wolf | 2019-11-22 | 1 | -5/+15 |
|/ / | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Merge pull request #1511 from YosysHQ/dave/always | Clifford Wolf | 2019-11-22 | 6 | -9/+126 |
|\ \ | | | | | | | sv: Error checking for always_comb, always_latch and always_ff | ||||
| * | | Update CHANGELOG and README | David Shah | 2019-11-22 | 2 | -0/+7 |
| | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | | sv: Add tests for SV always types | David Shah | 2019-11-21 | 1 | -0/+63 |
| | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> |