The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
May 1st, 2024, 2:01am
Pages: 1
Send Topic Print
Disable updating DefValue of CDF Parameter from Verilog-A in Cadence IC6 (Read 1387 times)
cheap_salary
Senior Member
****
Offline



Posts: 162

Disable updating DefValue of CDF Parameter from Verilog-A in Cadence IC6
Sep 15th, 2016, 8:23am
 
DefValue of CDF parameters are updated from "parameter statement" in Verilog-A everytime I save Verilog-A code in Cadence IC6.

However this operation is troublesome.
DefValue of CDF parameters were not affected at all in Cadence IC5.

Is there any method to disable this operation in Cadence IC6 ?

Code:
parameter real Tari = 6.25u from [6.25u:25u];
parameter real Delimiter = 12.5u from [0.95*12.5u:1.05*12.5u];
parameter real Tsymb_0 = Tari;
parameter real Tsymb_1 = 2*Tari from [1.5*Tari:2*Tari];
parameter real RTcal = 2.75*Tari from [2.5*Tari:3*Tari];
parameter real TRcal = 2*RTcal from [1.1*RTcal:3*RTcal];
parameter real Tpw = 0.5*Tari;
parameter real tt = 0.33*Tari from (0.0:0.33*Tari]; //transition time of output 


Back to top
 
 
View Profile   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.