Initial commit
This commit is contained in:
6
05-Morse/Morse/hdl/characterRegister_studentVersion.vhd
Normal file
6
05-Morse/Morse/hdl/characterRegister_studentVersion.vhd
Normal file
@ -0,0 +1,6 @@
|
||||
ARCHITECTURE studentVersion OF characterRegister IS
|
||||
BEGIN
|
||||
|
||||
charOut <= (others => '0');
|
||||
|
||||
END ARCHITECTURE studentVersion;
|
Reference in New Issue
Block a user