mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
firmware: reset local RTIO PHYs on startup (#958)
This commit is contained in:
parent
40e2ced85e
commit
f2cc2a5ff2
@ -271,6 +271,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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user