Skip to content

Commit

Permalink
update agfi; remove trailing white
Browse files Browse the repository at this point in the history
  • Loading branch information
kaasaraai-jump committed Sep 5, 2023
1 parent 70eead9 commit ea30f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/wiredancer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ WD adopts an asynchronous API. In fact WD uses the same Tango mcache mechanism
- `source $AWS-FPGA/sdk_setup.sh`

+ Load WD image on FPGA slot-0
- `sudo fpga-load-local-image -S 0 -I agfi-0d26fb98c51ff6b7b`
- `sudo fpga-load-local-image -S 0 -I agfi-01051ff14d1bba4e0`

+ Make FD with WD support
- `./deps.sh`
Expand Down
2 changes: 1 addition & 1 deletion src/wiredancer/test/fd_replay_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ fd_replay_tile_loop( fd_cnc_t * cnc,
// cnc_diag_pcap_done = 1UL;
// --------------------------------------
// pcap_file = freopen( pcap_path, "r", pcap_file ); /* Note: freopen */
rewind( fd_pcap_iter_delete( pcap_iter ) );
rewind( fd_pcap_iter_delete( pcap_iter ) );
pcap_iter = fd_pcap_iter_new( pcap_file );
if( FD_UNLIKELY( !pcap_iter ) ) { FD_LOG_WARNING(( "fd_pcap_iter_new failed" )); return 1; }
FD_COMPILER_MFENCE();
Expand Down

0 comments on commit ea30f21

Please sign in to comment.