aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #62 from YosysHQ/q3k/issue-57Clifford Wolf2018-08-201-3/+17
|\ | | | | gui: fix #57
| * 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 robust
| * 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
|\ \ | | | | | | More iCE40 gfx
| * | Add more missing iCE40 gfx (LP/HX is complete now)Clifford Wolf2018-08-193-4/+47
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Add iCE40 gfx for carry chain pips and LUT cascade pipsClifford Wolf2018-08-191-5/+43
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Fix iCE40 pip gfx for pips on the top edge of a switchboxClifford Wolf2018-08-191-5/+5
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | ecp5: clangformatDavid Shah2018-08-191-27/+19
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | Merge pull request #59 from daveshah1/ecp5_timingDavid Shah2018-08-193-16/+178
|\ \ \ | |/ / |/| | Simple timing model for ECP5
| * | ecp5: Fix delay heuristicDavid Shah2018-08-191-2/+2
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | ecp5: Add cell delaysDavid Shah2018-08-191-11/+131
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | ecp5: Add crude approximation of Pip delaysDavid Shah2018-08-192-3/+45
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | Merge pull request #58 from YosysHQ/ice40uiClifford Wolf2018-08-195-10/+162
|\ \ \ | |/ / |/| | Add iCE40 gfx for span wires between IO tiles, including corners
| * | Add iCE40 gfx for IO span-4 cornersClifford Wolf2018-08-193-3/+36
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Add iCE40 gfx for span-4 wires between IO tilesClifford Wolf2018-08-195-7/+126
| |/ | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Merge pull request #54 from daveshah1/ecp5_speedupDavid Shah2018-08-195-29/+63
|\ \ | |/ |/| ecp5: Improving placement speed
| * ecp5: Flatten bel_to_cell for performanceDavid Shah2018-08-182-23/+21
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * ecp5: Speed up Bel availability/binding checksDavid Shah2018-08-181-5/+11
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * ecp5: Speedup placement using ArchCellInfoDavid Shah2018-08-184-12/+42
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Merge pull request #47 from YosysHQ/settings_propagateClifford Wolf2018-08-1817-41/+130
|\ \ | | | | | | Use settings for placer1 and router1
| * | Use emplace result for get,set of settingsMiodrag Milanovic2018-08-121-8/+8
| | |
| * | Read settings and check validityMiodrag Milanovic2018-08-112-6/+28
| | |
| * | Save settings and give nicer names to someMiodrag Milanovic2018-08-106-7/+15
| | |
| * | Use settings for placer1 and router1Miodrag Milanovic2018-08-0911-34/+93
| | |
* | | Merge pull request #53 from YosysHQ/archattrClifford Wolf2018-08-1813-26/+644
|\ \ \ | | | | | | | | Add Attributes on arch objects and improve iCE40 gfx (IO tiles, BRAM tiles)
| * | | Add iCE40 gfx for wires connecting fabric tiles and IO tilesClifford Wolf2018-08-184-2/+261
| | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | Improve iCE40 gfx for IO tiles and RAM tilesClifford Wolf2018-08-185-23/+243
| | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | Add ice40 wire attributes (grid position, segment list)Clifford Wolf2018-08-183-18/+45
| | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | Add arch attributes display to GUIClifford Wolf2018-08-181-0/+15
| | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | Add stringf() helper functionClifford Wolf2018-08-182-0/+15
| | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | Merge branch 'master' of github.com:YosysHQ/nextpnr into archattrClifford Wolf2018-08-184-7/+23
| |\ \ \ | | | |/ | | |/|
| * | | Add Arch attrs APIClifford Wolf2018-08-145-0/+82
| | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | | Merge pull request #51 from YosysHQ/json-updateClifford Wolf2018-08-181-9/+23
|\ \ \ \ | |_|/ / |/| | | Json update
| * | | JSON-PARSER: Fixed bug in properly reading neg #sZipCPU2018-08-151-2/+2
| | | |
| * | | Fixed JSON parser: negative values and line numbersZipCPU2018-08-141-9/+23
| |/ / | | | | | | | | | | | | | | | 1. jsonparse.cc now access negative numbers, properly parsing the sign 2. On any failure to properly parse, a line number is now provided with the unexpected character error
* | | ecp5: Speedup router with slightly better estimatesDavid Shah2018-08-181-2/+2
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | do not break if there are no nets loaded from sym sectionMiodrag Milanovic2018-08-181-4/+6
| | |
* | | Added ability for static buildsMiodrag Milanovic2018-08-162-1/+15
|/ /
* | Merge pull request #48 from YosysHQ/placer_speedupEddie Hung2018-08-114-32/+66
|\ \ | |/ |/| placer: low hanging speedups
| * Merge remote-tracking branch 'origin/master' into placer_speedupEddie Hung2018-08-1012-36/+116
| |\ | |/ |/|
* | Fix compile warningMiodrag Milanovic2018-08-091-0/+2
| |
* | Expose log_always that will be displayed disregarding quite flagMiodrag Milanovic2018-08-092-12/+10
| |
* | Added quiet mode for loggingMiodrag Milanovic2018-08-093-15/+28
| |
* | Fix MSVC compileMiodrag Milanovic2018-08-091-0/+1
| |
* | Merge pull request #42 from YosysHQ/floorplanDavid Shah2018-08-098-20/+86
|\ \ | | | | | | Add basic data structures for floorplanning
| * | ecp5: Implement getPipLocation and related APIDavid Shah2018-08-091-1/+11
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | Add pip locationsClifford Wolf2018-08-097-19/+61
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Add Region structClifford Wolf2018-08-091-0/+14
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>