23 lines
380 B
Verilog
23 lines
380 B
Verilog
// generated by newgenasym Wed Jul 31 16:44:59 2019
|
|
|
|
|
|
module mpm3632 (agnd, bst, en, fb, out, out_sense, pg, pgnd, sw, vcc, vin);
|
|
input [1:0] agnd;
|
|
inout bst;
|
|
inout en;
|
|
inout fb;
|
|
output out;
|
|
output out_sense;
|
|
output pg;
|
|
input [3:0] pgnd;
|
|
output [2:0] sw;
|
|
output vcc;
|
|
input [1:0] vin;
|
|
|
|
|
|
initial
|
|
begin
|
|
end
|
|
|
|
endmodule
|