mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-01 02:28:53 +02:00
ftdi: drop divide_by_5 param, now it's automatically set/unset according to the frequency. Better freq display
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ Gowin::Gowin(Jtag *jtag, const string filename, Device::prog_type_t prg_type,
|
||||
throw std::runtime_error("incompatible file format");
|
||||
}
|
||||
}
|
||||
_jtag->setClkFreq(2500000, 0);
|
||||
_jtag->setClkFreq(2500000);
|
||||
|
||||
/* erase and program flash differ for GW1N1 */
|
||||
if (idCode() == 0x0900281B)
|
||||
|
||||
Reference in New Issue
Block a user