Исправил ошибку в подключении PBack.

This commit is contained in:
sokolovstanislav 2024-06-11 17:16:18 +03:00
parent 0b80c8a3d2
commit 072de08545
2 changed files with 1376 additions and 1781 deletions

File diff suppressed because it is too large Load Diff

View File

@ -97,7 +97,7 @@ begin
when PB_CONTROL_1_UPPER =>
data <= errorBuf;
when PB_CONTROL_1_LOWER =>
data <= controlBuf(7 downto 0);
data <= controlBuf;
when others =>
data <= (others => 'Z'); -- Запретить запись на шину
end case;