Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support rest of parts | Miodrag Milanovic | 2020-07-08 | 1 | -2/+33 |
| | |||||
* | Missed adding option | Miodrag Milanovic | 2020-07-08 | 1 | -0/+2 |
| | |||||
* | Adding LP4K as well | Miodrag Milanovic | 2020-07-08 | 1 | -0/+8 |
| | |||||
* | Support 4K parts directly | Miodrag Milanovic | 2020-07-08 | 1 | -0/+10 |
| | |||||
* | Simplify and improve chipdb embedding/loading. | whitequark | 2020-06-26 | 1 | -16/+14 |
| | |||||
* | Fix spelling of 'unsupported' | Nathaniel Graff | 2020-05-13 | 1 | -4/+4 |
| | | | | Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | ||||
* | json: Remove legacy frontend | David Shah | 2019-12-27 | 1 | -1/+0 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ice40: Only warn about default package if there is no package argument | Sylvain Munaut | 2019-08-10 | 1 | -3/+4 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | Add deprecation warning for default packages | David Shah | 2019-08-08 | 1 | -1/+3 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Major Property improvements for common and iCE40 | David Shah | 2019-08-05 | 1 | -7/+7 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | clangformat run | Miodrag Milanovic | 2019-06-25 | 1 | -8/+8 |
| | |||||
* | enable lading of jsons and setting up context | Miodrag Milanovic | 2019-06-14 | 1 | -0/+2 |
| | |||||
* | restore arch info for ecp5 | Miodrag Milanovic | 2019-06-14 | 1 | -0/+3 |
| | |||||
* | restore context from json | Miodrag Milanovic | 2019-06-14 | 1 | -3/+43 |
| | |||||
* | Load properties from json and propagate to context create | Miodrag Milanovic | 2019-06-13 | 1 | -2/+2 |
| | |||||
* | Save settings that we saved in project | Miodrag Milanovic | 2019-06-13 | 1 | -1/+1 |
| | |||||
* | Add --placer option and refactor placer selection | David Shah | 2019-03-24 | 1 | -4/+0 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | HeAP: Make HeAP placer optional | David Shah | 2019-03-22 | 1 | -1/+4 |
| | | | | | | | | | | | | | A CMake option 'BUILD_HEAP' (default on) configures building of the HeAP placer and the associated Eigen3 dependency. Default for the iCE40 is SA placer, with --heap-placer to use HeAP Default for the ECP5 is HeAP placer, as SA placer can take 1hr+ for large ECP5 designs and HeAP tends to give better QoR. --sa-placer can be used to use SA instead, and auto-fallback to SA if HeAP not built. Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ice40: support u4k | Simon Schubert | 2019-02-23 | 1 | -1/+7 |
| | |||||
* | ice40: Improve handling of unconstrained IO | David Shah | 2018-12-26 | 1 | -0/+7 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | timing_opt: Make an optional pass controlled by command line | David Shah | 2018-12-06 | 1 | -0/+3 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ice40: Finer-grained control of global promotion | David Shah | 2018-11-27 | 1 | -1/+10 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | 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> |