Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1569 from YosysHQ/eddie/fix_1531 | Eddie Hung | 2019-12-19 | 2 | -0/+50 |
|\ | | | | | verilog: preserve size of $genval$-s in for loops | ||||
| * | Stray log_dump | Eddie Hung | 2019-12-11 | 1 | -1/+0 |
| | | |||||
| * | Preserve size of $genval$-s in for loops | Eddie Hung | 2019-12-11 | 1 | -0/+17 |
| | | |||||
| * | Add testcase | Eddie Hung | 2019-12-11 | 1 | -0/+34 |
| | | |||||
* | | Merge pull request #1571 from YosysHQ/eddie/fix_1570 | Eddie Hung | 2019-12-19 | 1 | -3/+1 |
|\ \ | | | | | | | mem_arst.v: do not redeclare ANSI port | ||||
| * | | Make SV2017 compliant courtesy of @wsnyder | Eddie Hung | 2019-12-12 | 1 | -3/+1 |
| | | | |||||
* | | | xilinx: Add simulation models for remaining CLB primitives. | Marcin Kościelnicki | 2019-12-19 | 3 | -156/+210 |
| | | | |||||
* | | | xilinx_dffopt: Keep order of LUT inputs. | Marcin Kościelnicki | 2019-12-19 | 1 | -16/+30 |
| | | | | | | | | | | | | See rationale at https://github.com/YosysHQ/yosys/pull/1557#discussion_r359196549 | ||||
* | | | Add "scratchpad" to CHANGELOG | Eddie Hung | 2019-12-18 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'master' of github.com:YosysHQ/yosys | Eddie Hung | 2019-12-18 | 24 | -84/+1071 |
|\ \ \ | |||||
| * \ \ | Merge pull request #1563 from YosysHQ/dave/async-prld | David Shah | 2019-12-18 | 2 | -4/+28 |
| |\ \ \ | | | | | | | | | | | ecp5: Add support for mapping PRLD FFs | ||||
| | * | | | ecp5: Add support for mapping PRLD FFs | David Shah | 2019-12-07 | 2 | -4/+28 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | | | | Merge pull request #1572 from nakengelhardt/scratchpad_pass | Eddie Hung | 2019-12-18 | 3 | -0/+136 |
| |\ \ \ \ | | | | | | | | | | | | | add a command to read/modify scratchpad contents | ||||
| | * | | | | use extra_args | N. Engelhardt | 2019-12-18 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | add assert option to scratchpad command | N. Engelhardt | 2019-12-16 | 3 | -19/+49 |
| | | | | | | |||||
| | * | | | | add periods and newlines to help message | N. Engelhardt | 2019-12-13 | 1 | -5/+5 |
| | | | | | | |||||
| | * | | | | add test and make help message more verbose | N. Engelhardt | 2019-12-12 | 2 | -1/+20 |
| | | | | | | |||||
| | * | | | | add a command to read/modify scratchpad contents | N. Engelhardt | 2019-12-12 | 2 | -0/+87 |
| | | |/ / | | |/| | | |||||
| * | | | | Merge pull request #1584 from YosysHQ/mwk/xilinx-flaky-test | Eddie Hung | 2019-12-18 | 1 | -2/+4 |
| |\ \ \ \ | | | | | | | | | | | | | tests/xilinx: fix flaky mux test | ||||
| | * | | | | tests/xilinx: fix flaky mux test | Marcin Kościelnicki | 2019-12-18 | 1 | -2/+4 |
| |/ / / / | |||||
| * | | | | xilinx: Add xilinx_dffopt pass (#1557) | Marcin Kościelnicki | 2019-12-18 | 11 | -27/+638 |
| | | | | | |||||
| * | | | | xilinx: Improve flip-flop handling. | Marcin Kościelnicki | 2019-12-18 | 8 | -49/+242 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support for infering more kinds of flip-flops: - FFs with async set/reset and clock enable - FFs with sync set/reset - FFs with sync set/reset and clock enable Some passes have been moved (and some added) in order for dff2dffs to work correctly. This gives us complete coverage of Virtex 6+ and Spartan 6 flip-flop capabilities (though not latch capabilities). Older FPGAs also support having both a set and a reset input, which will be handled at a later data. | ||||
| * | | | | Send people to symbioticeda.com instead of verific.com | Clifford Wolf | 2019-12-18 | 2 | -5/+26 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | | Cleanup | Eddie Hung | 2019-12-17 | 1 | -11/+7 |
|/ / / / | |||||
* | | | | Merge pull request #1574 from YosysHQ/eddie/xilinx_lutram | Eddie Hung | 2019-12-16 | 13 | -65/+529 |
|\ \ \ \ | | | | | | | | | | | xilinx: add LUTRAM rules for RAM32M, RAM64M | ||||
| * \ \ \ | Merge branch 'eddie/xilinx_lutram' of github.com:YosysHQ/yosys into ↵ | Eddie Hung | 2019-12-16 | 1 | -2/+8 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | eddie/xilinx_lutram | ||||
| | * | | | | Populate DID/DOD even if unused | Eddie Hung | 2019-12-16 | 1 | -2/+8 |
| | | | | | | |||||
| * | | | | | Rename *RAM{32,64}M rules to RAM{32X2,64X1}Q | Eddie Hung | 2019-12-16 | 2 | -6/+6 |
| |/ / / / | |||||
| * | | | | Disable RAM16X1D test | Eddie Hung | 2019-12-13 | 1 | -17/+17 |
| | | | | | |||||
| * | | | | Disable RAM16X1D match rule; carry-over from LUT4 arches | Eddie Hung | 2019-12-13 | 1 | -6/+9 |
| | | | | | |||||
| * | | | | RAM64M8 to also have [5:0] for address | Eddie Hung | 2019-12-13 | 1 | -8/+8 |
| | | | | | |||||
| * | | | | Remove extraneous synth_xilinx call | Eddie Hung | 2019-12-12 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Add tests for these new models | Eddie Hung | 2019-12-12 | 1 | -0/+40 |
| | | | | | |||||
| * | | | | Add RAM32X6SDP and RAM64X3SDP modes | Eddie Hung | 2019-12-12 | 2 | -8/+120 |
| | | | | | |||||
| * | | | | Fix RAM64M model to have 6 bit address bus | Eddie Hung | 2019-12-12 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Add #1460 testcase | Eddie Hung | 2019-12-12 | 1 | -0/+34 |
| | | | | | |||||
| * | | | | Add memory rules for RAM16X1D, RAM32M, RAM64M | Eddie Hung | 2019-12-12 | 2 | -0/+168 |
| | | | | | |||||
| * | | | | Rename memory tests to lutram, add more xilinx tests | Eddie Hung | 2019-12-12 | 9 | -53/+156 |
| | | | | | |||||
* | | | | | Merge pull request #1521 from dh73/diego/memattr | Eddie Hung | 2019-12-16 | 7 | -48/+374 |
|\ \ \ \ \ | | | | | | | | | | | | | Adding support for Xilinx memory attribute 'block' in single port mode. | ||||
| * | | | | | Enforce non-existence | Eddie Hung | 2019-12-16 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Update doc | Eddie Hung | 2019-12-16 | 1 | -4/+6 |
| | | | | | | |||||
| * | | | | | Add another test | Eddie Hung | 2019-12-16 | 1 | -1/+8 |
| | | | | | | |||||
| * | | | | | More sloppiness, thanks @dh73 for spotting | Eddie Hung | 2019-12-16 | 1 | -4/+4 |
| | | | | | | |||||
| * | | | | | Accidentally commented out tests | Eddie Hung | 2019-12-16 | 1 | -47/+47 |
| | | | | | | |||||
| * | | | | | Add unconditional match blocks for force RAM | Eddie Hung | 2019-12-16 | 2 | -4/+45 |
| | | | | | | |||||
| * | | | | | Oops | Eddie Hung | 2019-12-16 | 1 | -4/+1 |
| | | | | | | |||||
| * | | | | | Merge blockram tests | Eddie Hung | 2019-12-16 | 3 | -47/+81 |
| | | | | | | |||||
| * | | | | | Update xc7/xcu bram rules | Eddie Hung | 2019-12-16 | 1 | -8/+4 |
| | | | | | | |||||
| * | | | | | Implement 'attributes' grammar | Eddie Hung | 2019-12-16 | 1 | -80/+88 |
| | | | | | | |||||
| * | | | | | Merge branch 'diego/memattr' of https://github.com/dh73/yosys into diego/memattr | Eddie Hung | 2019-12-16 | 4 | -1/+238 |
|/| | | | | |