mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-25 13:33:58 +00:00
Rename "sound QoS" comments in module declaration/instantiation
This commit is contained in:
parent
0d51f78cf7
commit
dc2b742ec2
@ -7,7 +7,7 @@ module CNT(
|
|||||||
output reg nRESout, input nIPL2,
|
output reg nRESout, input nIPL2,
|
||||||
/* Mac PDS bus master control outputs */
|
/* Mac PDS bus master control outputs */
|
||||||
output reg AoutOE, output reg nBR_IOB,
|
output reg AoutOE, output reg nBR_IOB,
|
||||||
/* Sound QoS */
|
/* QoS control */
|
||||||
input BACT,
|
input BACT,
|
||||||
input SndRAMCSWR,
|
input SndRAMCSWR,
|
||||||
output reg QoSReady);
|
output reg QoSReady);
|
||||||
|
@ -152,10 +152,10 @@ module WarpSE(
|
|||||||
nRESout, nIPL2,
|
nRESout, nIPL2,
|
||||||
/* Mac PDS bus master control outputs */
|
/* Mac PDS bus master control outputs */
|
||||||
AoutOE, nBR_IOB,
|
AoutOE, nBR_IOB,
|
||||||
/* Sound QoS */
|
|
||||||
BACT,
|
BACT,
|
||||||
SndRAMCSWR, RAMCS0X,
|
SndRAMCSWR, RAMCS0X,
|
||||||
QoSReady);
|
QoSReady);
|
||||||
|
/* QoS control */
|
||||||
|
|
||||||
FSB fsb(
|
FSB fsb(
|
||||||
/* MC68HC000 interface */
|
/* MC68HC000 interface */
|
||||||
|
Loading…
Reference in New Issue
Block a user