两种方法解决cadence库lock的删除.cdslck文件问题(总结)
(2011-10-12 11:21:11)
标签:
it |
(1)在linux里面:
文件的位置
./lib_name/cell/view*/*/*.cdslck
批量删除,带提示
(2)How do I open the locked file in edit mode?
Go the folder in which your design files are stored. Depending on the number of views your design has, you will have folders named schematic, symbol etc. Go to the folder schematic. You might see the files master.tag pc.db prop.xx sch.cd% sch.cd- sch.cdb sch.cdb.cdslck etc. Leave the files master.tag pc.db prop.xx sch.cdb and delete the other files (using rm filename). After this process you should be able to open the file in edit mode. While doing this you should not have any other cadence session accessing the particular file in edit mode (for example you might be accessing the file from home using Xwin).
文件的位置
批量删除,带提示
(2)How do I open the locked file in edit mode?
Go the folder in which your design files are stored. Depending on the number of views your design has, you will have folders named schematic, symbol etc. Go to the folder schematic. You might see the files master.tag pc.db prop.xx sch.cd% sch.cd- sch.cdb sch.cdb.cdslck etc. Leave the files master.tag pc.db prop.xx sch.cdb and delete the other files (using rm filename). After this process you should be able to open the file in edit mode. While doing this you should not have any other cadence session accessing the particular file in edit mode (for example you might be accessing the file from home using Xwin).