index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
router1.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore "duplicate" arcs in the same net in router1
Clifford Wolf
2018-11-11
1
-1
/
+4
*
Add some additional checks to router1 to find issues in input netlist
Clifford Wolf
2018-11-11
1
-0
/
+23
*
Add getConflictingPipWire() arch API, router1 improvements
Clifford Wolf
2018-11-11
1
-20
/
+42
*
Another bugfix in router1
Clifford Wolf
2018-11-11
1
-1
/
+1
*
Bugfix in router1
Clifford Wolf
2018-11-11
1
-3
/
+7
*
Minor improvements in router1
Clifford Wolf
2018-11-11
1
-4
/
+9
*
Some router1 cleanups
Clifford Wolf
2018-11-10
1
-12
/
+39
*
Add checkers and assertions to router1 and other improvements
Clifford Wolf
2018-11-10
1
-41
/
+278
*
Fixes and cleanups in router1
Clifford Wolf
2018-11-10
1
-10
/
+10
*
Fix log msg typo
Clifford Wolf
2018-11-09
1
-1
/
+1
*
Improve router console output
Clifford Wolf
2018-11-09
1
-10
/
+13
*
Fixes and improvements in new router
Clifford Wolf
2018-11-09
1
-14
/
+55
*
Essentially a rewrite router1
Clifford Wolf
2018-11-09
1
-782
/
+336
*
Merge branch 'master' of github.com:YosysHQ/nextpnr into router_improve
Clifford Wolf
2018-11-09
1
-0
/
+6
|
\
|
*
ecp5: Use ArchNetInfo to mark global nets to ignore
David Shah
2018-09-29
1
-1
/
+1
|
*
ecp5: Global router produces a working bitstream
David Shah
2018-09-29
1
-0
/
+6
*
|
Dispose of far too long routes earlier (use 3x est. delay as limit)
Clifford Wolf
2018-09-04
1
-12
/
+21
|
/
*
Use settings for placer1 and router1
Miodrag Milanovic
2018-08-09
1
-1
/
+9
*
API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40)
Clifford Wolf
2018-08-05
1
-21
/
+21
*
Merge pull request #36 from YosysHQ/lutperm
David Shah
2018-08-05
1
-8
/
+32
|
\
|
*
Quick fix for router bug in unrouting a conflicting pip
Clifford Wolf
2018-08-04
1
-1
/
+3
|
*
Refactor ice40 timing fuzzer used to create delay estimates
Clifford Wolf
2018-08-04
1
-2
/
+3
|
*
Add router1 cfg.useEstimate, improve getActualRouteDelay
Clifford Wolf
2018-08-04
1
-7
/
+28
*
|
Add crude histogram feature, printed after placement and routing
Eddie Hung
2018-08-03
1
-1
/
+1
*
|
Refactor timing.cc into Timing class
Eddie Hung
2018-08-03
1
-1
/
+1
|
/
*
clangformat
Clifford Wolf
2018-08-02
1
-24
/
+20
*
Fix router1 cleanupReroute() for "drive-by nets"
Clifford Wolf
2018-08-02
1
-25
/
+32
*
Add Router1Cfg
Clifford Wolf
2018-08-02
1
-22
/
+31
*
Improve router1 cleanupReroute
Clifford Wolf
2018-08-02
1
-15
/
+45
*
Add reroute pass and other router1 tweaks
Clifford Wolf
2018-08-01
1
-22
/
+95
*
router: release lock on failure to unblock UI
Sergiusz Bazanski
2018-08-01
1
-0
/
+3
*
Cope with slack_redist_iter == 0
Eddie Hung
2018-07-31
1
-1
/
+1
*
clangformat for stuff I've touched
Eddie Hung
2018-07-31
1
-1
/
+2
*
Modify the getNetinfo*() functions and getBudgetOverride() to not use
Eddie Hung
2018-07-31
1
-6
/
+6
*
Add --slack_redist_iter for ice40
Eddie Hung
2018-07-31
1
-2
/
+2
*
Merge remote-tracking branch 'origin/master' into redist_slack
Eddie Hung
2018-07-29
1
-1
/
+1
|
\
|
*
fix randtag bug in router1
Clifford Wolf
2018-07-29
1
-1
/
+1
*
|
Merge update_budget into assign_budget; update as we go along
Eddie Hung
2018-07-28
1
-1
/
+1
*
|
Refactor
Eddie Hung
2018-07-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into redist_slack
Eddie Hung
2018-07-26
1
-2
/
+2
|
\
|
|
*
Fix router1 locking in NDEBUG builds
Clifford Wolf
2018-07-26
1
-2
/
+2
*
|
Fix min_slack computation, and print out critical path after routing
Eddie Hung
2018-07-25
1
-1
/
+1
*
|
Add compute_fmax() with refactoring, plus print out Fmax estimate post-place ...
Eddie Hung
2018-07-25
1
-0
/
+1
*
|
Oops
Eddie Hung
2018-07-23
1
-1
/
+1
*
|
Simplify and use Arch::getNetinfoRouteDelay() for update_budget()
Eddie Hung
2018-07-23
1
-32
/
+4
*
|
Merge branch 'master' into redist_slack
Eddie Hung
2018-07-23
1
-177
/
+100
|
\
|
|
*
clangformat
Clifford Wolf
2018-07-23
1
-18
/
+22
|
*
Move common patterns from router1 to Context API
Clifford Wolf
2018-07-22
1
-150
/
+64
|
*
clangformat
Clifford Wolf
2018-07-22
1
-30
/
+25
|
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-elec...
Sergiusz Bazanski
2018-07-21
1
-93
/
+347
|
|
\
[next]