svf_jtag: add ifndef ... endif in hpp file to avoid multiple definition
This commit is contained in:
parent
ecdde91dff
commit
d8d974d871
|
|
@ -1,5 +1,8 @@
|
||||||
|
#ifndef SVF_JTAG_HPP
|
||||||
|
#define SVF_JTAG_HPP
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <map>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
class SVF_jtag {
|
class SVF_jtag {
|
||||||
|
|
@ -58,3 +61,4 @@ class SVF_jtag {
|
||||||
svf_XYR tdr;
|
svf_XYR tdr;
|
||||||
svf_XYR tir;
|
svf_XYR tir;
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue