1
0
This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
SEm-ExamMidterm2024/VHD/hdl/ex_24_1_5_studentVersion.vhd
2024-03-22 13:16:48 +01:00

6 lines
113 B
VHDL

architecture studentVersion of ex_24_1_5 is
begin
speed <= (others => '0');
done <= '0';
end studentVersion;