Исправил ошибку в подключении 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 =>
|
when PB_CONTROL_1_UPPER =>
|
||||||
data <= errorBuf;
|
data <= errorBuf;
|
||||||
when PB_CONTROL_1_LOWER =>
|
when PB_CONTROL_1_LOWER =>
|
||||||
data <= controlBuf(7 downto 0);
|
data <= controlBuf;
|
||||||
when others =>
|
when others =>
|
||||||
data <= (others => 'Z'); -- Запретить запись на шину
|
data <= (others => 'Z'); -- Запретить запись на шину
|
||||||
end case;
|
end case;
|
||||||
|
Loading…
Reference in New Issue
Block a user