#include <Spartan6Packet.hpp>
Public Types | |
enum | EPacketType { ePacketType1 = 1, ePacketType2, ePacketTypeCount = 8 } |
Packet type enumeration. More... | |
enum | EOpcode { eOpcodeNOP = 0, eOpcodeRead, eOpcodeWrite, eOpcodeReserved, eOpcodeCount } |
Packet opcode enumeration. More... | |
enum | EPacket { ePacketMaskType = 0xe000, ePacketShiftType = 13, ePacketMaskOpcode = 0x1800, ePacketShiftOpcode = 11, ePacketMaskTypeAddress = 0x07e0, ePacketShiftTypeAddress = 5, ePacketMaskType1Count = 0x001f, ePacketShiftType1Count = 0, ePacketMaskType2Count0 = 0xffff, ePacketShiftType2Count0 = 0, ePacketMaskType2Count1 = 0xffff, ePacketShiftType2Count1 = 0 } |
Packet subfields. More... | |
enum | ESynchronization { eSynchronizationDummy = 0xffff, eSynchronizationSync0 = 0xaa99, eSynchronizationSync1 = 0x5566, eSynchronizationBusWidthSync0 = 0x0000, eSynchronizationBusWidthSync1 = 0x00bb, eSynchronizationBusWidthDetect0 = 0x1122, eSynchronizationBusWidthDetect1 = 0x0044 } |
Synchronization words. More... |
Definition at line 35 of file Spartan6Packet.hpp.
Packet type enumeration.
Definition at line 40 of file Spartan6Packet.hpp.
Packet opcode enumeration.
Definition at line 44 of file Spartan6Packet.hpp.
Packet subfields.
type 2 packet format: UG380, v2.2, July 30, 2010, Table 5-26
type 2 packet format: UG380, v2.2, July 30, 2010, Table 5-27
Definition at line 49 of file Spartan6Packet.hpp.
Synchronization words.
Definition at line 63 of file Spartan6Packet.hpp.