Initial commit
This commit is contained in:
11
05-Morse/Morse/hdl/symbolLengthCounter_studentVersion.vhd
Normal file
11
05-Morse/Morse/hdl/symbolLengthCounter_studentVersion.vhd
Normal file
@@ -0,0 +1,11 @@
|
||||
library Common;
|
||||
use Common.CommonLib.all;
|
||||
|
||||
ARCHITECTURE studentVersion OF symbolLengthCounter IS
|
||||
BEGIN
|
||||
|
||||
symbolValid <= '0';
|
||||
symbolValue <= '0';
|
||||
symbolDuration <= (others => '0');
|
||||
|
||||
END ARCHITECTURE studentVersion;
|
||||
Reference in New Issue
Block a user