timings-related fixes

This commit is contained in:
Eugene Lozovoy
2024-09-10 11:19:14 +03:00
parent b575eed412
commit a335568fb0
7 changed files with 572 additions and 535 deletions

View File

@ -888,8 +888,10 @@ compressor compressor
//-----------------------------------------------------------------------------
// Global
//-----------------------------------------------------------------------------
wire reset = COLD_RESET | WARM_RESET | key_reset;
reg reset;
assign RESET_OUT = reset;
always @(posedge clk)
reset <= COLD_RESET | WARM_RESET | key_reset;
// CPU interface
assign cpu_di_bus =