Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark getArchOptions as override in derived classes | Pedro Vanzella | 2018-11-13 | 1 | -1/+1 |
| | |||||
* | Use settings for json and pcf | Miodrag Milanovic | 2018-08-08 | 1 | -2/+3 |
| | |||||
* | Moved option to common | Miodrag Milanovic | 2018-08-08 | 1 | -1/+0 |
| | |||||
* | Added command parser and common implementation | Miodrag Milanovic | 2018-08-05 | 1 | -355/+111 |
| | |||||
* | Refactor ice40 timing fuzzer used to create delay estimates | Clifford Wolf | 2018-08-04 | 1 | -45/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Remove SVG functionality from ice40 main | Clifford Wolf | 2018-08-04 | 1 | -31/+0 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge branch 'master' into slack_redist_freq | Eddie Hung | 2018-08-03 | 1 | -1/+7 |
|\ | |||||
| * | clangformat | David Shah | 2018-08-04 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Add constraint weight as a command line option | David Shah | 2018-08-03 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Remove old place legaliser, set placement constraints instead (currently ↵ | David Shah | 2018-08-03 | 1 | -1/+0 |
| | | | | | | | | | | | | ignored by placer) Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Auto frequency only if --freq 0 is set | Eddie Hung | 2018-08-03 | 1 | -7/+10 |
|/ | |||||
* | Make worker generic | Miodrag Milanovic | 2018-08-02 | 1 | -2/+4 |
| | |||||
* | preserve command line parameters for project load | Miodrag Milanovic | 2018-08-02 | 1 | -0/+9 |
| | |||||
* | Remove getFrameDecal() API | Clifford Wolf | 2018-08-01 | 1 | -2/+0 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | clangformat | David Shah | 2018-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Display warning only if gui is not used | Miodrag Milanovic | 2018-08-01 | 1 | -2/+5 |
| | |||||
* | Merge branch 'redist_slack' into 'master' | David Shah | 2018-08-01 | 1 | -2/+11 |
|\ | | | | | | | | | Update budgets throughout placement and routing See merge request SymbioticEDA/nextpnr!16 | ||||
| * | clangformat for stuff I've touched | Eddie Hung | 2018-07-31 | 1 | -1/+2 |
| | | |||||
| * | Add --slack_redist_iter for ice40 | Eddie Hung | 2018-07-31 | 1 | -1/+5 |
| | | |||||
| * | assign_budget() after initial placement, not after pack | Eddie Hung | 2018-07-30 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-26 | 1 | -2/+2 |
| |\ | |||||
| * | | clangformat | Eddie Hung | 2018-07-25 | 1 | -2/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-25 | 1 | -6/+4 |
| |\ \ | |||||
| * | | | If --freq not set, attempt to find max by adjusting budget so min path slack ↵ | Eddie Hung | 2018-07-24 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | == 0 | ||||
* | | | | clangformat | Sergiusz Bazanski | 2018-08-01 | 1 | -4/+6 |
| |_|/ |/| | | |||||
* | | | common: rename GraphicElement::{style,type} enums, add _MAX members | Sergiusz Bazanski | 2018-07-26 | 1 | -2/+2 |
| |/ |/| | |||||
* | | clangformat | Eddie Hung | 2018-07-25 | 1 | -6/+4 |
|/ | |||||
* | Add Context::archcheck() and "nextpnr-ice40 --test" | Clifford Wolf | 2018-07-23 | 1 | -0/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rename getWireBelPin to getBelPinWire | Clifford Wolf | 2018-07-22 | 1 | -10/+10 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | clangformat | Clifford Wolf | 2018-07-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix warnings and status | Miodrag Milanovic | 2018-07-21 | 1 | -2/+4 |
| | |||||
* | Few more checks on parameters and error eol | Miodrag Milanovic | 2018-07-20 | 1 | -3/+13 |
| | |||||
* | Start adding bitstream reading for ice40 | Miodrag Milanovic | 2018-07-20 | 1 | -0/+8 |
| | |||||
* | Revert "Make GUI nice and smooth." | Sergiusz Bazanski | 2018-07-14 | 1 | -2/+1 |
| | | | | This reverts commit a8c84e90a39c54174dd24b5b76bd17aed8311481. | ||||
* | Revert "Remove legacy access to state via Arch" | Sergiusz Bazanski | 2018-07-14 | 1 | -11/+10 |
| | | | | This reverts commit 18b4b316782035daa259d65d26ea733ca4d16bea. | ||||
* | Remove legacy access to state via Arch | Sergiusz Bazanski | 2018-07-14 | 1 | -10/+11 |
| | |||||
* | Make GUI nice and smooth. | Sergiusz Bazanski | 2018-07-13 | 1 | -1/+2 |
| | |||||
* | Add ctx->pack() API | Clifford Wolf | 2018-07-13 | 1 | -2/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fixed initial title and actions after new | Miodrag Milanovic | 2018-07-13 | 1 | -1/+1 |
| | |||||
* | Use command line parameters settings for GUI as well. | Miodrag Milanovic | 2018-07-13 | 1 | -73/+82 |
| | |||||
* | Remove legacy graphics API | Sergiusz Bazanski | 2018-07-12 | 1 | -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-format | Clifford Wolf | 2018-07-12 | 1 | -6/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add ctx->place() API | Clifford Wolf | 2018-07-11 | 1 | -2/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add ctx->route() API | Clifford Wolf | 2018-07-11 | 1 | -3/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Added ICE40_HX1K_ONLY check in gui and main | Miodrag Milanovic | 2018-07-10 | 1 | -0/+4 |
| | |||||
* | Improving the SA+legalisation flow | David Shah | 2018-06-29 | 1 | -3/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Tidying up the SA placer | David Shah | 2018-06-29 | 1 | -3/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Integrating SA placer and legaliser | David Shah | 2018-06-29 | 1 | -1/+0 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: Reworking placement legalisation to allow integration with SA placer | David Shah | 2018-06-29 | 1 | -4/+6 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | clangformat cleanup | Miodrag Milanovic | 2018-06-28 | 1 | -6/+4 |
| |