Synplify定义全局变量

发布时间:2024年01月02日

GUI:

option——>Verilog——>Compiler Directives

如果代码里面定义了`ifdef FPGA

那在Compiler Directives处填写 FPGA=1即可

如果有多个,变量中间加空格:

FPGA=1 ASIC=1

使用脚本:

set_option -hdl_define -set "FPGA=1 ASIC=0"

文章来源:https://blog.csdn.net/Y__Yshans/article/details/135346497
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。