slave_fpga: disable cclk and din drive when done

to guard against accidental contention (old rtm gateware
but #813 rework done)
pull/1054/merge
Robert Jördens 2018-06-13 16:26:13 +00:00
parent 1029ac870b
commit f385add8b1
1 changed files with 1 additions and 0 deletions

View File

@ -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(())