Struct GainEvaluatorContext

Struct Documentation

struct GainEvaluatorContext

增益评估器的上下文参数。

Public Members

int max_hop

最大跳步约束。

int large_net_threshold

大超边过滤阈值。

double penalty

TDM 或拥塞惩罚权重。

vector<vector<int>> &cut_weights

分区间割边权重矩阵。

const fpga &fpgas

FPGA 平台约束与拓扑。

const TimingRefineConfig &timing_cfg

时序细化配置。