module top( (* LOC = "14" *) input di, (* LOC = "16" *) output do_1, (* LOC = "13" *) output do_2 ); assign do_1 = di; assign do_2 = di; endmodule