ISP/isp.v

9 lines
80 B
Coq
Raw Normal View History

2024-05-09 22:56:32 +08:00
`timescale 1ns/1ps
module isp #(
parameters
) (
ports
);
endmodule