Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Sep 27, 2024
1 parent 53a23e8 commit a243ea6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions drv/grapefruit-seq-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,22 +161,9 @@ impl<S: SpiServer + Clone> ServerImpl<S> {
hl::sleep_for(2);
}

// Do we have to send the synchronization word ourself, or is it built
// into the bitstream?
// Same with device ID check
// Load bitstream
//
// SP_TO_FPGA_CFG_CLK / SP_TO_FPGA_CFG_DAT
// This is on SPI2, port B
//
// Wait for DONE (FPGA_TO_SP_CONFIG_DONE)

// Bind to the sequencer device on our SPI port
let seq = spi.device(drv_spi_api::devices::FPGA);

// TODO do we need to send the bus width / synchronization word / device
// ID ourselves, or are they built into the image?

let blob = aux
.get_blob_by_tag(*b"FPGA")
.map_err(|_| SeqError::AuxMissingBlob)?;
Expand Down

0 comments on commit a243ea6

Please sign in to comment.