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

📄 pathseg.scr

📁 design compile synthesis user guide
💻 SCR
字号:
/* Script file for constraining path_segment */rpt_file = "pathseg.rpt"design = "pathseg"current_design PathSegmentinclude script_path + defaults.con/* Define design environment */set_load 2.5 all_outputs()set_driving_cell -cell FD1 all_inputs()set_drive 0 clk_name/* Define design rules */set_max_fanout 6 {S1 S2} /* Define design constraints */set_input_delay 2.2 -clock clk_name {R1 R2}set_input_delay 2.2 -clock clk_name {R3 R4}set_input_delay 5 -clock clk_name {S2 S1 OP}set_max_area 0/* Perform path segmentation for multiplier */group -design mult -cell mult U100set_input_delay 10 -clock clk_name mult/product*set_output_delay 5 -clock clk_name mult/product*set_multicycle_path 2 -to mult/product*compilewrite -f db -hierarchy -o db_path + design + ".db"include script_path + report.scrreport_timing_requirements -ignore \   >> log_path + rpt_file

⌨️ 快捷键说明

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