Skip to content

Commit ac3e9a6

Browse files
committed
No-loopback CRORC alpha1
1 parent e815de2 commit ac3e9a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Crorc/Crorc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ void Crorc::stopTrigger(const DiuConfig& diuConfig)
896896
try {
897897
rorcStopTrigger();
898898
} catch (const Exception& e) {
899-
std::cout << "Stop Trigger timed out" << std::endl;
899+
std::cout << "STOP TRIGGER DDL TIME-OUT" << std::endl;
900900
}
901901
}
902902

src/Crorc/CrorcDmaChannel.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ void CrorcDmaChannel::startPendingDma(SuperpageQueueEntry& entry)
147147

148148
// Clearing SIU/DIU status.
149149
getCrorc().assertLinkUp();
150-
getCrorc().siuCommand(Ddl::RandCIFST);
151-
getCrorc().diuCommand(Ddl::RandCIFST);
150+
//getCrorc().siuCommand(Ddl::RandCIFST);
151+
//getCrorc().diuCommand(Ddl::RandCIFST);
152152

153153
// RDYRX command to FEE
154154
getCrorc().startTrigger(mDiuConfig);

0 commit comments

Comments
 (0)