Essentially a rewrite router1
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
66dd17664c
commit
aeaa0552ba
1174
common/router1.cc
1174
common/router1.cc
File diff suppressed because it is too large
Load Diff
@ -33,6 +33,11 @@ struct Router1Cfg : Settings
|
||||
bool cleanupReroute;
|
||||
bool fullCleanupReroute;
|
||||
bool useEstimate;
|
||||
delay_t wireRipupPenalty;
|
||||
delay_t pipRipupPenalty;
|
||||
delay_t wireReusePenalty;
|
||||
delay_t pipReusePenalty;
|
||||
delay_t estimatePrecision;
|
||||
};
|
||||
|
||||
extern bool router1(Context *ctx, const Router1Cfg &cfg);
|
||||
|
Loading…
Reference in New Issue
Block a user