aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
Commit message (Collapse)AuthorAgeFilesLines
* Make worker genericMiodrag Milanovic2018-08-021-2/+4
|
* preserve command line parameters for project loadMiodrag Milanovic2018-08-021-0/+9
|
* Remove getFrameDecal() APIClifford Wolf2018-08-011-2/+0
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* clangformatDavid Shah2018-08-011-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Display warning only if gui is not usedMiodrag Milanovic2018-08-011-2/+5
|
* Merge branch 'redist_slack' into 'master'David Shah2018-08-011-2/+11
|\ | | | | | | | | Update budgets throughout placement and routing See merge request SymbioticEDA/nextpnr!16
| * clangformat for stuff I've touchedEddie Hung2018-07-311-1/+2
| |
| * Add --slack_redist_iter for ice40Eddie Hung2018-07-311-1/+5
| |
| * assign_budget() after initial placement, not after packEddie Hung2018-07-301-1/+1
| |
| * Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-261-2/+2
| |\
| * | clangformatEddie Hung2018-07-251-2/+1
| | |
| * | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-251-6/+4
| |\ \
| * | | If --freq not set, attempt to find max by adjusting budget so min path slack ↵Eddie Hung2018-07-241-1/+6
| | | | | | | | | | | | | | | | == 0
* | | | clangformatSergiusz Bazanski2018-08-011-4/+6
| |_|/ |/| |
* | | common: rename GraphicElement::{style,type} enums, add _MAX membersSergiusz Bazanski2018-07-261-2/+2
| |/ |/|
* | clangformatEddie Hung2018-07-251-6/+4
|/
* Add Context::archcheck() and "nextpnr-ice40 --test"Clifford Wolf2018-07-231-0/+6
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Rename getWireBelPin to getBelPinWireClifford Wolf2018-07-221-10/+10
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* clangformatClifford Wolf2018-07-221-2/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fix warnings and statusMiodrag Milanovic2018-07-211-2/+4
|
* Few more checks on parameters and error eolMiodrag Milanovic2018-07-201-3/+13
|
* Start adding bitstream reading for ice40Miodrag Milanovic2018-07-201-0/+8
|
* Revert "Make GUI nice and smooth."Sergiusz Bazanski2018-07-141-2/+1
| | | | This reverts commit a8c84e90a39c54174dd24b5b76bd17aed8311481.
* Revert "Remove legacy access to state via Arch"Sergiusz Bazanski2018-07-141-11/+10
| | | | This reverts commit 18b4b316782035daa259d65d26ea733ca4d16bea.
* Remove legacy access to state via ArchSergiusz Bazanski2018-07-141-10/+11
|
* Make GUI nice and smooth.Sergiusz Bazanski2018-07-131-1/+2
|
* Add ctx->pack() APIClifford Wolf2018-07-131-2/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fixed initial title and actions after newMiodrag Milanovic2018-07-131-1/+1
|
* 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>