kannanunni
Member level 1
- Joined
- Nov 27, 2014
- Messages
- 39
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 8
- Location
- Trivandrum, Kerala
- Activity points
- 318
My timing report on initial phase shows clock buffers and inverters and this might cause considerable delay in later stages. so i want to don't use these cells after initial loading..(Cadence Encounter PVS)
but upon trying command set_dont_use [get_lib_cells Lib_name/*cLK*] true
will result in.. ERROR...
[DEV]encounter 10> set_dont_use [get_lib_cells fast.lib/*CLK*] true
**WARN: (TCLCMD-513): No matching object found for 'fast.lib/*CLK*'
**ERROR: (TCLCMD-917): Cannot find 'library cells' that match 'fast.lib/*CLK*'
**ERROR: (TCLCMD-917): Cannot find 'modules, or cells' that match ''
Can anyone help on this issue..
please provide command format and library...
Thanks in advance....
but upon trying command set_dont_use [get_lib_cells Lib_name/*cLK*] true
will result in.. ERROR...
[DEV]encounter 10> set_dont_use [get_lib_cells fast.lib/*CLK*] true
**WARN: (TCLCMD-513): No matching object found for 'fast.lib/*CLK*'
**ERROR: (TCLCMD-917): Cannot find 'library cells' that match 'fast.lib/*CLK*'
**ERROR: (TCLCMD-917): Cannot find 'modules, or cells' that match ''
Can anyone help on this issue..
please provide command format and library...
Thanks in advance....