加入外置CRC32_32

This commit is contained in:
Ruige Lee
2025-01-24 16:01:10 +08:00
parent faf8abc29a
commit b75e724948
4 changed files with 106 additions and 5 deletions

View File

@@ -172,7 +172,7 @@ static void init_and_clock(){
main_cycle ++;
}
uint8_t phase = 2;
uint8_t phase = 4;
if ( main_time % 10 == (0+phase) ) {
top->clk400 = 1;
} else if ( main_time % 10 == (5+phase) ) {