##// END OF EJS Templates
Se saca comando x"08" de la implementación. Este comando estaba indicado en la descripción y dejaba colgado al equipo en el momento de su configuración porque el pulsedesign genera este comando.
imanay -
r45:46
parent child
Show More
@@ -80,7 +80,7
80 when COMMAND_VAL => No newline at end of file
80 when COMMAND_VAL =>
81 if ready = '1' then No newline at end of file
81 if ready = '1' then
82 case data is
82 case data is
No newline at end of file
83 when X"78" | X"48" | X"58" | X"68" | X"70" | X"5C"| X"18" | X"00" | X"28" | X"30" | X"40" | X"43" | X"09" | X"16" | X"59" | X"45"=> No newline at end of file
83 when X"78" | X"48" | X"58" | X"68" | X"70" | X"5C"| X"18" | X"00" | X"28" | X"30" | X"40" | X"43" | X"09" | X"08" | X"59" | X"45"=> No newline at end of file
84 com_func_fsm <= WAIT_ACK; No newline at end of file
84 com_func_fsm <= WAIT_ACK;
85 when others => com_func_fsm <= IDLE; No newline at end of file
85 when others => com_func_fsm <= IDLE;
86 end case; No newline at end of file
86 end case;
General Comments 0
You need to be logged in to leave comments. Login now