Commit d054697e authored by Andrey Filippov's avatar Andrey Filippov
Browse files

corrected comment

parent 83f280bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -63,7 +63,7 @@ module dtt_iv_8x8#(
    ) (
    ) (
    input                            clk,           //!< system clock, posedge
    input                            clk,           //!< system clock, posedge
    input                            rst,           //!< sync reset
    input                            rst,           //!< sync reset
    input                            start,         //!< single-cycle start pulse that goes with the first pixel data.
    input                            start,         //!< single-cycle start pulse that goes 1 cycle before first data
    input                      [1:0] mode,          //!< DCT/DST: [1] - first (horizontal) pass, [0] - second (vertical) pass. 0 - DCT, 1 - DST  
    input                      [1:0] mode,          //!< DCT/DST: [1] - first (horizontal) pass, [0] - second (vertical) pass. 0 - DCT, 1 - DST  
                                                    // Next data should be sent in bursts of 8, pause of 8 - total 128 cycles
                                                    // Next data should be sent in bursts of 8, pause of 8 - total 128 cycles
    input  signed  [INPUT_WIDTH-1:0] xin,           //!< input data
    input  signed  [INPUT_WIDTH-1:0] xin,           //!< input data