1 2 3 4 5 6 7
(* abc9_box *) module \$__ABC9_DELAY (input I, output O); parameter DELAY = 0; specify (I => O) = DELAY; endspecify endmodule