mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-26 03:38:25 +08:00
urukul: do io reset
This commit is contained in:
parent
28a3ee7e61
commit
7ac809f8b3
@ -125,7 +125,7 @@ class CPLD:
|
|||||||
cfg = urukul_cfg(rf_sw=0, led=0, profile=0, att_le=0,
|
cfg = urukul_cfg(rf_sw=0, led=0, profile=0, att_le=0,
|
||||||
io_update=0, mask_nu=0, clk_sel=clk_sel,
|
io_update=0, mask_nu=0, clk_sel=clk_sel,
|
||||||
sync_sel=sync_sel, rst=0, io_rst=0)
|
sync_sel=sync_sel, rst=0, io_rst=0)
|
||||||
self.cfg_write(cfg | (1 << CFG_RST))
|
self.cfg_write(cfg | (1 << CFG_RST) | (1 << CFG_IO_RST))
|
||||||
delay(100*us)
|
delay(100*us)
|
||||||
self.cfg_write(cfg)
|
self.cfg_write(cfg)
|
||||||
proto_rev = urukul_sta_proto_rev(self.sta_read())
|
proto_rev = urukul_sta_proto_rev(self.sta_read())
|
||||||
|
Loading…
Reference in New Issue
Block a user