Pārlūkot izejas kodu

Note to use max_get_burst_size

Samuel Thibault 4 gadi atpakaļ
vecāks
revīzija
3bb017fab6
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/drivers/max/driver_fpga.c

+ 1 - 0
src/drivers/max/driver_fpga.c

@@ -167,6 +167,7 @@ static void init_device_context(unsigned devid)
 
 	/* 0 would be seen as NULL, i.e. allocation failed... */
 	// FIXME: Maxeler FPGAs want 192-byte alignment
+	// TODO: use int 	max_get_burst_size (max_file_t *maxfile, const char *name)
 	current_address[devid] = (fpga_mem) (8192*192);
 	global_mem[devid] = 128ULL*1024*1024*1024;