Skip to content

Commit

Permalink
Print version info in ZynqEmioPort
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kazanzides committed May 5, 2024
1 parent d4b1984 commit 69d0c02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/code/ZynqEmioPort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ no warranty. The complete license can be found in license.txt and
#include "Amp1394Time.h"
#include "fpgav3_emio_mmap.h"
#include "fpgav3_emio_gpiod.h"
#include "fpgav3_lib.h"

ZynqEmioPort::ZynqEmioPort(int portNum, std::ostream &debugStream):
BasePort(portNum, debugStream), emio(0)
Expand All @@ -39,6 +40,8 @@ bool ZynqEmioPort::Init(void)
outStr << "ZynqEmioPort: using EMIO mmap interface" << std::endl;
emio = new EMIO_Interface_Mmap;
}
// Print version info for this program and (if different) libfgpav3
print_fpgav3_versions(outStr);

bool ret = ScanNodes();
if (ret)
Expand Down

0 comments on commit 69d0c02

Please sign in to comment.