Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ecp5: Fixing global router bugs | David Shah | 2018-09-29 | 1 | -3/+14 |
* | ecp5: Integrate global router and debug naming | David Shah | 2018-09-29 | 2 | -3/+9 |
* | ecp5: Adding main global promoter/router function | David Shah | 2018-09-29 | 2 | -21/+81 |
* | ecp5: Fix globals.cc following API update | David Shah | 2018-09-29 | 1 | -1/+1 |
* | ecp5: Add SPINE routing to global router | David Shah | 2018-09-29 | 1 | -1/+17 |
* | ecp5: Import SPINE data to database | David Shah | 2018-09-29 | 2 | -1/+10 |
* | ecp5: Adding DCCA insertion function | David Shah | 2018-09-29 | 2 | -0/+33 |
* | ecp5: Add DCC Bels, fix global router post-rebase | David Shah | 2018-09-29 | 3 | -7/+12 |
* | ecp5: Working on global router | David Shah | 2018-09-29 | 1 | -0/+88 |
* | ecp5: Global routing algorithm up to TAPs | David Shah | 2018-09-29 | 1 | -10/+75 |
* | ecp5: Clock usage counter function | David Shah | 2018-09-29 | 1 | -1/+34 |
* | ecp5: Helper function and arch tweaks for global router | David Shah | 2018-09-29 | 3 | -0/+81 |
* | ice40: Fix carry packer bug | David Shah | 2018-09-25 | 1 | -2/+2 |
* | gui: Fix another zero-decal issue | David Shah | 2018-09-25 | 1 | -1/+3 |
* | Apply GUI fix from @mmicko | David Shah | 2018-09-25 | 1 | -1/+3 |
* | On macOS -static flag not needed just list of .a files | Miodrag Milanovic | 2018-09-03 | 1 | -1/+3 |
* | Merge pull request #66 from YosysHQ/issue65 | Serge Bazanski | 2018-08-26 | 1 | -4/+5 |
|\ | |||||
| * | Fix for min_slack == max_slack => bin_size == 0 | Eddie Hung | 2018-08-22 | 1 | -4/+5 |
* | | ignore tests in report | Miodrag Milanovic | 2018-08-23 | 1 | -1/+1 |
* | | Added test code coverage report | Miodrag Milanovic | 2018-08-23 | 4 | -1/+324 |
* | | Update README.md | Clifford Wolf | 2018-08-23 | 1 | -1/+1 |
* | | Fix tests | Miodrag Milanovic | 2018-08-23 | 6 | -12/+12 |
* | | Added hover on properties as well, fixes #64 | Miodrag Milanovic | 2018-08-22 | 4 | -2/+52 |
* | | Hover on items in tree | Miodrag Milanovic | 2018-08-22 | 5 | -6/+67 |
* | | Fix hover when cursor leaves view, fixes #63 | Miodrag Milanovic | 2018-08-22 | 2 | -0/+9 |
* | | Merge pull request #62 from YosysHQ/q3k/issue-57 | Clifford Wolf | 2018-08-20 | 1 | -3/+17 |
|\ \ | |||||
| * | | gui: fix #57 | Serge Bazanski | 2018-08-19 | 1 | -3/+17 |
|/ / | |||||
* | | Merge pull request #56 from YosysHQ/q3k/issue-55 | Serge Bazanski | 2018-08-19 | 2 | -12/+28 |
|\ \ | |||||
| * | | ice40: make PLL packing more robust | Sergiusz Bazanski | 2018-08-19 | 2 | -12/+28 |
* | | | fix zoom on elements, fixes #61 | Miodrag Milanovic | 2018-08-19 | 1 | -1/+1 |
* | | | Merge pull request #60 from YosysHQ/ice40ui | Clifford Wolf | 2018-08-19 | 3 | -14/+95 |
|\ \ \ | |||||
| * | | | Add more missing iCE40 gfx (LP/HX is complete now) | Clifford Wolf | 2018-08-19 | 3 | -4/+47 |
| * | | | Add iCE40 gfx for carry chain pips and LUT cascade pips | Clifford Wolf | 2018-08-19 | 1 | -5/+43 |
| * | | | Fix iCE40 pip gfx for pips on the top edge of a switchbox | Clifford Wolf | 2018-08-19 | 1 | -5/+5 |
* | | | | ecp5: clangformat | David Shah | 2018-08-19 | 1 | -27/+19 |
* | | | | Merge pull request #59 from daveshah1/ecp5_timing | David Shah | 2018-08-19 | 3 | -16/+178 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | ecp5: Fix delay heuristic | David Shah | 2018-08-19 | 1 | -2/+2 |
| * | | | ecp5: Add cell delays | David Shah | 2018-08-19 | 1 | -11/+131 |
| * | | | ecp5: Add crude approximation of Pip delays | David Shah | 2018-08-19 | 2 | -3/+45 |
* | | | | Merge pull request #58 from YosysHQ/ice40ui | Clifford Wolf | 2018-08-19 | 5 | -10/+162 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Add iCE40 gfx for IO span-4 corners | Clifford Wolf | 2018-08-19 | 3 | -3/+36 |
| * | | | Add iCE40 gfx for span-4 wires between IO tiles | Clifford Wolf | 2018-08-19 | 5 | -7/+126 |
| |/ / | |||||
* | | | Merge pull request #54 from daveshah1/ecp5_speedup | David Shah | 2018-08-19 | 5 | -29/+63 |
|\ \ \ | |/ / |/| | | |||||
| * | | ecp5: Flatten bel_to_cell for performance | David Shah | 2018-08-18 | 2 | -23/+21 |
| * | | ecp5: Speed up Bel availability/binding checks | David Shah | 2018-08-18 | 1 | -5/+11 |
| * | | ecp5: Speedup placement using ArchCellInfo | David Shah | 2018-08-18 | 4 | -12/+42 |
* | | | Merge pull request #47 from YosysHQ/settings_propagate | Clifford Wolf | 2018-08-18 | 17 | -41/+130 |
|\ \ \ | |||||
| * | | | Use emplace result for get,set of settings | Miodrag Milanovic | 2018-08-12 | 1 | -8/+8 |
| * | | | Read settings and check validity | Miodrag Milanovic | 2018-08-11 | 2 | -6/+28 |
| * | | | Save settings and give nicer names to some | Miodrag Milanovic | 2018-08-10 | 6 | -7/+15 |