Bitstream Interpretation Library (BIL)  0.1
V5PacketVisitor.cpp
Go to the documentation of this file.
1 
8 
9 using namespace bil;
10 
11 
13 {
14  // do nothing since this is a valid packet for Virtex-5 bitstreams
15 }
16 
17 
19 {
20  // do nothing since this is a valid packet for Virtex-5 bitstreams
21 }
22 
23 
25 {
26  // do nothing since this is a valid packet for Virtex-5 bitstreams
27 }
28 
29 
31 {
32  // do nothing since this is a valid packet for Virtex-5 bitstreams
33 }
34 
35 
37 {
38  // do nothing since this is a valid packet for Virtex-5 bitstreams
39 }
40 
41 
43 {
44  // this is not valid in a Virtex-5 bitstream
45  throw Exception();
46 }