Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Diameter problems in Ocean simulation

Status
Not open for further replies.

adix

Junior Member level 2
Joined
Mar 5, 2011
Messages
21
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,283
Activity points
1,408
Hi all,
I have a problem when I try to run ocean simulations with my technology. The problem is that in schematics I have to put the size of the transistor without adding "u" or "n" (indicating micro or nano). If I add u or n, it will show an error. E.g. if I want a mos with length 400n I have to put just 0.4. When I run the spectre simulation in ADE it works perfectly. When I run the same simulation in ocean it shows errors about the size of the transistors. I tried to open the netlist and indeed the length of the transistor is 0.4 (meters!!!) Any idea on how to solve the issue? Thanks in advance...
 

Re: ocean simulation problem

Use ocean's scale option:
Code:
option(	'digits   "" 
	'scale    "1.0e-6" 
	'temp     "27.0" 
	'iabstol  "1e-10" 
)
 
  • Like
Reactions: adix

    adix

    Points: 2
    Helpful Answer Positive Rating
Re: ocean simulation problem

Wow!! It worked!! Thanks a lot!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top