Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | ECP5 support is no longer experimental | David Shah | 2019-11-26 | 6 | -530/+3 | |
|/ / | ||||||
* | | Revert "Merge pull request #355 from YosysHQ/ecp5-promote-lsr" | David Shah | 2019-11-20 | 2 | -74/+5 | |
* | | Merge pull request #355 from YosysHQ/ecp5-promote-lsr | David Shah | 2019-11-20 | 2 | -5/+74 | |
|\ \ | ||||||
| * | | ecp5: Add support for promotion of LSRs to global network | David Shah | 2019-11-19 | 2 | -5/+74 | |
|/ / | ||||||
* | | ecp5: Fix handling of custom DEL_VALUE | David Shah | 2019-11-18 | 1 | -1/+2 | |
* | | timing: Fix critical path walking for ECP5 | David Shah | 2019-11-18 | 1 | -2/+1 | |
* | | ecp5: Fix dynamic DELAYF control | David Shah | 2019-11-18 | 1 | -0/+3 | |
* | | ecp5: Add logic utilisation before packing statistics | David Shah | 2019-11-18 | 1 | -0/+45 | |
* | | clangformat | David Shah | 2019-11-18 | 1 | -1/+1 | |
* | | Merge pull request #345 from YosysHQ/dave/sdf | David Shah | 2019-11-18 | 9 | -28/+409 | |
|\ \ | ||||||
| * | | sdf: Working on support for CVC | David Shah | 2019-10-24 | 4 | -8/+20 | |
| * | | sdf: Improve SDF output | David Shah | 2019-10-24 | 1 | -0/+4 | |
| * | | sdf: Add basic support for writing SDF files | David Shah | 2019-10-19 | 3 | -21/+155 | |
| * | | sdf: Framework for writing out SDF files | David Shah | 2019-10-19 | 1 | -0/+200 | |
| * | | ice40: Preserve top level IO properly | David Shah | 2019-10-19 | 3 | -16/+24 | |
| * | | ecp5: Preserve top level IO properly | David Shah | 2019-10-18 | 4 | -13/+36 | |
* | | | Merge pull request #352 from pepijndevos/slicebug | David Shah | 2019-11-18 | 1 | -4/+4 | |
|\ \ \ | ||||||
| * | | | leftover Q from before slice api change | Pepijn de Vos | 2019-11-18 | 1 | -4/+4 | |
|/ / / | ||||||
* | | | Fix typo | David Shah | 2019-11-11 | 1 | -1/+1 | |
* | | | python: Add interactive.py for a REPL during PnR | David Shah | 2019-11-11 | 1 | -0/+6 | |
* | | | Merge pull request #350 from pepijndevos/newslice | David Shah | 2019-11-08 | 7 | -28/+42 | |
|\ \ \ | ||||||
| * | | | more formatting | Pepijn de Vos | 2019-11-08 | 1 | -2/+2 | |
| * | | | return FF_USED, formatting, correct INIT | Pepijn de Vos | 2019-11-08 | 4 | -5/+20 | |
| * | | | dedicated output for LUT in GENERIC_SLICE | Pepijn de Vos | 2019-11-08 | 6 | -32/+31 | |
* | | | | cmake: Add boost system library | David Shah | 2019-11-06 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | ecp5: Copy timing constraints across ECLKBRIDGECS | David Shah | 2019-11-01 | 1 | -1/+4 | |
* | | | ecp5: Fix placement of ECLKBRIDGECS | David Shah | 2019-11-01 | 1 | -11/+41 | |
* | | | ecp5: Allow setting drive strength for 3V3 IOs | David Shah | 2019-10-26 | 1 | -0/+10 | |
* | | | ecp5: Add constids for new timing cell types | David Shah | 2019-10-26 | 2 | -0/+10 | |
* | | | ecp5: Add an error for out-of-sync constids and bba | David Shah | 2019-10-26 | 4 | -2/+10 | |
* | | | Merge branch 'master' of ssh.github.com:YosysHQ/nextpnr | David Shah | 2019-10-25 | 1 | -8/+0 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #346 from xobs/fix-ice40-pregenerated-bba | David Shah | 2019-10-25 | 1 | -8/+0 | |
| |\ \ \ | ||||||
| | * | | | ice40: cmake: fix build with pregenerated bba path | Sean Cross | 2019-10-24 | 1 | -8/+0 | |
| |/ / / | ||||||
* / / / | ecp5: Fix routing to shared DSP control inputs | David Shah | 2019-10-25 | 3 | -1/+37 | |
|/ / / | ||||||
* / / | ecp5: Make database build depend on constids.inc | David Shah | 2019-10-20 | 1 | -2/+2 | |
|/ / | ||||||
| * | add newline at eof | Miodrag Milanovic | 2019-12-28 | 1 | -1/+1 | |
| * | Add options to enable/disable displayed elements | Miodrag Milanovic | 2019-12-20 | 9 | -16/+105 | |
| * | optimize and set order | Miodrag Milanovic | 2019-12-20 | 1 | -276/+236 | |
| * | clang format | Miodrag Milanovic | 2019-12-20 | 2 | -47/+132 | |
| * | Add all missing wires | Miodrag Milanovic | 2019-12-20 | 1 | -1/+1556 | |
| * | Add global wires | Miodrag Milanovic | 2019-12-15 | 4 | -19/+138 | |
| * | more pips on connection box | Miodrag Milanovic | 2019-12-15 | 1 | -0/+9 | |
| * | cleanup and formating | Miodrag Milanovic | 2019-12-15 | 2 | -13/+13 | |
| * | make it more simetric | Miodrag Milanovic | 2019-12-15 | 1 | -13/+14 | |
| * | optimize and add some missing pips | Miodrag Milanovic | 2019-12-15 | 1 | -28/+17 | |
| * | cleanup | Miodrag Milanovic | 2019-12-15 | 1 | -12/+7 | |
| * | cleanup wire | Miodrag Milanovic | 2019-12-15 | 1 | -110/+3 | |
| * | move bel creation to gfx.cc | Miodrag Milanovic | 2019-12-15 | 3 | -122/+101 | |
| * | fix formating | Miodrag Milanovic | 2019-12-14 | 3 | -110/+138 | |
| * | lot more pips | Miodrag Milanovic | 2019-12-14 | 1 | -4/+51 |