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.

PROBLEM IN CADENCE TOOL PLEASE HELP ME...

Status
Not open for further replies.

prashanthsree

Newbie level 1
Joined
Nov 23, 2006
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,292
nedit veriloga

I am designing DIGITAL PHASE LOCKED LOOP using CADENCE.

I have written VERILOG-A code for the Digital Phase Locked Loop. But the actual problem is :--

1. I am opening Verilog-A window from CIW and editing the verilog code. It is giving `include "constants.vams" instead of `include "constants.h".
2. If I edit the verilog code by Pressing Insert command, I am unable to save the text editor.
3. I am read in Cadence tutorial that after saving the verilog-A code it will generate the errors and it will automatically displays the block diagram of the code.
4. How to delete the swap file .. For editing the text editor file again it is showing the message that swap file is created and it should be deleted..
 

Try to use another text editor. For example "nedit" with verilog-a highlight.
For change editor u'll need to change system variable "EDITOR " (e.g. type "export EDITOR=nedit" in bash shell).
 

You can put the following line into your .cdsinit file:

editor = "/usr/X11R6/bin/nedit"
 

Hi prashanthsree
I have installed the Cadence software, but I can't use the Verilog-A and can't open the CIW. How can I use the Verilog-A?
Besides, Can you e-mail me the Cadence tutorial? my e-mail: zgz1983@126.com
thank you!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top