Home
last modified time | relevance | path

Searched refs:vcc_cell (Results 1 – 3 of 3) sorted by relevance

/dports/devel/nextpnr/nextpnr-48cd407/generic/
H A Dpack.cc148 …std::unique_ptr<CellInfo> vcc_cell = create_generic_cell(ctx, ctx->id("GENERIC_SLICE"), "$PACKER_V… in pack_constants() local
150vcc_cell->params[ctx->id("INIT")] = Property(Property::S1).extract(0, (1 << ctx->args.K), Property… in pack_constants()
153 vcc_net->driver.cell = vcc_cell.get(); in pack_constants()
155 vcc_cell->ports.at(ctx->id("F")).net = vcc_net.get(); in pack_constants()
183 ctx->cells[vcc_cell->name] = std::move(vcc_cell); in pack_constants()
/dports/devel/nextpnr/nextpnr-48cd407/ice40/
H A Dpack.cc365 … std::unique_ptr<CellInfo> vcc_cell = create_ice_cell(ctx, ctx->id("ICESTORM_LC"), "$PACKER_VCC"); in pack_constants() local
366 vcc_cell->params[ctx->id("LUT_INIT")] = Property(1, 16); in pack_constants()
369 vcc_net->driver.cell = vcc_cell.get(); in pack_constants()
371 vcc_cell->ports.at(ctx->id("O")).net = vcc_net.get(); in pack_constants()
405 ctx->cells[vcc_cell->name] = std::move(vcc_cell); in pack_constants()
/dports/devel/nextpnr/nextpnr-48cd407/ecp5/
H A Dpack.cc1392 std::unique_ptr<CellInfo> vcc_cell = create_ecp5_cell(ctx, ctx->id("LUT4"), "$PACKER_VCC"); in pack_constants() local
1393 vcc_cell->params[ctx->id("INIT")] = Property(65535, 16); in pack_constants()
1396 vcc_net->driver.cell = vcc_cell.get(); in pack_constants()
1398 vcc_cell->ports.at(ctx->id("Z")).net = vcc_net.get(); in pack_constants()
1426 ctx->cells[vcc_cell->name] = std::move(vcc_cell); in pack_constants()