Re/Coder

知識蓄積備忘録/State-of-the-Ars

2016-11-01から1ヶ月間の記事一覧

【VHDL】7セグメントLEDディスプレイ×4に対応した10進数カウンタ

VHDLによる設計 チャタリング除去回路<ELIMINATOR.vhdl> library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_unsigned.all; use IEEE.std_logic_arith.all; use IEEE.numeric_std.all; entity ELIMINATOR is port ( CLK : in std_logic; SW : in std_logic; SOUT</eliminator.vhdl>…