Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #47 from YosysHQ/settings_propagate | Clifford Wolf | 2018-08-18 | 17 | -41/+130 |
|\ | | | | | Use settings for placer1 and router1 | ||||
| * | 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 |
| | | |||||
| * | Use settings for placer1 and router1 | Miodrag Milanovic | 2018-08-09 | 11 | -34/+93 |
| | | |||||
* | | Merge pull request #53 from YosysHQ/archattr | Clifford Wolf | 2018-08-18 | 13 | -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 tiles | Clifford Wolf | 2018-08-18 | 4 | -2/+261 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Improve iCE40 gfx for IO tiles and RAM tiles | Clifford Wolf | 2018-08-18 | 5 | -23/+243 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Add ice40 wire attributes (grid position, segment list) | Clifford Wolf | 2018-08-18 | 3 | -18/+45 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Add arch attributes display to GUI | Clifford Wolf | 2018-08-18 | 1 | -0/+15 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Add stringf() helper function | Clifford Wolf | 2018-08-18 | 2 | -0/+15 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Merge branch 'master' of github.com:YosysHQ/nextpnr into archattr | Clifford Wolf | 2018-08-18 | 4 | -7/+23 |
| |\ \ | |||||
| * | | | Add Arch attrs API | Clifford Wolf | 2018-08-14 | 5 | -0/+82 |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Merge pull request #51 from YosysHQ/json-update | Clifford Wolf | 2018-08-18 | 1 | -9/+23 |
|\ \ \ \ | |_|/ / |/| | | | Json update | ||||
| * | | | JSON-PARSER: Fixed bug in properly reading neg #s | ZipCPU | 2018-08-15 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fixed JSON parser: negative values and line numbers | ZipCPU | 2018-08-14 | 1 | -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 estimates | David Shah | 2018-08-18 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | | do not break if there are no nets loaded from sym section | Miodrag Milanovic | 2018-08-18 | 1 | -4/+6 |
| | | | |||||
* | | | Added ability for static builds | Miodrag Milanovic | 2018-08-16 | 2 | -1/+15 |
|/ / | |||||
* | | Merge pull request #48 from YosysHQ/placer_speedup | Eddie Hung | 2018-08-11 | 4 | -32/+66 |
|\ \ | |/ |/| | placer: low hanging speedups | ||||
| * | Merge remote-tracking branch 'origin/master' into placer_speedup | Eddie Hung | 2018-08-10 | 12 | -36/+116 |
| |\ | |/ |/| | |||||
* | | Fix compile warning | Miodrag Milanovic | 2018-08-09 | 1 | -0/+2 |
| | | |||||
* | | Expose log_always that will be displayed disregarding quite flag | Miodrag Milanovic | 2018-08-09 | 2 | -12/+10 |
| | | |||||
* | | Added quiet mode for logging | Miodrag Milanovic | 2018-08-09 | 3 | -15/+28 |
| | | |||||
* | | Fix MSVC compile | Miodrag Milanovic | 2018-08-09 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #42 from YosysHQ/floorplan | David Shah | 2018-08-09 | 8 | -20/+86 |
|\ \ | | | | | | | Add basic data structures for floorplanning | ||||
| * | | ecp5: Implement getPipLocation and related API | David Shah | 2018-08-09 | 1 | -1/+11 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | | Add pip locations | Clifford Wolf | 2018-08-09 | 7 | -19/+61 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Add Region struct | Clifford Wolf | 2018-08-09 | 1 | -0/+14 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Rework Arch::logicCellsCompatible() to take pointer + size, allowing use of ↵ | Eddie Hung | 2018-08-10 | 3 | -17/+18 |
| | | | | | | | | | | | | std::array | ||||
| | * | std::vector::resize() not reserve() | Eddie Hung | 2018-08-09 | 1 | -1/+1 |
| | | | |||||
| | * | Make containers static | Eddie Hung | 2018-08-09 | 1 | -5/+7 |
| | | | |||||
| | * | Get rid of map lookup by borrowing udata to use as index into vector | Eddie Hung | 2018-08-09 | 1 | -19/+20 |
| | | | |||||
| | * | Try with vector | Eddie Hung | 2018-08-09 | 1 | -17/+47 |
| |/ |/| | |||||
* | | ice40: Speedup Arch::predictDelay() with pass-by-ref | Eddie Hung | 2018-08-08 | 1 | -1/+1 |
| | | |||||
* | | Make loading works nice and use settings | Miodrag Milanovic | 2018-08-08 | 7 | -30/+36 |
| | | |||||
* | | Merge pull request #46 from YosysHQ/use_settings | Miodrag Milanović | 2018-08-08 | 11 | -27/+68 |
|\ \ | |/ |/| | Use settings for json and pcf | ||||
| * | Use settings for json and pcf | Miodrag Milanovic | 2018-08-08 | 11 | -27/+68 |
|/ | |||||
* | Merge pull request #45 from YosysHQ/constids | Clifford Wolf | 2018-08-08 | 31 | -553/+285 |
|\ | | | | | Get rid of PortPin and BelType | ||||
| * | Merge branch 'master' of github.com:YosysHQ/nextpnr into constids | Clifford Wolf | 2018-08-08 | 29 | -913/+1270 |
| |\ | |/ |/| | |||||
* | | Merge pull request #44 from YosysHQ/improve_timing_spec | David Shah | 2018-08-08 | 10 | -140/+374 |
|\ \ | | | | | | | Speed up budget allocator using topographical ordering and update cell timing API | ||||
| * | | ice40: Add error for unknown cell type when getting timing info | David Shah | 2018-08-08 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | | docs: Update Arch API Cell Timing docs | David Shah | 2018-08-08 | 1 | -6/+4 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | | timing: Remove unused variable | David Shah | 2018-08-08 | 1 | -1/+0 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | | timing: Update to use getDelayNS | David Shah | 2018-08-08 | 1 | -11/+14 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | | One more breadcrumb | Eddie Hung | 2018-08-08 | 1 | -0/+1 |
| | | | |||||
| * | | Leave comment behind about removing false paths | Eddie Hung | 2018-08-08 | 1 | -1/+1 |
| | | | |||||
| * | | clangformat | David Shah | 2018-08-08 | 1 | -6/+12 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | | Arch API: Removing Arch::isIOCell | David Shah | 2018-08-08 | 5 | -10/+0 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | | Unfurl comments for clangformat | Eddie Hung | 2018-08-08 | 1 | -28/+12 |
| | | |