ecp5: Fix dynamic DELAYF control
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
9a848d9d76
commit
36c0ff2dbc
@ -1293,6 +1293,9 @@ void write_bitstream(Context *ctx, std::string base_config_file, std::string tex
|
|||||||
else
|
else
|
||||||
cc.tiles[pic_tile].add_enum(prim + "." + param.first.str(ctx), param.second.as_string());
|
cc.tiles[pic_tile].add_enum(prim + "." + param.first.str(ctx), param.second.as_string());
|
||||||
}
|
}
|
||||||
|
if (get_net_or_empty(ci, id_LOADN) != nullptr) {
|
||||||
|
cc.tiles[pic_tile].add_enum(prim + ".LOADNMUX", "LOADN");
|
||||||
|
}
|
||||||
} else if (ci->type == id_DCUA) {
|
} else if (ci->type == id_DCUA) {
|
||||||
TileGroup tg;
|
TileGroup tg;
|
||||||
tg.tiles = get_dcu_tiles(ctx, ci->bel);
|
tg.tiles = get_dcu_tiles(ctx, ci->bel);
|
||||||
|
Loading…
Reference in New Issue
Block a user