Skip to content
Snippets Groups Projects
Commit ddc9c6f4 authored by Joscha's avatar Joscha Committed by Philipp Spilger
Browse files

Add jBOA setup type

Change-Id: I3b15c776e67bf6fc20291c78244ce20689a9c8dd
parent 010d75fd
No related branches found
No related tags found
No related merge requests found
......@@ -33,12 +33,7 @@ extern SYMBOL_VISIBLE std::array<std::array<int, 9>, 8> const DNCOnWaferEnum;
extern SYMBOL_VISIBLE std::array<int, 48> const reticle_power_grid;
// Enum for different setup types
PYPP_CLASS_ENUM(SetupType) {
VSetup,
FACETSWafer,
CubeSetup,
BSSWafer
};
PYPP_CLASS_ENUM(SetupType){VSetup, FACETSWafer, CubeSetup, BSSWafer, jBOA};
// Return the FPGA position on a Wafer
SYMBOL_VISIBLE FPGAOnWafer gridLookupFPGAOnWafer(DNCGlobal const dnc);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment