Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

How to generate reconfig for S10 ?

minjoolee
Employee
845 Views

HI,

 

This reconfig from ver 13.x

now I want to generate at 21.x

 

minjoolee_0-1641905885143.png

 which has like this

 

module reconfig_pll_pllrcfg_vvr
(
busy,
clock,
counter_param,
counter_type,
data_in,
data_out,
pll_areset,
pll_areset_in,
pll_configupdate,
pll_scanclk,
pll_scanclkena,
pll_scandata,
pll_scandataout,
pll_scandone,
read_param,

 

 

 

 

 

but generated from quartus pro 21.x 

 

I can't find  PLL which has scanclk / scnaldata,

 

Can you tell me how to generate ? 

0 Kudos
2 Replies
sstrell
Honored Contributor III
836 Views

You shouldn't double-post.  See my reply in the other forum.

0 Kudos
minjoolee
Employee
831 Views

other about from ALTPLL to IOPLL intel FPGA IP.

 

this one from ATL_RECONFIG   to IOPLL Reconfig Intel FPGA IP.

 

Re-generation ok, but I will don't know how to .

 

There are too many port changed and 

 

pll_scanclk,
pll_scanclkena,
pll_scandata,
pll_scandataout,
pll_scandone,

 

can't see in 21.x 

 

also old one doesn't require *.mif but in21.x is required .

 

My old project can synthesis without error , it means that I was not need *.mif 

 

1) *.mif 

     how to make for replacement of old ip from 13.x

 

2) port missing

   so many port are not shown in 21.x.  how to generate in 21.x , 

   Let me get right way 

 

 

thanks

 

0 Kudos
Reply