From dc2b742ec25436f6877771c089e53a5a3d175190 Mon Sep 17 00:00:00 2001 From: Zane Kaminski Date: Sat, 21 Sep 2024 21:53:14 -0400 Subject: [PATCH] Rename "sound QoS" comments in module declaration/instantiation --- cpld/CNT.v | 2 +- cpld/WarpSE.v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpld/CNT.v b/cpld/CNT.v index b43f180..fcf8233 100644 --- a/cpld/CNT.v +++ b/cpld/CNT.v @@ -7,7 +7,7 @@ module CNT( output reg nRESout, input nIPL2, /* Mac PDS bus master control outputs */ output reg AoutOE, output reg nBR_IOB, - /* Sound QoS */ + /* QoS control */ input BACT, input SndRAMCSWR, output reg QoSReady); diff --git a/cpld/WarpSE.v b/cpld/WarpSE.v index 4ff7ede..055082b 100644 --- a/cpld/WarpSE.v +++ b/cpld/WarpSE.v @@ -152,10 +152,10 @@ module WarpSE( nRESout, nIPL2, /* Mac PDS bus master control outputs */ AoutOE, nBR_IOB, - /* Sound QoS */ BACT, SndRAMCSWR, RAMCS0X, QoSReady); + /* QoS control */ FSB fsb( /* MC68HC000 interface */