2025-01-07 19:29:47 -08:00

14 lines
154 B
Verilog

// generated by newgenasym Fri Jun 21 11:27:11 2024
module ss16fp (a, c);
inout a;
inout c;
initial
begin
end
endmodule