aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/abc9_model.v
blob: c0c5dc2fda55bf3d81b96ea06eae85f8967ded99 (plain)
1
2
3
4
5
6
7
8
9
10
module \$__ABC9_FF_ (input D, output Q);
endmodule

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