'Timescale: Input Wire Output Wire Output Wire Wire Wire
'Timescale: Input Wire Output Wire Output Wire Wire Wire
'Timescale: Input Wire Output Wire Output Wire Wire Wire
`timescale 1 ns / 1 ps
module PLL (CLK, CLKOP, LOCK)/* synthesis NGD_DRC_MASK=1 */;
input wire CLK;
output wire CLKOP;
output wire LOCK;
wire CLKOP_t;
wire scuba_vlo;
// synopsys translate_off
defparam PLLInst_0.CLKOK_BYPASS = "DISABLED" ;
defparam PLLInst_0.CLKOS_BYPASS = "DISABLED" ;
defparam PLLInst_0.CLKOP_BYPASS = "DISABLED" ;
defparam PLLInst_0.PHASE_CNTL = "STATIC" ;
defparam PLLInst_0.DUTY = 8 ;
defparam PLLInst_0.PHASEADJ = "0.0" ;
defparam PLLInst_0.CLKOK_DIV = 2 ;
defparam PLLInst_0.CLKOP_DIV = 8 ;
defparam PLLInst_0.CLKFB_DIV = 1 ;
defparam PLLInst_0.CLKI_DIV = 1 ;
// synopsys translate_on
EPLLD1 PLLInst_0 (.CLKI(CLK), .CLKFB(CLKOP_t), .RST(scuba_vlo), .RSTK(scuba_vlo),
.DPAMODE(scuba_vlo), .DRPAI3(scuba_vlo), .DRPAI2(scuba_vlo), .DRPAI1(scuba_vlo),
.DRPAI0(scuba_vlo), .DFPAI3(scuba_vlo), .DFPAI2(scuba_vlo), .DFPAI1(scuba_vlo),
.DFPAI0(scuba_vlo), .PWD(scuba_vlo), .CLKOP(CLKOP_t), .CLKOS(),
.CLKOK(), .LOCK(LOCK), .CLKINTFB())
/* synthesis CLKOK_BYPASS="DISABLED" */
/* synthesis CLKOS_BYPASS="DISABLED" */
/* synthesis FREQUENCY_PIN_CLKOP="100.000000" */
/* synthesis CLKOP_BYPASS="DISABLED" */
/* synthesis PHASE_CNTL="STATIC" */
/* synthesis DUTY="8" */
/* synthesis PHASEADJ="0.0" */
/* synthesis FREQUENCY_PIN_CLKI="100.000000" */
/* synthesis CLKOK_DIV="2" */
/* synthesis CLKOP_DIV="8" */
/* synthesis CLKFB_DIV="1" */
/* synthesis CLKI_DIV="1" */
/* synthesis FIN="100.000000" */;
// exemplar begin
// exemplar attribute PLLInst_0 CLKOK_BYPASS DISABLED
// exemplar attribute PLLInst_0 CLKOS_BYPASS DISABLED
// exemplar attribute PLLInst_0 FREQUENCY_PIN_CLKOP 100.000000
-1-
D:\DATA\Produits\Resolver\_FPGA\PLL.v mardi 21 décembre 2021 16:05
endmodule
-2-