Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

The tempus tool failed while performing eco flow in cmmmc mode

bradji

Newbie
Newbie level 2
Joined
Oct 28, 2024
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
31
  • When I read def, I report an error
    **ERROR: (UI-93): read_def cannot be used in timer mode

    PS:My script was copied from the eco script given by tempus
 
  • When I read def, I report an error
    **ERROR: (UI-93): read_def cannot be used in timer mode

    PS:My script was copied from the eco script given by tempus
In CMMMC timer mode, read_def is not supported, but you can try:
Use read_sdf for timing annotations:
Code:
read_sdf <your_sdf_file>
 
In CMMMC timer mode, read_def is not supported, but you can try:
Use read_sdf for timing annotations:
Code:
read_sdf <your_sdf_file>
I read def to consider the DRC problem when repairing timing, so I don't need to read SDF. In addition, I would like to ask why I normally enter CMMMC mode to read def, and it will show me that I am in timer mode
 

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top