aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Use command line parameters settings for GUI as well.Miodrag Milanovic2018-07-131-73/+82
|
* Remove legacy graphics APISergiusz Bazanski2018-07-121-16/+16
| | | | | For now we do not optimize the OpenGL renderer against the new decal API, but this can be done in the future.
* Updates from clang-formatClifford Wolf2018-07-121-6/+4
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add ctx->place() APIClifford Wolf2018-07-111-2/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add ctx->route() APIClifford Wolf2018-07-111-3/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Added ICE40_HX1K_ONLY check in gui and mainMiodrag Milanovic2018-07-101-0/+4
|
* Improving the SA+legalisation flowDavid Shah2018-06-291-3/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Tidying up the SA placerDavid Shah2018-06-291-3/+3
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Integrating SA placer and legaliserDavid Shah2018-06-291-1/+0
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ice40: Reworking placement legalisation to allow integration with SA placerDavid Shah2018-06-291-4/+6
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* clangformat cleanupMiodrag Milanovic2018-06-281-6/+4
|
* ice40: Carry packer bugfixDavid Shah2018-06-271-0/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Improving debugabilityDavid Shah2018-06-271-0/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Improving post-ripup placement in the legaliserDavid Shah2018-06-271-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* reinit python tabMiodrag Milanovic2018-06-271-9/+5
|
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-06-261-1/+1
|\
| * Make GUI use recreated contextMiodrag Milanovic2018-06-261-1/+1
| |
* | Carry chains now routableDavid Shah2018-06-261-1/+1
|/ | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Working on debugging the carry legaliserDavid Shah2018-06-261-0/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Refactor: remove PlacementValidityChecker and move methods to ArchDavid Shah2018-06-251-4/+6
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* added project saving and loadingMiodrag Milanovic2018-06-241-0/+71
|
* Updates from clangformatClifford Wolf2018-06-231-52/+27
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Added BUILD_GUI, BUILD_PYTHON and BUILD_TESTS cmake options,Miodrag Milanovic2018-06-231-6/+24
|
* place_sa: Add option to disable timing-driven placementDavid Shah2018-06-231-2/+5
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/glSergiusz Bazanski2018-06-221-5/+3
|\
| * Added custom QApplication implementationMiodrag Milanovic2018-06-221-1/+2
| |
| * Switched from clifford@clifford.at to clifford@symbioticeda.com for ↵Clifford Wolf2018-06-221-1/+1
| | | | | | | | | | | | copyright headers Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/glSergiusz Bazanski2018-06-221-223/+248
|\|
| * fixed namespace for gui sectionMiodrag Milanovic2018-06-221-0/+2
| |
| * Added return code to json parsing and pcf readingMiodrag Milanovic2018-06-211-2/+4
| |
| * log_error now trows exception, main is covering catchMiodrag Milanovic2018-06-211-231/+241
| |
| * Cleanup parse_json_file API, some other cleanupsClifford Wolf2018-06-211-1/+1
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Improvements in routerClifford Wolf2018-06-211-0/+6
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Add frequency setting and fix slack calculationDavid Shah2018-06-211-1/+6
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Reimplement FPGAWidget in modern OpenGL.Sergiusz Bazanski2018-06-221-0/+4
|/
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-201-3/+11
|\
| * WIP: adding timing budget to placerDavid Shah2018-06-201-2/+10
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * Improving timing annotatorDavid Shah2018-06-201-1/+1
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Improve --tmfuzz mode and iCE40 delay estimatorClifford Wolf2018-06-201-7/+12
|/ | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add "nextpnr-ice40 --tmfuzz"Clifford Wolf2018-06-201-0/+40
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fix jsonparse compiler warnings, clangformat updatesClifford Wolf2018-06-201-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Working on the timing annotatorDavid Shah2018-06-201-1/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add Context::force and "nextpnr-ice40 --force"Clifford Wolf2018-06-191-3/+12
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add rng to Context, start using ctx->verboseClifford Wolf2018-06-191-14/+10
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Getting rid of old IdString API users, Add ctx to many internal APIsClifford Wolf2018-06-181-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Rename Design to Context, derive from Arch instead of instantiatingClifford Wolf2018-06-181-15/+14
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Rename Chip to Arch and ChipArgs to ArchArgsClifford Wolf2018-06-181-16/+16
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* place_sa: Adding seed optionDavid Shah2018-06-171-1/+11
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* General reformattingDavid Shah2018-06-171-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Improving the placer outputDavid Shah2018-06-171-0/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>