diff --git a/cpld/SET.v b/cpld/SET.v index 97d52e5..e9544e0 100644 --- a/cpld/SET.v +++ b/cpld/SET.v @@ -22,9 +22,9 @@ module SET( SlowVIA <= 1; SlowIWM <= 1; SlowSCC <= 1; - SlowSCSI <= 1; + SlowSCSI <= 0; SlowSnd <= 1; - SlowClockGate <= 1; + SlowClockGate <= 0; end else if (SetWRr) begin SlowTimeout[3:0] <= A[11:8]; SlowIACK <= A[7];