2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-07 16:15:22 +08:00

firmware: reset local RTIO PHYs on startup (#958)

This commit is contained in:
Sebastien Bourdeauducq 2018-03-22 16:29:31 +08:00
parent 394b66cd8c
commit a844a3350e

View File

@ -251,6 +251,7 @@ pub fn startup(io: &Io) {
pub fn init_core() {
unsafe {
csr::rtio_core::reset_write(1);
csr::rtio_core::reset_phy_write(1);
}
drtio::init()
}