mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 18:02:38 +02:00
clkHZ: be more generic
This commit is contained in:
@@ -145,6 +145,8 @@ int AnlogicCable::setClkFreq(uint32_t clkHZ)
|
||||
printWarn("Jtag frequency : requested " + std::to_string(req_freq) +
|
||||
"Hz -> real " + std::to_string(clkHZ) + "Hz");
|
||||
|
||||
_clkHZ = clkHZ;
|
||||
|
||||
return clkHZ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user