Telegram Web
Channel created
Channel photo removed
Did you know that Xilinx FPGA have Dynamically Reconfigurable Look-Up Table (LUT)?
It's called CFGLUT5

Note: This component occupies one of the eight LUT6 components within a CLBM.

#UG974 #Xilinx #recongif
This element is a runtime, dynamically reconfigurable, LUT5 that enables the changing of the function of the LUT during circuit operation. Using the CDI pin, a
new INIT to change the logical function.
Block RAM initialization content in VHDL|Verilog can be affected for both synthesis and simulation within the instantiated component. Modifying the values of the generic map (VHDL) or defparam (Verilog) affects both the simulation behavior and the implemented synthesis results. Inferred block RAM can be initialized as well.

#UG573 #Xilinx #BRAM #RAMB #defparam #INIT
Key differences between BlockRAM and UltraRAMwell.

#UG573 #Xilinx #BRAM #UltraRAM
Virtex Ultrascale+ VU13P dramatically boost DSP capacity (compare with VU9P)
Two approaches to getting device-DNA from FPGA using Vivado:
1. GUI based solution
2. TCL based solution

https://www.xilinx.com/support/answers/64178.html

AR#64178 #DNA #TCL
Latency-insensitive Environment for Application Programming (LEAP) is a set of modules that provide a convenient platform for the development of FPGA-based applications.

http://www.leap-fpga.org/
RTL, Cmodel, and testbench for NVIDIA Deep Learning Accelerator (NVDLA). It's a free and open architecture that promotes a standard way to design deep learning inference accelerators.

https://github.com/nvdla/hw
Good solution to replace direct instantiating vendor-dependent clock buffer BUFG like that:

BUFG bufg_inst (
.I(clkin),
.O(clk_pcie)
);

instread to use the HDL-pragma like that (verilog):

(* clock_buffer_type = "BUFG" *) input clk_pcie;

Another BUFx type also aplicable for this pragma

#Xilinx #BUFG #primitives
Xilinx Ultrascale/US+ Cheatsheet for PLL/MMCM settings #Xilinx #US #US+ #PLLE #MMCME
Simple example for family-independent approach. Just pass -verilog_define ULTRASCALE as option to synth_design cmd. Or don't pass.
Excellent example for create constraint in case of using standalone (and cascaded!) clock multiplexors in FPGA:
https://www.xilinx.com/support/answers/59484.html

#Xilinx #BUFGMUX #XDC #ClockMux
XAPP888.PLL.Dynamic.Reconfiguration.pdf
455.2 KB
Good starting point how to work with dynamically tuned PLL/MMCM by DRP #XAPP888 #PLL #MMCM #Xilinx #PDF
XAPP888.PLL.Dynamic.Reconfiguration.zip
125.5 KB
Good starting point how to work with dynamically tuned PLL/MMCM by DRP #XAPP888 #PLL #MMCM #Xilinx #sources
Reusable Integration Framework for FPGA Accelerators (RIFFA) is a simple framework for communicating data from a host CPU to a FPGA via a PCI-E. RIFFA supports Windows/Linux, Altera/Xilinx, with bindings for C/C++, Python, MATLAB and Java.

https://github.com/KastnerRG/riffa
#PCI-E #DMA #Linux
2025/07/13 10:46:02
Back to Top
HTML Embed Code: