Bitstream Interpretation Library (BIL)
0.1
|
Contains declaration of xdlcmp compare functions. More...
Go to the source code of this file.
Macros | |
#define | XDLCMPALGO_HPP |
Functions | |
void | getPIPs (const bil::Design &design, bil::PIPRefs &pipRefs) |
Gets all PIPs of a design. | |
void | comparePIPs (const bil::PIPRefs &refPIPRefs, const bil::PIPRefs &testPIPRefs, const bil::Device &device, std::ostream &outputStream) |
Compares two PIP lists and prints the results. |
Contains declaration of xdlcmp compare functions.
Definition in file xdlcmpAlgo.hpp.
#define XDLCMPALGO_HPP |
Definition at line 8 of file xdlcmpAlgo.hpp.
void getPIPs | ( | const bil::Design & | design, |
bil::PIPRefs & | pipRefs | ||
) |
Gets all PIPs of a design.
design | The design to get PIPs from. |
pipRefs | The PIP list to fill. |
Definition at line 23 of file xdlcmpAlgo.cpp.
void comparePIPs | ( | const bil::PIPRefs & | refPIPRefs, |
const bil::PIPRefs & | testPIPRefs, | ||
const bil::Device & | device, | ||
std::ostream & | outputStream | ||
) |
Compares two PIP lists and prints the results.
refPIPRefs | Reference list of PIPs. |
testPIPRefs | Test list of PIPs. |
device | Device the PIPs belong to. |
outputStream | Stream to write to comparison results. |
. |
Definition at line 43 of file xdlcmpAlgo.cpp.