Skip to content

Commit

Permalink
ЛР13. Добавление сигнала сброса в описании PS2Receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
HepoH3 authored May 21, 2024
1 parent dfe210d commit af51ef6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Labs/13. Peripheral units/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ endmodule

```SystemVerilog
module PS2Receiver(
input clk_i, // Сигнал тактирования процессора и вашего модуля-контроллера
input clk_i, // Сигнал тактирования
input rst_i, // Сигнал сброса
input kclk_i, // Тактовый сигнал, приходящий с клавиатуры
input kdata_i, // Сигнал данных, приходящий с клавиатуры
output [7:0] keycode_o, // Сигнал полученного с клавиатуры скан-кода клавиши
Expand Down

0 comments on commit af51ef6

Please sign in to comment.