1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-15 16:11:33 +00:00

Merge pull request #1018 from yrabbit/bf-0

gowin: BUGFIX. Really memorize the chip
This commit is contained in:
myrtle
2022-08-25 11:14:50 +02:00
committed by GitHub

View File

@@ -1168,6 +1168,8 @@ Arch::Arch(ArchArgs args) : args(args)
log_info("Series:%s Device:%s Package:%s Speed:%s\n", family.c_str(), device_id.c_str(this),
package_name.c_str(this), speed_id.c_str(this));
device = device_id.str(this);
// setup db
// add global VCC and GND bels
addBel(id_GND, id_GND, Loc(0, 0, BelZ::gnd_0_z), true);