mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
gowin: add reset method
This commit is contained in:
@@ -90,6 +90,12 @@ Gowin::~Gowin()
|
||||
delete _fs;
|
||||
}
|
||||
|
||||
void Gowin::reset()
|
||||
{
|
||||
wr_rd(RELOAD, NULL, 0, NULL, 0);
|
||||
wr_rd(NOOP, NULL, 0, NULL, 0);
|
||||
}
|
||||
|
||||
void Gowin::programFlash()
|
||||
{
|
||||
uint8_t *data;
|
||||
|
||||
Reference in New Issue
Block a user