tnt
08/02/2023, 6:22 PM% get_nets -of_objects [get_pins mux1_I/cell0_I/Z]
_90596fdd3a560000_p_Net
% get_nets -of_objects [get_pins mux1_I/out]
_60586fdd3a560000_p_Net
They're not the same net ... even though realistically they should be !
% find_timing_path -from [all_inputs] -to [get_pins mux1_I/cell0_I/Z]
_207070dd3a560000_p_PathEnd
% find_timing_path -from [all_inputs] -to [get_pins mux1_I/out]
%
And as you see it finds timing path to the first one ... but not the second one ...Matt Liberty
08/07/2023, 9:28 PMtnt
08/08/2023, 3:12 PMtnt
08/08/2023, 3:13 PMsta
binary since that's what OpenLane2 seem to call for STA.Matt Liberty
08/08/2023, 4:26 PMtnt
08/08/2023, 4:34 PM