x393  1.0
FPGAcodeforElphelNC393camera
mpullup.v
Go to the documentation of this file.
1 
39 `timescale 1ns/1ps
40 
41 module mpullup(
42  output O
43 );
44  /* Instance template for module PULLUP **/
45  PULLUP PULLUP_i (
46  .O(O) // output
47  );
48 
49 
50 endmodule
51 
11460O
Definition: mpullup.v:42