proj.add

来自「This lab exercise will cover the use of 」· ADD 代码 · 共 15 行

ADD
15
字号

#       AccelDSP 8.1.1 build 690 Production, compiled Apr 26 2006 
# 
#    THIS IS UNPUBLISHED, LICENSED SOFTWARE THAT IS THE CONFIDENTIAL 
#        AND PROPRIETARY PROPERTY OF XILINX OR ITS LICENSORS 
# 
#     Copyright(c) Xilinx, Inc., 2000-2006, All Rights Reserved. 
#     Reproduction or reuse, in any form, without the explicit written 
#     consent of Xilinx, Inc., is strictly prohibited. 

SetDirective -designfunction {for n.synth_filter}
SetDirective -memmap sp_sync_rom {for n.synth_filter.Variables.coeff}
SetDirective -quantize {fixed floor wrap {16 13}} {for n.synth_filter.Ports.Inputs.FilterIn}
SetDirective -quantize {fixed floor wrap {16 13}} {for n.synth_filter.Ports.Outputs.FilterOut}

⌨️ 快捷键说明

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