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_3_studentVersion.vhd

5 lines
86 B
VHDL
Raw Normal View History

2024-03-22 12:16:48 +00:00
architecture studentVersion of ex_24_1_3 is
begin
pwmEn <= '0';
end studentVersion;