yosys/techlibs/common/abc9_model.v

8 lines
136 B
Coq
Raw Normal View History

(* abc9_box *)
module \$__ABC9_DELAY (input I, output O);
parameter DELAY = 0;
specify
(I => O) = DELAY;
endspecify
endmodule