Bitstream Interpretation Library (BIL)  0.1
xdlcmpAlgo.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef XDLCMPALGO_HPP
8 #define XDLCMPALGO_HPP
9 
10 #include <ostream>
11 #include <xdl/model/Design.hpp>
12 #include <xdlrc/model/Device.hpp>
13 
14 
20 void getPIPs(const bil::Design& design, bil::PIPRefs& pipRefs);
21 
30 void comparePIPs(const bil::PIPRefs& refPIPRefs, const bil::PIPRefs& testPIPRefs,
31  const bil::Device& device, std::ostream& outputStream);
32 
33 
34 #endif