39
ECP5 and ECP5-5G sysCLOCK
PLL/DLL Design and Usage Guide
module PLLREFCS(CLK0, CLK1, SEL, PLLCSOUT);
input CLK0, CLK1, SEL;
output PLLCSOUT;
endmodule;
PLLREFCS Instantiation
PLLREFCS PLLREFCSInst0 (
.CLK0 (CLK_0)
,.CLK1 (CLK_1)
,.SEL (SELECT)
,.PLLCSOUT (CLK_OUT));
Technical Support Assistance
Submit a technical support case through
www.latticesemi.com/techsupport
.
Revision History
Date
Version
Change Summary
November 2015
1.1
Added support for ECP5-5G.
Changed document title to ECP5 and ECP5-5G sysCLOCK
PLL/DLL Design and Usage Guide.
section. Removed paragraph on
STDBY port.
section. Replaced
Figure 30, Clarity Designer Main Window for PLL Module.
March 2014
01.0
Initial Release