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
commit f1349e114f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);