aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ecp5: Fixing global to global user routingDavid Shah2018-09-291-6/+13
* ecp5: Fixing global router bugsDavid Shah2018-09-291-3/+14
* ecp5: Integrate global router and debug namingDavid Shah2018-09-292-3/+9
* ecp5: Adding main global promoter/router functionDavid Shah2018-09-292-21/+81
* ecp5: Fix globals.cc following API updateDavid Shah2018-09-291-1/+1
* ecp5: Add SPINE routing to global routerDavid Shah2018-09-291-1/+17
* ecp5: Import SPINE data to databaseDavid Shah2018-09-292-1/+10
* ecp5: Adding DCCA insertion functionDavid Shah2018-09-292-0/+33
* ecp5: Add DCC Bels, fix global router post-rebaseDavid Shah2018-09-293-7/+12
* ecp5: Working on global routerDavid Shah2018-09-291-0/+88
* ecp5: Global routing algorithm up to TAPsDavid Shah2018-09-291-10/+75
* ecp5: Clock usage counter functionDavid Shah2018-09-291-1/+34
* ecp5: Helper function and arch tweaks for global routerDavid Shah2018-09-293-0/+81
* ice40: Fix carry packer bugDavid Shah2018-09-251-2/+2
* gui: Fix another zero-decal issueDavid Shah2018-09-251-1/+3
* Apply GUI fix from @mmickoDavid Shah2018-09-251-1/+3
* On macOS -static flag not needed just list of .a filesMiodrag Milanovic2018-09-031-1/+3
* Merge pull request #66 from YosysHQ/issue65Serge Bazanski2018-08-261-4/+5
|\
| * Fix for min_slack == max_slack => bin_size == 0Eddie Hung2018-08-221-4/+5
* | ignore tests in reportMiodrag Milanovic2018-08-231-1/+1
* | Added test code coverage reportMiodrag Milanovic2018-08-234-1/+324
* | Update README.mdClifford Wolf2018-08-231-1/+1
* | Fix testsMiodrag Milanovic2018-08-236-12/+12
* | Added hover on properties as well, fixes #64Miodrag Milanovic2018-08-224-2/+52
* | Hover on items in treeMiodrag Milanovic2018-08-225-6/+67
* | Fix hover when cursor leaves view, fixes #63Miodrag Milanovic2018-08-222-0/+9
* | Merge pull request #62 from YosysHQ/q3k/issue-57Clifford Wolf2018-08-201-3/+17
|\ \
| * | gui: fix #57Serge Bazanski2018-08-191-3/+17
|/ /
* | Merge pull request #56 from YosysHQ/q3k/issue-55Serge Bazanski2018-08-192-12/+28
|\ \
| * | ice40: make PLL packing more robustSergiusz Bazanski2018-08-192-12/+28
* | | fix zoom on elements, fixes #61Miodrag Milanovic2018-08-191-1/+1
* | | Merge pull request #60 from YosysHQ/ice40uiClifford Wolf2018-08-193-14/+95
|\ \ \
| * | | Add more missing iCE40 gfx (LP/HX is complete now)Clifford Wolf2018-08-193-4/+47
| * | | Add iCE40 gfx for carry chain pips and LUT cascade pipsClifford Wolf2018-08-191-5/+43
| * | | Fix iCE40 pip gfx for pips on the top edge of a switchboxClifford Wolf2018-08-191-5/+5
* | | | ecp5: clangformatDavid Shah2018-08-191-27/+19
* | | | Merge pull request #59 from daveshah1/ecp5_timingDavid Shah2018-08-193-16/+178
|\ \ \ \ | |/ / / |/| | |
| * | | ecp5: Fix delay heuristicDavid Shah2018-08-191-2/+2
| * | | ecp5: Add cell delaysDavid Shah2018-08-191-11/+131
| * | | ecp5: Add crude approximation of Pip delaysDavid Shah2018-08-192-3/+45
* | | | Merge pull request #58 from YosysHQ/ice40uiClifford Wolf2018-08-195-10/+162
|\ \ \ \ | |/ / / |/| | |
| * | | Add iCE40 gfx for IO span-4 cornersClifford Wolf2018-08-193-3/+36
| * | | Add iCE40 gfx for span-4 wires between IO tilesClifford Wolf2018-08-195-7/+126
| |/ /
* | | Merge pull request #54 from daveshah1/ecp5_speedupDavid Shah2018-08-195-29/+63
|\ \ \ | |/ / |/| |
| * | ecp5: Flatten bel_to_cell for performanceDavid Shah2018-08-182-23/+21
| * | ecp5: Speed up Bel availability/binding checksDavid Shah2018-08-181-5/+11
| * | ecp5: Speedup placement using ArchCellInfoDavid Shah2018-08-184-12/+42
* | | Merge pull request #47 from YosysHQ/settings_propagateClifford Wolf2018-08-1817-41/+130
|\ \ \
| * | | Use emplace result for get,set of settingsMiodrag Milanovic2018-08-121-8/+8
| * | | Read settings and check validityMiodrag Milanovic2018-08-112-6/+28