Исправил ошибку в подключении PBack.
This commit is contained in:
parent
0b80c8a3d2
commit
072de08545
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user