Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | generic: Add APIs for controlling cell->bel pin mapping | gatecat | 2021-02-15 | 4 | -3/+29 | |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | Merge pull request #575 from YosysHQ/gatecat/belpin-2 | gatecat | 2021-02-15 | 2 | -0/+4 | |
|\ | | | | | Support for cell pin to bel pin mappings | |||||
| * | Add getBelPinsForCellPin to Arch API | gatecat | 2021-02-10 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This is a basic implementation, without considering "M of N" arrangements (e.g. for LUT permuation where you only want to route to 1 out of 4/6 sinks) or using a type other than IdString to identify bel pins. But this is also enough to start working out where in nextpnr will break due to removing the 1:1 cell:bel pin cardinality, as a next step. Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | Add getBelHidden and add some missing "override" statements. | Keith Rothman | 2021-02-11 | 4 | -8/+12 | |
|/ | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | |||||
* | Use 'T' postfix to disambiguate LHS and RHS of using | D. Shah | 2021-02-08 | 1 | -21/+21 | |
| | | | | | | | Arches might otherwise have range types named ambigiously with the entry in ArchRanges. Signed-off-by: D. Shah <dave@ds0.me> | |||||
* | Add archArgs and archArgsToId to Arch API | D. Shah | 2021-02-05 | 1 | -2/+3 | |
| | | | | Signed-off-by: D. Shah <dave@ds0.me> | |||||
* | generic: Base upon ArchAPI | D. Shah | 2021-02-05 | 1 | -102/+132 | |
| | | | | | | | As generic is often picked as our 'odd-one-out' we also use it as an example of an Arch that does not build upon BaseArch. Signed-off-by: D. Shah <dave@ds0.me> | |||||
* | generic: Fix pin names accidentally being IdStringList not IdString | D. Shah | 2021-02-05 | 2 | -4/+4 | |
| | | | | Signed-off-by: D. Shah <dave@ds0.me> | |||||
* | Mark IdString and IdStringList single argument constructors explicit. | Keith Rothman | 2021-02-04 | 3 | -23/+19 | |
| | | | | | | | | | Single argument constructors will silently convert to that type. This is typically not the right thing to do. For example, the nexus and ice40 arch_pybindings.h files were incorrectly parsing bel name strings, etc. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | |||||
* | Post-rebase fix | D. Shah | 2021-02-02 | 1 | -4/+3 | |
| | | | | Signed-off-by: D. Shah <dave@ds0.me> | |||||
* | generic: Use IdStringList for all arch object names | D. Shah | 2021-02-02 | 4 | -107/+118 | |
| | | | | Signed-off-by: D. Shah <dave@ds0.me> | |||||
* | arch: Add getNameDelimiter API for string lists | D. Shah | 2021-02-02 | 1 | -0/+1 | |
| | | | | Signed-off-by: D. Shah <dave@ds0.me> | |||||
* | Run "make clangformat". | Keith Rothman | 2021-02-02 | 2 | -39/+25 | |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | |||||
* | Add pybindings for new APIs. | Keith Rothman | 2021-02-02 | 1 | -0/+26 | |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | |||||
* | Rename Partition -> BelBucket. | Keith Rothman | 2021-02-02 | 2 | -10/+10 | |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | |||||
* | Finish implementing new generic APIs. | Keith Rothman | 2021-02-02 | 1 | -3/+15 | |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | |||||
* | Add archcheck for partition methods. | Keith Rothman | 2021-02-02 | 2 | -0/+29 | |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | |||||
* | Initial refactoring of placer API. | Keith Rothman | 2021-02-02 | 1 | -0/+3 | |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | |||||
* | Remove wire alias API | David Shah | 2020-10-15 | 3 | -26/+2 | |
| | | | | | | It has not actually been implemented in any router for over 2.5 years and causes nothing more than confusion. It can always be added back if it forms part of a future solution; possibly as part of a more general database structure rethink. Signed-off-by: David Shah <dave@ds0.me> | |||||
* | Update generic synth script for dfflegalize changes | Pepijn de Vos | 2020-09-18 | 1 | -0/+1 | |
| | ||||||
* | clangformat | Miodrag Milanovic | 2020-07-25 | 1 | -26/+26 | |
| | ||||||
* | proper argument propagation | Miodrag Milanovic | 2020-07-24 | 1 | -26/+28 | |
| | ||||||
* | Initial conversion to pybind11 | Miodrag Milanovic | 2020-07-23 | 1 | -35/+35 | |
| | ||||||
* | Fix spelling of 'unsupported' | Nathaniel Graff | 2020-05-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||||
* | Merge pull request #391 from YosysHQ/router2-upstream | David Shah | 2020-02-04 | 2 | -2/+44 | |
|\ | | | | | Upstreaming router2 | |||||
| * | generic: Implement getRouteBoundingBox | David Shah | 2020-02-03 | 2 | -0/+26 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | router2: Improve flow and log output | David Shah | 2020-02-03 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | Allow selection of router algorithm | David Shah | 2020-02-03 | 2 | -2/+18 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | | Merge pull request #385 from YosysHQ/router1-arc-fixes | David Shah | 2020-02-03 | 1 | -1/+2 | |
|\ \ | |/ |/| | Fixes for partial reconfig demo | |||||
| * | Fix latent bug in generic out-of-context IO mode | David Shah | 2020-01-21 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | | clangformat | David Shah | 2020-01-20 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | | Various warning fixes | Miodrag Milanovic | 2020-01-18 | 1 | -11/+0 | |
|/ | ||||||
* | python: Add bindings for hierarchy structures | David Shah | 2019-12-27 | 1 | -0/+2 | |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | generic: Fix width of 0-driver INIT | David Shah | 2019-12-01 | 1 | -1/+1 | |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | generic: Don't assume unused LUT inputs are zero | David Shah | 2019-12-01 | 2 | -2/+5 | |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | generic: Add support for post-PnR simulation | David Shah | 2019-11-27 | 5 | -7/+67 | |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | generic: Add support for disabling IOB insertion | David Shah | 2019-11-27 | 2 | -1/+9 | |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | generic: Improve error handling when Wire/Pip/Bel is not found | David Shah | 2019-11-27 | 2 | -21/+50 | |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | generic: Use HeAP as placer where possible | David Shah | 2019-11-26 | 1 | -3/+33 | |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | clangformat | David Shah | 2019-11-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | leftover Q from before slice api change | Pepijn de Vos | 2019-11-18 | 1 | -4/+4 | |
| | ||||||
* | more formatting | Pepijn de Vos | 2019-11-08 | 1 | -2/+2 | |
| | ||||||
* | return FF_USED, formatting, correct INIT | Pepijn de Vos | 2019-11-08 | 3 | -5/+17 | |
| | ||||||
* | dedicated output for LUT in GENERIC_SLICE | Pepijn de Vos | 2019-11-08 | 6 | -32/+31 | |
| | ||||||
* | generic: New Property interface | David Shah | 2019-08-05 | 6 | -22/+21 | |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | clangformat run | Miodrag Milanovic | 2019-06-25 | 2 | -5/+6 | |
| | ||||||
* | enable lading of jsons and setting up context | Miodrag Milanovic | 2019-06-14 | 1 | -0/+1 | |
| | ||||||
* | Use flags for each step | Miodrag Milanovic | 2019-06-14 | 2 | -3/+3 | |
| | ||||||
* | restore arch info for ecp5 | Miodrag Milanovic | 2019-06-14 | 1 | -0/+5 | |
| | ||||||
* | Load properties from json and propagate to context create | Miodrag Milanovic | 2019-06-13 | 1 | -2/+2 | |
| |