clangformat
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
1a5bb7b8ab
commit
86a91ccf1b
@ -67,7 +67,7 @@ std::unique_ptr<Context> GowinCommandHandler::createContext(dict<std::string, Pr
|
|||||||
// GW1N and GW1NR variants share the same database.
|
// GW1N and GW1NR variants share the same database.
|
||||||
// Most Gowin devices are a System in Package with some SDRAM wirebonded to a GPIO bank.
|
// Most Gowin devices are a System in Package with some SDRAM wirebonded to a GPIO bank.
|
||||||
// However, it appears that the S series with embedded ARM core are unique silicon.
|
// However, it appears that the S series with embedded ARM core are unique silicon.
|
||||||
if(match[1].str() == "S") {
|
if (match[1].str() == "S") {
|
||||||
snprintf(buf, 36, "GW1NS-%s", match[3].str().c_str());
|
snprintf(buf, 36, "GW1NS-%s", match[3].str().c_str());
|
||||||
} else {
|
} else {
|
||||||
snprintf(buf, 36, "GW1N-%s", match[3].str().c_str());
|
snprintf(buf, 36, "GW1N-%s", match[3].str().c_str());
|
||||||
|
Loading…
Reference in New Issue
Block a user