From 45093335ee46048dc45e7df8f20caeaea7a09155 Mon Sep 17 00:00:00 2001 From: Cahit Date: Mon, 20 Oct 2014 16:04:54 +0200 Subject: [PATCH] new pll core --- base/cores/pll_in200_out100.ipx | 8 ++++---- base/cores/pll_in200_out100.lpc | 13 ++++++++----- base/cores/pll_in200_out100.vhd | 10 ++++++---- 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/base/cores/pll_in200_out100.ipx b/base/cores/pll_in200_out100.ipx index 65763d1..f48d71f 100644 --- a/base/cores/pll_in200_out100.ipx +++ b/base/cores/pll_in200_out100.ipx @@ -1,8 +1,8 @@ - + - - - + + + diff --git a/base/cores/pll_in200_out100.lpc b/base/cores/pll_in200_out100.lpc index 4aa89ef..0de9de2 100644 --- a/base/cores/pll_in200_out100.lpc +++ b/base/cores/pll_in200_out100.lpc @@ -1,9 +1,9 @@ [Device] Family=latticeecp3 PartType=LFE3-150EA -PartName=LFE3-150EA-8FN1156C +PartName=LFE3-150EA-8FN672C SpeedGrade=8 -Package=FPBGA1156 +Package=FPBGA672 OperatingCondition=COM Status=P @@ -12,12 +12,12 @@ VendorName=Lattice Semiconductor Corporation CoreType=LPM CoreStatus=Demo CoreName=PLL -CoreRevision=5.3 +CoreRevision=5.6 ModuleName=pll_in200_out100 SourceFormat=VHDL ParameterFileVersion=1.0 -Date=12/14/2012 -Time=18:35:48 +Date=08/12/2014 +Time=13:36:33 [Parameters] Verilog=0 @@ -64,3 +64,6 @@ ClkOSBp=0 EnCLKOK=1 ClkOKBp=1 enClkOK2=0 + +[Command] +cmd_line= -w -n pll_in200_out100 -lang vhdl -synth synplify -arch ep5c00 -type pll -fin 200 -phase_cntl STATIC -bypassk -fclkop 100 -fclkop_tol 0.0 -fb_mode INTERNAL -noclkos -fclkok 200 -fclkok_tol 0.0 -use_rst -noclkok2 -bw diff --git a/base/cores/pll_in200_out100.vhd b/base/cores/pll_in200_out100.vhd index 583c729..e27172a 100644 --- a/base/cores/pll_in200_out100.vhd +++ b/base/cores/pll_in200_out100.vhd @@ -1,8 +1,8 @@ --- VHDL netlist generated by SCUBA Diamond_2.0_Production (151) --- Module Version: 5.3 ---/d/jspc29/lattice/diamond/2.0/ispfpga/bin/lin/scuba -w -n pll_in200_out100 -lang vhdl -synth synplify -arch ep5c00 -type pll -fin 200 -phase_cntl STATIC -bypassk -fclkop 100 -fclkop_tol 0.0 -fb_mode INTERNAL -noclkos -fclkok 200 -fclkok_tol 0.0 -use_rst -noclkok2 -bw -e +-- VHDL netlist generated by SCUBA Diamond (64-bit) 3.2.0.134 +-- Module Version: 5.6 +--/opt/lattice/diamond/3.2_x64/ispfpga/bin/lin64/scuba -w -n pll_in200_out100 -lang vhdl -synth synplify -arch ep5c00 -type pll -fin 200 -phase_cntl STATIC -bypassk -fclkop 100 -fclkop_tol 0.0 -fb_mode INTERNAL -noclkos -fclkok 200 -fclkok_tol 0.0 -use_rst -noclkok2 -bw --- Fri Dec 14 18:35:48 2012 +-- Tue Aug 12 13:36:34 2014 library IEEE; use IEEE.std_logic_1164.all; @@ -63,6 +63,8 @@ architecture Structure of pll_in200_out100 is attribute syn_keep : boolean; attribute syn_noprune : boolean; attribute syn_noprune of Structure : architecture is true; + attribute NGD_DRC_MASK : integer; + attribute NGD_DRC_MASK of Structure : architecture is 1; begin -- component instantiation statements -- 2.43.0