config change, move ucode

This commit is contained in:
Richard Yan
2024-06-12 02:15:08 -07:00
parent a47389fc0e
commit 7947df8a6c
3 changed files with 108 additions and 9 deletions

View File

@@ -322,7 +322,7 @@ module Vortex import VX_gpu_pkg::*; #(
end
// Delay reset signal by a few cycles to make time for resetting the DCR
// (device configuration registers).
assign core_reset = reset || (reset_start_counter != 4'h0) || intr_reset;
assign core_reset = reset || (reset_start_counter != 4'h0); // || intr_reset;
// A small FSM that tries to set DCR "properly" in the same order as
// defined in VX_types.vh.