mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-24 19:04:02 +08:00
slave_fpga: disable cclk and din drive when done
to guard against accidental contention (old rtm gateware but #813 rework done)
This commit is contained in:
parent
1029ac870b
commit
f385add8b1
@ -81,6 +81,7 @@ pub fn load() -> Result<(), &'static str> {
|
||||
}
|
||||
shift_u8(0xff); // "Compensate for Special Startup Conditions"
|
||||
csr::slave_fpga_cfg::out_write(PROGRAM_B_BIT);
|
||||
csr::slave_fpga_cfg::oe_write(PROGRAM_B_BIT);
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
Loading…
Reference in New Issue
Block a user