The-OpenROAD-Project / OpenSTA

OpenSTA engine
GNU General Public License v3.0
404 stars 173 forks source link

set_input_transition -clock_fall requires value argument #105

Closed Chopper455 closed 2 years ago

Chopper455 commented 2 years ago

Tcl procedure to parse arguments in set_input_transition treats -clock_fall as a key, not as a flag. Regardless of the fact that it isn't used later.

proc set_input_transition { args } { parse_key_args "set_input_transition" args keys {-clock -clock_fall} \ flags {-rise -fall -max -min}

jjcherry56 commented 2 years ago

I fixed it to report an error because it is not supported.