I don't think publishers have some sort of desire for their visitors to have their information collected by Cloudflare; they usually just enable it to protect their website from bots.
// 3. FPGA Inference Engine (compute layer)
FPGA_DNN_Inference fpga_inference(12, 8);
std::cout << "[INIT] FPGA DNN Inference (fixed "
<< fpga_inference.get_fixed_latency_ns()
<< "ns latency)" << std::endl;
What's going on here? Are you simulating an FPGA? In software? To guarantee a fixed latency? It's named confusingly, at the very least. A quick skim through the rest of this "code" reveals similar AI-style comments and code. Certainly not "only for unit tests and documentation".