The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Apr 18th, 2024, 5:01pm
Pages: 1
Send Topic Print
Verilog-A defined units in Spectre (Read 1891 times)
adelaid
New Member
*
Offline



Posts: 5

Verilog-A defined units in Spectre
Sep 03rd, 2014, 3:45am
 
Hello,  I am trying to do the model of an optical phase shifter in Verilog A. For that I defined the following disciplines:

// Optical Discipline
nature Losses
access = Loss;
abstol = 1e-6;
units = "dB";
endnature


discipline optical_losses
potential Losses;
enddiscipline


nature Phase
access = Phas;
abstol = 1e-6;
units = "rads";
endnature

discipline optical_phase
potential Phase;
enddiscipline




the problem is that in spectre when I simulate then the module, the units are not corresponding with what I defined here. Instead of Loss(dB), and Phas(rad)  it appears  Loss(Loss) and Phas(Phas).  What can be the problem??


Thank you in advance.


Back to top
 
 
View Profile   IP Logged
boe
Community Fellow
*****
Offline



Posts: 615

Re: Verilog-A defined units in Spectre
Reply #1 - Sep 3rd, 2014, 10:45am
 
Adelaid,
the viewer shows the wrong units? Then it is a tool issue...
- B O E
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.