Arthur Asimov Heinlein
Junior Member level 3
I would like to write script for Cadence RTL compiler synthesis, using saed32nm tech libraries, but there are a lot of standard cell library files(.db .lib), I choose one of them but failed to perform the synthesis, saying the libraries do not have usable basic gates. Is this because I choose wrong library path and lib files or other reasons? My commands are as follows:
set_attribute hdl_search_path {./};
set_attribute lib_search_path {SEARCH PATH FOR LIB FILES};
set_attribute library [List LIBRARY_NAME.lib];
Hope someone could help me. Thanks very much!
set_attribute hdl_search_path {./};
set_attribute lib_search_path {SEARCH PATH FOR LIB FILES};
set_attribute library [List LIBRARY_NAME.lib];
Hope someone could help me. Thanks very much!