Forum Discussion

minjoolee's avatar
minjoolee
Icon for New Contributor rankNew Contributor
4 years ago

How to generate ALLPLL in S10 ?

Hi,

I am tried to converter old pll in quartus 13.1 to quartus pro 21.x

OLD ALLPLT has scanclk/scandataout port from tool .

// synopsys translate_off
`timescale 1 ps / 1 ps
// synopsys translate_on
module pll_cnfgrbl (
areset,
configupdate,
inclk0,
scanclk,
scanclkena,
scandata,
c0,
c1,
c2,
locked,
scandataout,
scandone);

input arese

how to generate same PLL for s10 ?

I can't see scanclk/scankena/scnadata pin option in quartus pro 21.x

3 Replies