Change write_dcc to work with tilegroups from prjoxide
Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
This commit is contained in:
parent
4ecbf6c6e9
commit
8c4e3e91cc
@ -533,11 +533,10 @@ struct NexusFasmWriter
|
|||||||
void write_dcc(const CellInfo *cell)
|
void write_dcc(const CellInfo *cell)
|
||||||
{
|
{
|
||||||
BelId bel = cell->bel;
|
BelId bel = cell->bel;
|
||||||
push_tile(bel.tile);
|
push_bel(bel);
|
||||||
push_belname(bel);
|
|
||||||
write_bit("DCCEN.1"); // Explicit DCC cell implies a clock buffer
|
write_bit("DCCEN.1"); // Explicit DCC cell implies a clock buffer
|
||||||
write_cell_muxes(cell);
|
write_cell_muxes(cell);
|
||||||
pop(2);
|
pop();
|
||||||
}
|
}
|
||||||
// Write config for DCS
|
// Write config for DCS
|
||||||
void write_dcs(const CellInfo *cell)
|
void write_dcs(const CellInfo *cell)
|
||||||
|
Loading…
Reference in New Issue
Block a user