Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Attached file is corrupted by added numbers #16

Open
sinx88 opened this issue Apr 22, 2021 · 1 comment
Open

Attached file is corrupted by added numbers #16

sinx88 opened this issue Apr 22, 2021 · 1 comment

Comments

@sinx88
Copy link

sinx88 commented Apr 22, 2021

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

            -- 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
@sinx88
Copy link
Author

sinx88 commented Apr 22, 2021

Formater seems to have problems with ----, ==== in strings.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant