Home
last modified time | relevance | path

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

/dports/devel/nextpnr/nextpnr-48cd407/ecp5/
H A Dpack.cc1888 std::unique_ptr<CellInfo> zero_cell{new CellInfo}; in tie_zero() local
1891 zero_cell->type = ctx->id("GND"); in tie_zero()
1892 zero_cell->name = name; in tie_zero()
1894 zero_cell->ports[ctx->id("GND")].type = PORT_OUT; in tie_zero()
1895 connect_port(ctx, zero_net.get(), zero_cell.get(), ctx->id("GND")); in tie_zero()
1898 new_cells.push_back(std::move(zero_cell)); in tie_zero()