aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/abc9_model.v
blob: 9e8048fafc650d150048750e158a0312248d81a2 (plain)
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