kshitij008
Newbie level 4

Hi All ,
I am setting the libraries for design compilers like this
Whenever I am running this in dc_shell
I am getting an error in design compiler
Error : Current design is not found
I dont know how to resolve this ????
I am setting the libraries for design compilers like this
HTML:
set std_path /home/kshitij/Libaries
set memories /home/kshitij/memories
set std_cells $std_path/synopsys
set mem_cell $memories/MEM
set search_path [ concat $search_path ${std_cells} ${mem_cell}]
set target_library $std_cells/STD_CELL.db
set link_library [ $target_libaray]
I am getting an error in design compiler
Error : Current design is not found
I dont know how to resolve this ????