⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xml_arch.h

📁 VPR布局布线源码
💻 H
字号:
/* type definitions */      struct s_clb_grid{    boolean IsAuto;    float Aspect;     int W;     int H; };typedef struct s_arch t_arch;struct s_arch{    t_chan_width_dist Chans;    int N;			/* Cluster size */     int K;			/* LUT size */     enum e_switch_block_type SBType;     float R_minW_nmos;     float R_minW_pmos;     int Fs;     float C_ipin_cblock;     float T_ipin_cblock;     float grid_logic_tile_area;     float ipin_mux_trans_size;     struct s_clb_grid clb_grid;     t_segment_inf * Segments;     int num_segments;     struct s_switch_inf *Switches;     int num_switches; };/* function declarations */ void XmlReadArch(IN const char *ArchFile,		 IN boolean timing_enabled,		 OUT struct s_arch *arch,		 OUT t_type_descriptor ** Types,		 OUT int *NumTypes);void EchoArch(IN const char *EchoFile,	       IN const t_type_descriptor * Types,	       IN int NumTypes);

⌨️ 快捷键说明

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