You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
strange loop formating
IF (TRUE) THEN --enable or disable tc
REPORT " - Command decoder write test BEGIN ------------------------------";
-- fifo error ! needs additional byte
avalon_write(c_tb_FT2232H_rx_fifo_data, 0, i_avalon_rd, o_avalon_wr); -- write container length_low
-- send some dummy data to test synchronizer
FOR i IN 1 TO 10 LOOP
avalon_write(c_tb_FT2232H_rx_fifo_data, i, i_avalon_rd, o_avalon_wr); -- write container length_low
END LOOP;
avalon_write(c_tb_FT2232H_rx_fifo_data, 255, i_avalon_rd, o_avalon_wr); -- write container length_low
-- send some sync pattern (256*0x00) + 1* 0xFF
FOR i IN 1 TO 256 LOOP
strange numbers in code:
22
FOR i IN 1 TO 10 LOOP
avalon_write(c_tb_FT2232H_rx_fifo_data, i, i_avalon_rd, o_avalon_wr); 23
END LOOP;
avalon_write(c_tb_FT2232H_rx_fifo_data, 255, i_avalon_rd, o_avalon_wr); 24
25
FOR i IN 1 TO 256 LOOP
avalon_write(c_tb_FT2232H_rx
The text was updated successfully, but these errors were encountered:
formater_error.txt
strange indent:
REPORT "-----------------------------------------------------------------";
REPORT "-- FTDI_FPGA tc_read_write stared --";
REPORT "-- --";
REPORT "-- Test: Correct tx and rx fifo handling --";
REPORT "-- --";
REPORT "-----------------------------------------------------------------";
strange loop formating
IF (TRUE) THEN --enable or disable tc
REPORT " - Command decoder write test BEGIN ------------------------------";
-- fifo error ! needs additional byte
avalon_write(c_tb_FT2232H_rx_fifo_data, 0, i_avalon_rd, o_avalon_wr); -- write container length_low
strange numbers in code:
The text was updated successfully, but these errors were encountered: