記事サポート
2022年10月31日
Interface編集部
Gowin Vol.3 第3部第3章 リスト4
module ov2640_m
(
input wire clk,
input wire rst,
output reg finished = 0,
input wire resend,
output reg [15:0] command = 0,
input wire advance
);
/* 処理内容はコンパイラが自動生成した内容になるので省略 */
endmodule