03-26-2019 09:16 AM
Hi All,
How can I simulate the design, which includes the PLL (Advanced Phase Locked Loop PLL2_ADV primitive)?
Where can I find a simulation model of the PLL2_ADV? How could I bypass the PLL locking phase?
How can I simulate BUFG, which is also a part of my design?
Thank you!
03-26-2019 09:23 AM
03-26-2019 09:22 AM
For VHDL, I guess the following libraries take care of the Xilinx primitives, providing a simulation model.-
library unisim;
use unisim.vcomponents.all;
How can I simulate BUFG, which is also a part of my design?
You just instiantiate a BUFG in your design, call the unisim library, and drive the relevant signals from your testbench for simulation.
------------FPGA enthusiast------------
Consider giving "Kudos" if you like my answer. Please mark my post "Accept as solution" if my answer has solved your problem
03-26-2019 09:23 AM
03-26-2019 09:46 AM - edited 03-26-2019 09:47 AM
Google or search Xilinx forum!
I have given you the hint, good enough for you to pick up the rest...now don't be lazy! :-p
------------FPGA enthusiast------------
Consider giving "Kudos" if you like my answer. Please mark my post "Accept as solution" if my answer has solved your problem
03-26-2019 09:47 AM
Sure, thanks :-) Marking your answer as a solution .... :-)
09-16-2019 09:38 AM
09-16-2019 11:25 PM
Nevermind, all. Apparently, it just simulates a PLL primitive when you instantiate it. I just had it wired incorrectly..