Added some debug code to count frames sent to the ethernet mac and frames sent to the phy.

Removed the external reset of the phy and now it always reliably starts in the same way.  The first 0x117 frames are always captured.
This commit is contained in:
Ross Thompson 2024-06-20 12:54:12 -07:00
parent 2581ea0b74
commit 1c6ebb86a3
4 changed files with 19 additions and 7 deletions

View file

@ -213,8 +213,8 @@ int main(int argc, char **argv){
DecodeRVVI(buf + headerbytes, payloadbytes, &InstructionData);
// now let's drive IDV
// start simple just drive and compare PC.
ProcessRvviAll(&InstructionData);
PrintInstructionData(&InstructionData);
ProcessRvviAll(&InstructionData);
}
}