timing_place.h

来自「用c++写的用于FPGA设计中布图布线的工具源码」· C头文件 代码 · 共 19 行

H
19
字号
void alloc_lookups_and_criticalities(		t_chan_width_dist chan_width_dist, 		struct s_router_opts router_opts, 		struct s_det_routing_arch det_routing_arch,		t_segment_inf *segment_inf,		t_timing_inf timing_inf, t_subblock_data subblock_data,		float ***net_delay, float ***net_slack);void load_criticalities(struct s_placer_opts placer_opts,			float **net_slack, float d_max, 			float crit_exponent);void free_lookups_and_criticalities(float ***net_delay, float ***net_slack);void print_sink_delays(char *fname);extern float **timing_place_crit;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?