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.

Cadence problem with opening cells for editing

Status
Not open for further replies.

husseinadel

Full Member level 3
Joined
Jan 25, 2006
Messages
156
Helped
19
Reputation
38
Reaction score
6
Trophy points
1,298
Location
EGYPT,CAIRO
Activity points
2,647
i am using cadence ,,sometimes i built my own libraries and cell views,,then after closing and re-opening ,,a window appears telling me that it fails to open the cell view for editing and asks if i want to open it for read only,,,,,so how can i overcome this problem??? ,,i tried to change the permissions of the files of the cell view to be and library ,,but this didnt work please help

thanks
hussein
ASU
 

cadence cdslck

search for *.cdslck file in ur view, delete them.

better commands:
1. navigate to ur working directory: cd <my_working_dir>
2. search for these files: find ./ -name "*.cdslck"
3. delete all the resulting files: rm <file1> <file2> <file3>

This will help you, isA.
 
cadence .cdslck

You may use only one command line to delete all the .cdslck files:
find the_library_path -name '*.cdslck' -exec rm {} \;
Use the following command if you want to view what are deleted:
find the_library_path -name '*.cdslck' -print -exec rm {} \;
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top