The following timing exceptions are not currently affecting timing in the
design. Either no paths in the design satisfy the exception's path
specification, or all paths that satisfy the path specification also satisfy an
exception with a higher priority. You can improve runtime and memory usage by
removing these exceptions if they are not truly needed. To see if there is a
path in the design that satisfies the path specification for an exception, or
to see what other exception is overriding an exception because of priority, use
the command:
report timing -paths [eval [::legacy::get_attribute paths <exception>]]
GENUS手册里有写异步复位会被设置ideal_network属性,Usually Genus recognizes resets 指的是这个么?ideal_network属性的作用应该是忽略网络延迟吧?还会自动设置false path么?确实删掉set_false_path就不报Timing exceptions with no effect了,但是report timing -unconstrained -from [get_ports rst]还是会报UNCONSTRAINED。