gmpack: `CMD_PLL` requires Die::PLL_CFG_SIZE (12) NOPs (#25)

This commit is contained in:
Patrick Urban 2026-06-16 14:06:53 +02:00 committed by GitHub
parent f4a853b72f
commit 6967b0de98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ class BitstreamReadWriter
for (int i = pos; i < pos + size - Die::PLL_CFG_SIZE; i++)
write_byte(data[i]);
insert_crc16();
write_nops(6);
write_nops(Die::PLL_CFG_SIZE);
}
void write_cmd_chg_status(uint8_t data)