aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| | * Rework Arch::logicCellsCompatible() to take pointer + size, allowing use of ↵Eddie Hung2018-08-103-17/+18
| | | | | | | | | | | | std::array
| | * std::vector::resize() not reserve()Eddie Hung2018-08-091-1/+1
| | |
| | * Make containers staticEddie Hung2018-08-091-5/+7
| | |
| | * Get rid of map lookup by borrowing udata to use as index into vectorEddie Hung2018-08-091-19/+20
| | |
| | * Try with vectorEddie Hung2018-08-091-17/+47
| |/ |/|
* | ice40: Speedup Arch::predictDelay() with pass-by-refEddie Hung2018-08-081-1/+1
| |
* | Make loading works nice and use settingsMiodrag Milanovic2018-08-087-30/+36
| |
* | Merge pull request #46 from YosysHQ/use_settingsMiodrag Milanović2018-08-0811-27/+68
|\ \ | |/ |/| Use settings for json and pcf
| * Use settings for json and pcfMiodrag Milanovic2018-08-0811-27/+68
|/
* Merge pull request #45 from YosysHQ/constidsClifford Wolf2018-08-0831-553/+285
|\ | | | | Get rid of PortPin and BelType
| * Merge branch 'master' of github.com:YosysHQ/nextpnr into constidsClifford Wolf2018-08-0829-913/+1270
| |\ | |/ |/|
* | Merge pull request #44 from YosysHQ/improve_timing_specDavid Shah2018-08-0810-140/+374
|\ \ | | | | | | Speed up budget allocator using topographical ordering and update cell timing API
| * | ice40: Add error for unknown cell type when getting timing infoDavid Shah2018-08-081-1/+3
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | docs: Update Arch API Cell Timing docsDavid Shah2018-08-081-6/+4
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | timing: Remove unused variableDavid Shah2018-08-081-1/+0
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | timing: Update to use getDelayNSDavid Shah2018-08-081-11/+14
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | One more breadcrumbEddie Hung2018-08-081-0/+1
| | |
| * | Leave comment behind about removing false pathsEddie Hung2018-08-081-1/+1
| | |
| * | clangformatDavid Shah2018-08-081-6/+12
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | Arch API: Removing Arch::isIOCellDavid Shah2018-08-085-10/+0
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | Unfurl comments for clangformatEddie Hung2018-08-081-28/+12
| | |
| * | Disable assign_budget() after placement legalisation, unless slack redistEddie Hung2018-08-081-1/+4
| | |
| * | Merge branch 'master' into improve_timing_specEddie Hung2018-08-081-0/+12
| |\ \
| * | | Also include TMG_GEN_CLOCK as a timing startpointEddie Hung2018-08-081-3/+2
| | | |
| * | | ice40: Add timing arcs through global buffersDavid Shah2018-08-081-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | | timing: Debugging implementation of new timing APIDavid Shah2018-08-082-5/+10
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>