- 17
- 0
- 约1.02千字
- 约 1页
- 2020-04-06 发布于河北
- 举报
Vivado 用户约束sdc文件常用命令
1.外部时钟输入的约束如下:
create_clock ? ?-period (clock period) ? ? -name (clock name) ? ?-waveform { (Traise), (Tfall) } ? ?[get_ports (clock port name)]
2.已建立的时钟改名
create_generated_clock -name (clock name) [get_pins (path)]
3.input/output delay设置
set_input_delay -clock [get_clocks (clock name)] (delay time ns) [all inputs]
set_output_delay -clock [get_clocks (clock name)] (delay time ns) [all outputs]
4.建立时钟组
set_clock_groups -name (group name) -asynchronous -group {(clock name) (clock name) }
set_clock_groups -name (group name) -asynchronous -group [get_clocks (clock name)]
5.管脚分
原创力文档

文档评论(0)