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]
相关推荐
博览鸿蒙3 小时前
FPGA设计如何快速入门?(内附学习视频)
fpga开发
发光的沙子3 小时前
FPGA----基于ZYNQ 7020实现petalinux并运行一个程序
fpga开发
kanhao1004 小时前
【FPGA开发】什么是Streaming流式传输?流式传输的最主要的设计思想是什么?
fpga开发
知行合一←_←5 小时前
01硬件原理图
fpga开发
霖006 小时前
FPGA实战项目1——坦克大战
人工智能·经验分享·嵌入式硬件·学习·fpga开发·fpga
仰泳之鹅6 小时前
【HDLBits刷题】Verilog Language——1.Basics
fpga开发
霖002 天前
FPGA中级项目7———TFT显示与驱动
经验分享·fpga开发·学习方法·显示器·ip·集成学习
雪天鱼2 天前
DSP48E2 的 MAC模式功能仿真
fpga开发·fpga·dsp48e2
FPGA_Linuxer2 天前
FPGA DDR4多通道管理控制器设计
fpga开发
hahaha60164 天前
zynq7035的arm一秒钟最多可以支持触发多少次中断
fpga开发