Skip to content
Snippets Groups Projects
Commit 1fcc89cd authored by Uwe Kramer's avatar Uwe Kramer
Browse files

Ran make format

parent de16df11
No related branches found
No related tags found
No related merge requests found
...@@ -192,9 +192,7 @@ namespace corryvreckan { ...@@ -192,9 +192,7 @@ namespace corryvreckan {
} }
// Corrects latency delay due to DDLL clock distribution. Units are period of 40MHz (25ns) // Corrects latency delay due to DDLL clock distribution. Units are period of 40MHz (25ns)
uint64_t toa_clkdll_correction(uint64_t spgroup_addr = 0) { uint64_t toa_clkdll_correction(uint64_t spgroup_addr = 0) { return spgroup_addr << 2; }
return spgroup_addr << 2;
}
// address including pixel, super pixel and super pixel group values // address including pixel, super pixel and super pixel group values
uint64_t getAddr(uint64_t packet) { return (packet >> 46) & 0x3ffff; } uint64_t getAddr(uint64_t packet) { return (packet >> 46) & 0x3ffff; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment