Apr 3, 2025 #1 B bradji Newbie 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
Apr 3, 2025 #2 A ahsrabrifat Advanced Member level 4 Joined Jan 20, 2025 Messages 100 Helped 2 Reputation 4 Reaction score 16 Trophy points 18 Activity points 559 bradji said: 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 Click to expand... 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> Upvote 0 Downvote
bradji said: 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 Click to expand... 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>
Apr 3, 2025 #3 B bradji Newbie Joined Oct 28, 2024 Messages 2 Helped 0 Reputation 0 Reaction score 0 Trophy points 1 Activity points 31 ahsrabrifat said: 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> Click to expand... 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 Upvote 0 Downvote
ahsrabrifat said: 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> Click to expand... 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