Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gimlet-seq-server: use set_bytes not write_bytes for sequencing contr…
…ol (#1930) Fixes #1929 Since `write_bytes` uses the `Write` operation, we effectively clear the A1 bit when setting the A0 bit. Using `set_bytes` uses a `BitSet` operation, allowing us to set A0 while leaving A1 in place. The FPGA has papered over this by ignoring the A1 bit while it is in A0.
- Loading branch information