This commit is contained in:
leo 2023-11-01 17:30:49 +01:00
parent 038fe3c51a
commit 7ae9c9983e
Signed by: leo
GPG Key ID: 0DD993BFB2B307DB

View File

@ -32,7 +32,6 @@ ENTITY Command_Unit IS
ErrorSet: OUT std_logic_vector(3 downto 1); ErrorSet: OUT std_logic_vector(3 downto 1);
MsgRcv_SET: OUT std_logic MsgRcv_SET: OUT std_logic
DataNb_0: IN std_logic
); );
END Command_Unit; END Command_Unit;
@ -204,12 +203,9 @@ RCS : PROCESS(cState, LinSynchro, n_0)
BEGIN BEGIN
BitNb_EN <= '0'; BitNb_EN <= '0';
nbData_EN <= '0'; nbData_EN <= '0';
<<<<<<< HEAD
RecByte_WR <= '0'; RecByte_WR <= '0';
MsgRcv_SET <= '0'; MsgRcv_SET <= '0';
=======
>>>>>>> refs/remotes/origin/master
CASE cState IS CASE cState IS
WHEN waiting => WHEN waiting =>
if(LinSynchro = '0') THEN if(LinSynchro = '0') THEN
@ -295,11 +291,7 @@ BEGIN
WHEN syncFieldStop => WHEN syncFieldStop =>
if(n_0 = '1') then if(n_0 = '1') then
if(LinSynchro = '1') then if(LinSynchro = '1') then
<<<<<<< HEAD
RecByte_WR <= '1'; RecByte_WR <= '1';
=======
>>>>>>> refs/remotes/origin/master
else else
errs.ErrorStopBit <= '1'; errs.ErrorStopBit <= '1';
end if; end if;
@ -352,10 +344,7 @@ BEGIN
nbData_LOAD <= '1'; nbData_LOAD <= '1';
nbData_EN <= '1'; nbData_EN <= '1';
IdentifierField_EN <= '1'; IdentifierField_EN <= '1';
<<<<<<< HEAD
RecByte_WR <= '1'; RecByte_WR <= '1';
=======
>>>>>>> refs/remotes/origin/master
else else
errs.ErrorStopBit <= '1'; errs.ErrorStopBit <= '1';
end if; end if;