Calling Store Proc From one PLL to Another PLL
637793May 6 2008 — edited May 23 2008Hi
I have massive code in one single PLL, Now when we add one single line into code it gives the error " too large program" ( as its Limit up to 64K). Now am planing to split this PLL into small modules where i can refer one module PLL store proc to any other module PLL.
For example :
Step 1 : say test1.pll(MainPll) have Package test1 and proc t1,t2,t3
Step2 : say another PLL test2 (Attached to test1) have Package test2 and proc t11,t22,t33
Step 3 : If i want to call t22 into t1, or call t3 into t11, or t1 call t22. etc..
Thanks in Advance