From 4cda4a77d54ed196b5711ab88716c7720b93c1e9 Mon Sep 17 00:00:00 2001 From: Zane Kaminski Date: Sun, 13 Oct 2024 17:53:43 -0400 Subject: [PATCH] Change default settings --- cpld/SET.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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];