Merge pull request #992 from antmicro/mdudek/nexus_write_dcc

Change write_dcc to work with tilegroups from prjoxide
This commit is contained in:
myrtle 2022-05-27 10:13:15 +01:00 committed by GitHub
commit 997af6d720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -533,11 +533,10 @@ struct NexusFasmWriter
void write_dcc(const CellInfo *cell)
{
BelId bel = cell->bel;
push_tile(bel.tile);
push_belname(bel);
push_bel(bel);
write_bit("DCCEN.1"); // Explicit DCC cell implies a clock buffer
write_cell_muxes(cell);
pop(2);
pop();
}
// Write config for DCS
void write_dcs(const CellInfo *cell)