22 lines
337 B
Verilog
22 lines
337 B
Verilog
// generated by newgenasym Thu Aug 01 14:31:15 2019
|
|
|
|
|
|
module mpm3833 (agnd, en, fb, nc, out, out_s, pg, pgnd, sw, vin);
|
|
input agnd;
|
|
inout en;
|
|
output fb;
|
|
inout nc;
|
|
output out;
|
|
output out_s;
|
|
inout pg;
|
|
input pgnd;
|
|
output [1:0] sw;
|
|
input [1:0] vin;
|
|
|
|
|
|
initial
|
|
begin
|
|
end
|
|
|
|
endmodule
|