vivado Non_project

本文档介绍了如何在Vivado中使用非项目模式进行操作,包括通过TCL脚本来读取Verilog文件、设置IP核、综合设计、创建ILA调试核心并进行连接,以及后续的布局布线和位流生成步骤。
摘要由CSDN通过智能技术生成

进入Non_project模式:

vivado -mode tcl

source top.tcl

top.tcl的内容为:

set _part “型号”                                

file mkdir project

read_verilog [glob *.v]

read_ip ip.xci  //IP ooc

set_property file_type {Verilog Header} [get_files include.v]  //beforce this step ,ensure that include.v has already read in

read_xdc xxx.xdc

synth_design -top "top module" -part "型号"

write_checkpoint -force "综合后dcp文件名"

 

#******************ILA***********************************#

create_debug_core u_ila_0 ila

set_property C_DATA_DEPTH 1024 [get_debug_cores u_ila_0]

set_property C_TRIGIN_EN false [get_debug_cores u_ila_0]

set_property C_TRIGOUT_EN false [get_debug_cores u_ila_0]

set_property C_ADV_TRIGGER false [get_debug_cores u_ila_0]

set_property C_INPUT_PIPE_STAGES 0 [get_debug_cores u_ila_0]

 

set_prop

  • 0
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值