完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨 - 我希望Vivado使用`define enabled来编译我的RTL(即,处理所有文件,好像他们在顶部定义了FOO)。
你在哪里指定这个? 非常感谢! / J Ps - 我试图搜索这个但是空了 - 也许是因为它不会识别`作为字符串的一部分...... 8- [ 以上来自于谷歌翻译 以下为原文 Hi - I want Vivado to compile my RTL with a `define enabled (i.e., process all files as if they had `define FOO at the top). Where do you specify this? Thanks Very Much! /j Ps - I tried to search on this but came up empty - perhaps because it won't recognize the ` as part of the string....8-[ |
|
相关推荐
2个回答
|
|
您没有说您是在项目还是非项目批处理模式...
在项目模式下,在Flow Navigator中,转到项目设置 - >语言选项 - > Verilog选项。 在“定义”部分中,单击“添加”,然后在弹出窗口中输入要定义的宏名称(不带`),并在必要时输入值。 等效Tcl命令是 set_property verilog_define abc = def [current_fileset] 这相当于拥有 `define abc = def 在你的Verilog文件中。 如果有多个定义,请使用列表 set_property verilog_define {abc = def xxx = yyy} [current_fileset] 在非项目模式下,将其指定为synth_design命令的选项 synth_design -verilog_define abc = def -verilog_define xxx = yyy Avrum 以上来自于谷歌翻译 以下为原文 You don't say if you are in project or non-project batch mode... In Project mode, in the Flow Navigator, go to Project Settings -> Language Options -> Verilog Options. In the Defines section click "Add" and in the pop-up put in the name of the macro (without the `) you want to define, and a value if necessary. The equivalen Tcl command is set_property verilog_define abc=def [current_fileset] which is the equivalent of having `define abc=def in your Verilog file. If there is more than one define, use a list set_property verilog_define {abc=def xxx=yyy} [current_fileset] In non-project mode, you specify it as an option to the synth_design command synth_design -verilog_define abc=def -verilog_define xxx=yyy Avrum |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
2360 浏览 7 评论
2779 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2247 浏览 9 评论
3324 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2411 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
725浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
520浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
330浏览 1评论
734浏览 0评论
1933浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-5 13:24 , Processed in 2.450373 second(s), Total 49, Slave 42 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号