mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 18:02:38 +02:00
jtag: propagate getClkFreq
This commit is contained in:
@@ -36,6 +36,7 @@ class Jtag {
|
||||
|
||||
/* maybe to update */
|
||||
int setClkFreq(uint32_t clkHZ) { return _jtag->setClkFreq(clkHZ);}
|
||||
uint32_t getClkFreq() { return _jtag->getClkFreq();}
|
||||
|
||||
int detectChain(std::vector<int> &devices, int max_dev);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user