index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
router2.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
router2: debugging
David Shah
2020-02-03
1
-1
/
+6
*
router2: first pass at reserved wires
David Shah
2020-02-03
1
-3
/
+65
*
router2: debugging some edge cases
David Shah
2020-02-03
1
-10
/
+10
*
router2: speedup
David Shah
2020-02-03
1
-1
/
+2
*
router2: Improve backwards routing of some cases
David Shah
2020-02-03
1
-1
/
+27
*
router2: tweaks
David Shah
2020-02-03
1
-3
/
+5
*
router2: Attempt to fix some stuck routing cases
David Shah
2020-02-03
1
-9
/
+26
*
router2: Debugging
David Shah
2020-02-03
1
-1
/
+2
*
router2: Working on multithreading
David Shah
2020-02-03
1
-1
/
+59
*
router2: Some simple partitioning
David Shah
2020-02-03
1
-0
/
+44
*
router2: Congestion map generation
David Shah
2020-02-03
1
-0
/
+46
*
router2: Add IPIN cost to model
David Shah
2020-02-03
1
-1
/
+3
[next]