Xilinx FPGA 管脚的默认电平配置方法 XDC约束

目录

未使用的引脚,XDC约束

c 复制代码
set_property BITSTREAM.CONFIG.UNUSEDPIN PULLDOWN [current_design]
set_property BITSTREAM.CONFIG.UNUSEDPIN PULLUP [current_design]
set_property BITSTREAM.CONFIG.UNUSEDPIN PULLNONE [current_design]

其他已使用的引脚,XDC约束

c 复制代码
set_property PULLDOWN true [get_ports RF28V_EN]
set_property PULLDOWN true [get_ports RF5V_EN]
set_property PULLUP true [get_ports LNA_EN]
set_property PULLDOWN true [get_ports PA_EN]
set_property PULLDOWN true [get_ports bypass_EN]
set_property PULLDOWN true [get_ports C1]
set_property PULLDOWN true [get_ports C2]
set_property PULLDOWN true [get_ports C3]
set_property PULLDOWN true [get_ports C4]
相关推荐
Seele Vollerei❀8 小时前
FPGA-DDS技术的波形发生器
fpga开发
2201_755183718 小时前
【FPGA】——DDS信号发生器设计
fpga开发
芯语新源9 小时前
designware IP如何被FPGA综合
fpga开发
Born_t0ward9 小时前
基于FPGA实现BPSK 调制
fpga开发
且听风吟56712 小时前
深度为16,位宽8bit的单端口SRAM——学习记录
学习·fpga开发
鸡精拌饭12 小时前
FPAG IP核调用小练习
fpga开发
爱喝西北风的东北风12 小时前
DDS波形发生器仿真及技术原理
单片机·嵌入式硬件·fpga开发
hahaha601616 小时前
Vccaux_IO在DDR3接口中的作用
fpga开发
Water_Sounds1 天前
【FPGA开发技巧】Modelsim仿真中,显示状态机的名称,而非编码数字
fpga开发
北京青翼科技1 天前
【PCIE736-0】基于 PCIE X16 总线架构的 4 路 QSFP28 100G 光纤通道处理平台
图像处理·人工智能·fpga开发·信号处理