Gowin. Fix merge.
Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
This commit is contained in:
parent
775292b917
commit
2f29b1c32e
@ -177,7 +177,6 @@ enum
|
|||||||
VSS_Z = 278,
|
VSS_Z = 278,
|
||||||
BANDGAP_Z = 279,
|
BANDGAP_Z = 279,
|
||||||
|
|
||||||
|
|
||||||
DQCE_Z = 280, // : 286 reserve for 6 DQCEs
|
DQCE_Z = 280, // : 286 reserve for 6 DQCEs
|
||||||
DCS_Z = 286, // : 288 reserve for 2 DCSs
|
DCS_Z = 286, // : 288 reserve for 2 DCSs
|
||||||
DHCEN_Z = 288, // : 298
|
DHCEN_Z = 288, // : 298
|
||||||
|
@ -3094,7 +3094,7 @@ struct GowinPacker
|
|||||||
if (grab_bels) {
|
if (grab_bels) {
|
||||||
// sane message if new primitives are used with old bases
|
// sane message if new primitives are used with old bases
|
||||||
auto buckets = ctx->getBelBuckets();
|
auto buckets = ctx->getBelBuckets();
|
||||||
NPNR_ASSERT_MSG(std::find(buckets.begin(), buckets.end(), id_DHCEN) != buckets.end(),
|
NPNR_ASSERT_MSG(std::find(buckets.begin(), buckets.end(), id_DHCEN) != buckets.end(),
|
||||||
"There are no DHCEN bels to use.");
|
"There are no DHCEN bels to use.");
|
||||||
int i = 0;
|
int i = 0;
|
||||||
for (auto &bel : ctx->getBelsInBucket(ctx->getBelBucketForCellType(id_DHCEN))) {
|
for (auto &bel : ctx->getBelsInBucket(ctx->getBelBucketForCellType(id_DHCEN))) {
|
||||||
@ -3362,14 +3362,10 @@ struct GowinPacker
|
|||||||
pack_buffered_nets();
|
pack_buffered_nets();
|
||||||
ctx->check();
|
ctx->check();
|
||||||
|
|
||||||
<<<<<<< cpu-wip
|
|
||||||
pack_emcu_and_flash();
|
pack_emcu_and_flash();
|
||||||
=======
|
|
||||||
pack_dhcens();
|
|
||||||
ctx->check();
|
ctx->check();
|
||||||
|
|
||||||
pack_userflash();
|
pack_dhcens();
|
||||||
>>>>>>> master
|
|
||||||
ctx->check();
|
ctx->check();
|
||||||
|
|
||||||
pack_dqce();
|
pack_dqce();
|
||||||
|
Loading…
Reference in New Issue
Block a user