I have been using TSMC 180nm Standard Cell Library before and here is its directory structure:
In the directory of synopsys, things are as followers:
The file slow.db is used to synthesize the RTL Verilog in Design Compiler.
Now,I got a TSMC 65nm Standard Cell Library with similar directory structure to TSMC 180nm Standard Cell Library:
But in the directory synopsys,there is no db files but just a README file:
This package contains no timing models. The timing models for this library are in separate *.tgz files whose name starts with "ft" and has an identical process, library and release name as the name of this tgz file.
My question is how could i get the db file like "slow.db" in TSMC 180nm Standard Cell Library?
Thanks!