module divider(
input wire CLR,
input wire Y,
output Q
);
・・・
endmodule;
5進カウンタをつくる
入力(SW),出力(LED)は
自分でつける
(配線が必要)
いままでの方法
配線の後、動作確認
修正=配線を変更