Thursday, April 1, 2010

commands to convert synopsys .lib format into db format

TO convert synopsys .lib format into db format, as the synopsys synthesis can only read db format
use the below commands,

read_lib
write_lib -f db -o libname

-f stands for format
-o is output

4 comments:

Anonymous said...

In DC itself?

Arnab Halder said...

Yes this is to be entered in dc shell.

Arnab Halder said...

Yes this is to be entered in dc shell.

Unknown said...

How to go in the other direction? I mean I have .db and want to make a .lib so that I can compare the contents to a golden .lib.