pico-ice-video/ice/top.sv

8 lines
86 B
Systemverilog
Raw Normal View History

2024-09-26 14:28:41 +00:00
module top
(
input wire clk,
input wire start,
output wire [7:0] data
);
endmodule