1
0
SEm-Labos/05-Morse/Morse/hdl/symbolLengthCounter_studentVersion.vhd

12 lines
221 B
VHDL
Raw Normal View History

2024-02-23 13:01:05 +00:00
library Common;
use Common.CommonLib.all;
ARCHITECTURE studentVersion OF symbolLengthCounter IS
BEGIN
symbolValid <= '0';
symbolValue <= '0';
symbolDuration <= (others => '0');
END ARCHITECTURE studentVersion;