giggs11
Member level 3
hi,
I've written my setup file as such:
target library {core_cell.db}
link_library {* IO_cell.db Wire_load.db}
symbol_library {core_cell.sdb IO_cell.sdb}
Assuming that the syntax above is right, My questions are:
1) Can two .sdb libraries be declared under symbol library?
2) IO_cell.db contains all the IO buffers to be used. Should be declared together with core_cell.db under target library...?
I'm also trying to set the drive strength of one the inputs in the design to the drive of an output pin of an IO buffer. The problem is the IO_cell.db is declared in link_library. So when i run the command below :
set_drive -rise drive_of (IO_cell/IBUF/Z) "iInput2"
The compiler reports an error because the library can;t be found. How do i write the command above to use a cell from a library in the link library...?
Help much needed and thus hugely appreciated,
Thanks.
I've written my setup file as such:
target library {core_cell.db}
link_library {* IO_cell.db Wire_load.db}
symbol_library {core_cell.sdb IO_cell.sdb}
Assuming that the syntax above is right, My questions are:
1) Can two .sdb libraries be declared under symbol library?
2) IO_cell.db contains all the IO buffers to be used. Should be declared together with core_cell.db under target library...?
I'm also trying to set the drive strength of one the inputs in the design to the drive of an output pin of an IO buffer. The problem is the IO_cell.db is declared in link_library. So when i run the command below :
set_drive -rise drive_of (IO_cell/IBUF/Z) "iInput2"
The compiler reports an error because the library can;t be found. How do i write the command above to use a cell from a library in the link library...?
Help much needed and thus hugely appreciated,
Thanks.