forked from M-Labs/artiq-zynq
cxp fw: add todo
This commit is contained in:
parent
f0fcd0876b
commit
d6530e9b78
@ -233,6 +233,7 @@ fn negotiate_cxp_version() -> Result<bool, Error> {
|
||||
}
|
||||
|
||||
fn negotiate_pak_max_size(with_tag: bool) -> Result<(), Error> {
|
||||
// TODO: set MAX CONTROL packet size?
|
||||
let reg = read_u32(MASTER_CHANNEL, CONTROL_PACKET_SIZE_MAX, with_tag)?;
|
||||
info!("Max CTRL PAK size = {:#010X}", reg);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user