forked from M-Labs/artiq
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"
|
shift_u8(0xff); // "Compensate for Special Startup Conditions"
|
||||||
csr::slave_fpga_cfg::out_write(PROGRAM_B_BIT);
|
csr::slave_fpga_cfg::out_write(PROGRAM_B_BIT);
|
||||||
|
csr::slave_fpga_cfg::oe_write(PROGRAM_B_BIT);
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
Loading…
Reference in New Issue