Skip to content

Commit 7ab79fb

Browse files
committed
fix comment
1 parent d1d338a commit 7ab79fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firmware/common/fpga_image.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ static size_t spifi_fpga_read_block_cb(void* _ctx, uint8_t* out_buffer)
7575
return lz4_blk_decompress(ctx->buffer, out_buffer, block_sz);
7676
}
7777

78-
// @brief Loads the FPGA bitstream from RAM
79-
// @param index
80-
// @return
78+
// @brief Load FPGA bitstream from SPIFI flash memory and program the FPGA.
79+
// @param index Index of the FPGA bitstream to load from flash.
80+
// @return true on success, false on failure.
8181
static bool fpga_image_load_from_spifi(unsigned int index)
8282
{
8383
// PRALINE: FPGA bitstream is in flash at 0x380000 (SPIFI mapped at 0x14380000)

0 commit comments

Comments
 (0)