gowin: displays userCode only in verbose mode
This commit is contained in:
parent
0e93774c88
commit
0aaf9e31bd
|
|
@ -128,7 +128,8 @@ void Gowin::programFlash()
|
||||||
return;
|
return;
|
||||||
wr_rd(RELOAD, NULL, 0, NULL, 0);
|
wr_rd(RELOAD, NULL, 0, NULL, 0);
|
||||||
wr_rd(NOOP, NULL, 0, NULL, 0);
|
wr_rd(NOOP, NULL, 0, NULL, 0);
|
||||||
printf("%08x\n", readUserCode());
|
if (_verbose)
|
||||||
|
printInfo("%08x\n", readUserCode());
|
||||||
}
|
}
|
||||||
|
|
||||||
void Gowin::program(unsigned int offset)
|
void Gowin::program(unsigned int offset)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue