| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #681 from YosysHQ/gatecat/more-pybindings | gatecat | 2021-04-15 | 1 | -0/+3 |
|\ |
|
| * | Add Python bindings for placement tests | gatecat | 2021-04-15 | 1 | -0/+3 |
* | | Fix utilisation report when bel buckets are used | gatecat | 2021-04-15 | 1 | -2/+2 |
|/ |
|
* | Hash table refactoring | gatecat | 2021-04-14 | 2 | -50/+28 |
* | timing: Fix domain init when loops are present | gatecat | 2021-04-13 | 2 | -58/+73 |
* | Merge pull request #674 from adamgreig/heap-spreader-fix | gatecat | 2021-04-12 | 1 | -0/+4 |
|\ |
|
| * | HeAP: Skip high-strength cells in both cell loops. | Adam Greig | 2021-04-12 | 1 | -0/+4 |
* | | fast_bels: Don't return pointer that might become invalid | gatecat | 2021-04-12 | 1 | -14/+18 |
|/ |
|
* | Fix bug in router2 where router may give up too early. | Keith Rothman | 2021-04-06 | 1 | -1/+13 |
* | interchange: Fix illegal placements | gatecat | 2021-03-30 | 1 | -1/+3 |
* | Add initial handling of local site inverters and constant signals. | Keith Rothman | 2021-03-25 | 1 | -2/+3 |
* | Use new parameter definition data in FPGA interchange processing. | Keith Rothman | 2021-03-23 | 2 | -1/+130 |
* | Merge pull request #634 from litghost/add_get_bel_pin_type | gatecat | 2021-03-22 | 1 | -0/+2 |
|\ |
|
| * | Add getBelPinType to Python interface. | Keith Rothman | 2021-03-22 | 1 | -0/+2 |
* | | Add "checkPipAvailForNet" to Arch API. | Keith Rothman | 2021-03-22 | 3 | -13/+13 |
|/ |
|
* | Refactor header structures in FPGA interchange Arch. | Keith Rothman | 2021-03-19 | 1 | -0/+3 |
* | Run "make clangformat". to fix up master. | Keith Rothman | 2021-03-18 | 4 | -4/+3 |
* | Moving hash map/set type selection to header. | Keith Rothman | 2021-03-17 | 2 | -8/+52 |
* | Add missing includes to fix WASI build. | whitequark | 2021-03-16 | 2 | -0/+5 |
* | Use NEXTPNR_NAMESPACE macro's now that headers are seperated. | Keith Rothman | 2021-03-15 | 9 | -23/+29 |
* | Merge pull request #621 from litghost/fix_header_nightmare | gatecat | 2021-03-15 | 30 | -2395/+3104 |
|\ |
|
| * | Split nextpnr.h to allow for linear inclusion. | Keith Rothman | 2021-03-15 | 30 | -2395/+3104 |
* | | opt-timing: Skip undriven nets | gatecat | 2021-03-15 | 1 | -0/+2 |
|/ |
|
* | Add support for partially routed nets from the placer in router2. | Keith Rothman | 2021-03-12 | 2 | -28/+54 |
* | 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 | 8 | -242/+937 |
|\ \ |
|
| * | | timing: Integration tweaks | gatecat | 2021-03-05 | 4 | -4/+9 |
| * | | timing: Skip route delays for unplaced/nullptr cells | gatecat | 2021-03-04 | 1 | -1/+6 |
| * | | timing: Replace all users of criticality with new engine | gatecat | 2021-03-04 | 4 | -229/+52 |
| * | | timing: Use new engine in SA except for budget-based mode | gatecat | 2021-03-04 | 1 | -10/+7 |
| * | | timing: Use new engine for HeAP | gatecat | 2021-03-04 | 3 | -14/+19 |
| * | | timing: Add support for critical path printing | gatecat | 2021-03-04 | 2 | -0/+69 |
| * | | timing: Slack and criticality computation | gatecat | 2021-03-04 | 2 | -0/+47 |
| * | | timing: Produce plausible Fmax figure | gatecat | 2021-03-04 | 2 | -1/+12 |
| * | | timing: Add Fmax printing for debugging | gatecat | 2021-03-04 | 2 | -0/+23 |
| * | | timing: Add backwards path walking | gatecat | 2021-03-04 | 3 | -1/+71 |
| * | | timing: Add forward path walking | gatecat | 2021-03-04 | 2 | -0/+105 |
| * | | timing: Compute domain pairs | gatecat | 2021-03-04 | 2 | -13/+59 |
| * | | timing: Add port-domain tracking | gatecat | 2021-03-04 | 3 | -1/+115 |
| * | | timing: Add topological sort from Yosys | gatecat | 2021-03-04 | 3 | -0/+130 |
| * | | timing: Import cell delays to our own structures | gatecat | 2021-03-04 | 2 | -0/+123 |
| * | | timing: Data structures for STA rewrite | gatecat | 2021-03-04 | 1 | -0/+122 |
* | | | router2: Fix vast perf drop when leaving bounding box | gatecat | 2021-03-08 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #604 from litghost/add_counter_test | gatecat | 2021-03-03 | 1 | -0/+2 |
|\ \ |
|
| * | | Initial LUT rotation logic. | Keith Rothman | 2021-02-26 | 1 | -0/+2 |
| |/ |
|
* | | Merge pull request #605 from litghost/add_placement_sanity_check | gatecat | 2021-03-02 | 5 | -11/+106 |
|\ \
| |/
|/| |
|
| * | Correct spelling of RAII and add missing check in unlock_early. | Keith Rothman | 2021-03-01 | 1 | -10/+19 |