| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing old emails and names in copyrights | gatecat | 2021-06-12 | 1 | -1/+1 |
* | Use hashlib in routers | gatecat | 2021-06-02 | 1 | -6/+5 |
* | Use hashlib for core netlist structures | gatecat | 2021-06-02 | 1 | -4/+4 |
* | router2: Add heatmap by routing resource type | gatecat | 2021-05-20 | 1 | -2/+41 |
* | Run clangformat | gatecat | 2021-05-16 | 1 | -1/+1 |
* | mistral: Tidying up | gatecat | 2021-05-15 | 1 | -1/+2 |
* | router2: Hacky workaround for slow Cyclone V convergence | gatecat | 2021-05-15 | 1 | -3/+3 |
* | router2: Reduce verbosity when debugging | gatecat | 2021-05-15 | 1 | -0/+2 |
* | router2: Add some boundness statistics | gatecat | 2021-05-12 | 1 | -0/+33 |
* | router2: Fix a typo | gatecat | 2021-05-11 | 1 | -1/+1 |
* | router2: Reserve wires in more complex cases | gatecat | 2021-05-06 | 1 | -13/+39 |
* | router2: Dynamicly expand bounding box based on congestion | gatecat | 2021-05-06 | 1 | -10/+22 |
* | Fix bug in router2 where router may give up too early. | Keith Rothman | 2021-04-06 | 1 | -1/+13 |
* | Add "checkPipAvailForNet" to Arch API. | Keith Rothman | 2021-03-22 | 1 | -13/+7 |
* | Moving hash map/set type selection to header. | Keith Rothman | 2021-03-17 | 1 | -8/+4 |
* | Use NEXTPNR_NAMESPACE macro's now that headers are seperated. | Keith Rothman | 2021-03-15 | 1 | -1/+1 |
* | Add support for partially routed nets from the placer in router2. | Keith Rothman | 2021-03-12 | 1 | -25/+48 |
* | Add diagnostic prints to debug lookahead performance. | Keith Rothman | 2021-03-10 | 1 | -13/+41 |
* | Only depend on Abseil in threaded builds. | whitequark | 2021-03-10 | 1 | -0/+6 |
* | Merge pull request #607 from litghost/add_absl_flat_hash_map | gatecat | 2021-03-09 | 1 | -1/+2 |
|\ |
|
| * | Add absl::flat_hash_map. | Keith Rothman | 2021-03-01 | 1 | -1/+2 |
* | | Merge pull request #609 from YosysHQ/gatecat/sta-v2 | gatecat | 2021-03-09 | 1 | -13/+6 |
|\ \ |
|
| * | | timing: Replace all users of criticality with new engine | gatecat | 2021-03-04 | 1 | -13/+6 |
* | | | router2: Fix vast perf drop when leaving bounding box | gatecat | 2021-03-08 | 1 | -1/+1 |
|/ / |
|
* / | Use scope in router1/2 and placer1. | Keith Rothman | 2021-03-01 | 1 | -0/+5 |
|/ |
|
* | Allow router2 to use routed but not fixed arcs. | Keith Rothman | 2021-02-25 | 1 | -4/+54 |
* | Fix compiler warnings introduced by -Wextra | gatecat | 2021-02-25 | 1 | -1/+1 |
* | router2: Support for multiple bel pins per cell pin | gatecat | 2021-02-10 | 1 | -85/+95 |
* | Start making use of getBelPinsForCellPin API | gatecat | 2021-02-10 | 1 | -6/+6 |
* | cleanup: Spelling fixes | D. Shah | 2021-01-28 | 1 | -1/+1 |
* | cleanup: Fix compiler warnings | D. Shah | 2021-01-28 | 1 | -1/+2 |
* | router2: Avoid ripup of critical path | David Shah | 2020-12-01 | 1 | -2/+17 |
* | router2: Make splitting of wires thread-safe | David Shah | 2020-12-01 | 1 | -4/+39 |
* | router2: Add per-thread rng | David Shah | 2020-12-01 | 1 | -1/+7 |
* | router2: Fix case where src and dst are the same | David Shah | 2020-11-30 | 1 | -1/+4 |
* | Port nextpnr-{ice40,ecp5} to WASI. | whitequark | 2020-05-23 | 1 | -3/+17 |
* | router2: Prevent overflow | David Shah | 2020-03-22 | 1 | -2/+3 |
* | router2: Improve flow and log output | David Shah | 2020-02-03 | 1 | -5/+12 |
* | router2: Add a simple timing heuristic | David Shah | 2020-02-03 | 1 | -0/+27 |
* | router2: Make magic numbers configurable | David Shah | 2020-02-03 | 1 | -38/+54 |
* | router2: Fix case of undriven unsunk arcs | David Shah | 2020-02-03 | 1 | -0/+2 |
* | router2: Multi-thread in more cases | David Shah | 2020-02-03 | 1 | -6/+32 |
* | router2: Flatten wire structure | David Shah | 2020-02-03 | 1 | -79/+88 |
* | router2: Experiment with data structures | David Shah | 2020-02-03 | 1 | -36/+63 |
* | router2: Profile nets by route time | David Shah | 2020-02-03 | 1 | -0/+24 |
* | router2: Improvements | David Shah | 2020-02-03 | 1 | -12/+17 |
* | router2: reduce bias cost factor | David Shah | 2020-02-03 | 1 | -1/+1 |
* | router2: special case improvement | David Shah | 2020-02-03 | 1 | -1/+1 |
* | router2: reduce memory footprint | David Shah | 2020-02-03 | 1 | -21/+28 |
* | router2: debugging | David Shah | 2020-02-03 | 1 | -2/+6 |